baseForm.vue 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512
  1. <template>
  2. <el-form
  3. :model="ruleForm"
  4. status-icon
  5. :rules="rules"
  6. ref="ruleForm"
  7. :size="'mini'"
  8. v-loading="loading"
  9. label-width="85px"
  10. class="demo-ruleForm"
  11. >
  12. <el-row>
  13. <el-col :span="24" style="padding: 12px 16px 12px 16px; text-align: right">
  14. <span>
  15. 预计成本合计:<span>
  16. {{ newPrice }}
  17. </span></span
  18. >
  19. <span class="fl" style="height: 28px; font-size: 16px; line-height: 28px">{{
  20. title
  21. }}</span>
  22. <el-button :size="'mini'" @click="$emit('cancel')">取 消 </el-button>
  23. <el-button
  24. :size="'mini'"
  25. type="primary"
  26. v-if="type !== 'view'"
  27. @click="submitForm"
  28. >保 存
  29. </el-button>
  30. </el-col>
  31. <el-col :span="16">
  32. <el-form-item label="供应商" prop="supplierNo">
  33. <search-supplier
  34. :value="ruleForm.supplierNo"
  35. :placeholder="'供应商'"
  36. :size="'mini'"
  37. :names="supplierNo_name"
  38. :disabled="type === 'view'"
  39. :isDetail="type !== 'add'"
  40. @searchChange="supplierNosearchChange"
  41. />
  42. </el-form-item>
  43. </el-col>
  44. <el-col :span="8">
  45. <el-form-item label="品牌" prop="brandid" label-width="60px">
  46. <search-brand
  47. :value="ruleForm.brandid"
  48. :size="'mini'"
  49. :disabled="type === 'view'"
  50. :isDetail="true"
  51. :names="brand_name"
  52. :placeholder="'品牌'"
  53. @searchChange="brandidsearchChange"
  54. />
  55. </el-form-item>
  56. </el-col>
  57. <el-col :span="5">
  58. <el-form-item label="有效期" prop="expire_day">
  59. <digital-input
  60. :values="ruleForm.expire_day"
  61. :placeholder="'有效期'"
  62. :min="1"
  63. :max="100000000000"
  64. :position="'right'"
  65. :precision="0"
  66. :size="'mini'"
  67. :disabled="type === 'view'"
  68. :controls="false"
  69. :append="'天'"
  70. @reschange="number_change($event, 'expire_day')"
  71. />
  72. </el-form-item>
  73. </el-col>
  74. <el-col :span="5">
  75. <el-form-item label="物流时间" prop="delivery_day">
  76. <digital-input
  77. :values="ruleForm.delivery_day"
  78. :placeholder="'物流时间'"
  79. :min="0"
  80. :max="100000000000"
  81. :position="'right'"
  82. :precision="0"
  83. :size="'mini'"
  84. :disabled="type === 'view'"
  85. :controls="false"
  86. :append="'天'"
  87. @reschange="number_change($event, 'delivery_day')"
  88. />
  89. </el-form-item>
  90. </el-col>
  91. <el-col :span="5">
  92. <el-form-item label="生产工期" prop="work_day">
  93. <digital-input
  94. :values="ruleForm.work_day"
  95. :placeholder="'生产工期'"
  96. :min="0"
  97. :max="100000000000"
  98. :disabled="type === 'view'"
  99. :position="'right'"
  100. :precision="0"
  101. :size="'mini'"
  102. :controls="false"
  103. :append="'天'"
  104. @reschange="number_change($event, 'work_day')"
  105. />
  106. </el-form-item>
  107. </el-col>
  108. <el-col :span="5">
  109. <el-form-item label="税点" prop="tax" label-width="60px">
  110. <search-tax
  111. :value="ruleForm.tax"
  112. :size="'mini'"
  113. :disabled="type === 'view'"
  114. :isDetail="type !== 'add'"
  115. :placeholder="'税点'"
  116. @searchChange="taxsearchChange"
  117. />
  118. </el-form-item>
  119. </el-col>
  120. <el-col :span="4">
  121. <el-form-item label="单位" prop="unit_id" label-width="60px">
  122. <search-unit
  123. :value="ruleForm.unit_id"
  124. :size="'mini'"
  125. :isDetail="true"
  126. :names="unit_name"
  127. :disabled="type === 'view'"
  128. :placeholder="'单位'"
  129. @searchChange="unitsearchChange"
  130. />
  131. </el-form-item>
  132. </el-col>
  133. <el-col :span="24">
  134. <el-row>
  135. <el-col :span="12">
  136. <el-form-item label="分类" prop="cat_id">
  137. <search-sort
  138. :value="ruleForm.cat_id"
  139. :placeholder="'分类'"
  140. :size="'mini'"
  141. :names="cat_id_name"
  142. :disabled="type === 'view'"
  143. :isDetail="true"
  144. @searchChange="cat_id_change"
  145. />
  146. </el-form-item>
  147. <el-form-item label="商品名称" prop="pname">
  148. <el-input
  149. placeholder="商品名称"
  150. maxlength="100"
  151. :disabled="type === 'view'"
  152. v-model="ruleForm.pname"
  153. ></el-input>
  154. </el-form-item>
  155. <el-form-item label="产地" prop="origin_place">
  156. <search-area
  157. :value="areaInfo.origin_place.code"
  158. :disabled="type === 'view' || type === 'editCoin'"
  159. :is-detail="true"
  160. size="mini"
  161. :names="areaInfo.origin_place.label"
  162. placeholder="产地"
  163. :level="3"
  164. @searchChange="areaChange($event, 'origin_place')"
  165. />
  166. </el-form-item>
  167. <el-form-item label="发货地" prop="delivery_place">
  168. <search-area
  169. :value="areaInfo.delivery_place.code"
  170. :is-detail="true"
  171. size="mini"
  172. :disabled="type === 'view' || type === 'editCoin'"
  173. :names="areaInfo.delivery_place.label"
  174. placeholder="发货地"
  175. :level="3"
  176. @searchChange="areaChange($event, 'delivery_place')"
  177. />
  178. </el-form-item>
  179. </el-col>
  180. <el-col :span="12" style="padding: 0 0 0 15px">
  181. <el-table
  182. :data="spec_tableData"
  183. :size="'mini'"
  184. border
  185. style="width: 100%"
  186. max-height="175px"
  187. >
  188. <el-table-column prop="spec_name" label="规格类型" />
  189. <el-table-column prop="spec_value_name" label="规格值" />
  190. <el-table-column fixed="right" width="88px" v-if="type !== 'view'">
  191. <template slot="header" slot-scope="scope">
  192. <span>操作</span>
  193. <el-tooltip
  194. class="item"
  195. effect="dark"
  196. content="添加规格类型"
  197. placement="top"
  198. >
  199. <i
  200. class="el-icon-circle-plus-outline fr"
  201. style="font-size: 18px; margin-top: 2px"
  202. @click="openEdit('-1', {})"
  203. />
  204. </el-tooltip>
  205. </template>
  206. <template slot-scope="scope">
  207. <el-tooltip effect="dark" content="修改" placement="top">
  208. <i
  209. class="el-icon-edit tb-icon"
  210. @click="openEdit(scope.$index, scope.row)"
  211. ></i>
  212. </el-tooltip>
  213. <el-tooltip
  214. effect="dark"
  215. v-if="!scope.row.isMust"
  216. content="删除"
  217. placement="top"
  218. >
  219. <i
  220. class="el-icon-delete tb-icon"
  221. @click="openDelete(scope.$index)"
  222. ></i>
  223. </el-tooltip>
  224. </template>
  225. </el-table-column>
  226. </el-table>
  227. <!-- 弹窗 新增/修改 -->
  228. <base-form-add-edit
  229. :index="modelIndex"
  230. :show-model="showOtherModel"
  231. :sitem="modelSitem"
  232. @refresh="refreshEdit"
  233. @cancel="showOtherModel = false"
  234. />
  235. </el-col>
  236. </el-row>
  237. </el-col>
  238. <el-col :span="6">
  239. <el-form-item label="总重量" prop="weight">
  240. <digital-input
  241. :values="ruleForm.weight"
  242. :placeholder="'总重量'"
  243. :min="0"
  244. :max="100000000000"
  245. :position="'right'"
  246. :precision="3"
  247. :disabled="type === 'view'"
  248. :size="'mini'"
  249. :controls="false"
  250. :append="'g'"
  251. @reschange="number_change($event, 'weight')"
  252. />
  253. </el-form-item>
  254. </el-col>
  255. <el-col :span="6">
  256. <el-form-item label="供货区域" prop="supply_area">
  257. <el-select
  258. v-model="ruleForm.supply_area"
  259. filterable
  260. :disabled="type === 'view'"
  261. clearable
  262. style="width: 100%"
  263. placeholder="供货区域"
  264. >
  265. <el-option
  266. v-for="group in options6"
  267. :key="group.id"
  268. :label="group.name"
  269. :value="group.id"
  270. />
  271. </el-select>
  272. </el-form-item>
  273. </el-col>
  274. <el-col :span="6">
  275. <el-form-item label="支付方式" prop="pay_way" class="clear">
  276. <el-select
  277. v-model="ruleForm.pay_way"
  278. filterable
  279. :disabled="type === 'view'"
  280. clearable
  281. style="width: 100%"
  282. placeholder="支付方式"
  283. >
  284. <el-option
  285. v-for="group in options10"
  286. :key="group.id"
  287. :label="group.name"
  288. :value="group.id"
  289. />
  290. </el-select>
  291. </el-form-item>
  292. </el-col>
  293. <el-col :span="6">
  294. <el-form-item label="发货方式" prop="send_way" class="clear">
  295. <el-select
  296. v-model="ruleForm.send_way"
  297. filterable
  298. clearable
  299. :disabled="type === 'view'"
  300. style="width: 100%"
  301. placeholder="发货方式"
  302. >
  303. <el-option
  304. v-for="group in options11"
  305. :key="group.id"
  306. :label="group.name"
  307. :value="group.id"
  308. />
  309. </el-select>
  310. </el-form-item>
  311. </el-col>
  312. <el-col :span="6">
  313. <el-form-item label="证书费" prop="cert_fee">
  314. <digital-input
  315. :values="ruleForm.cert_fee"
  316. :placeholder="'证书费'"
  317. :min="0"
  318. :disabled="type === 'view'"
  319. :max="100000000000"
  320. :position="'right'"
  321. :precision="2"
  322. :size="'mini'"
  323. :controls="false"
  324. :append="'元'"
  325. @reschange="number_change($event, 'cert_fee')"
  326. />
  327. </el-form-item>
  328. </el-col>
  329. <el-col :span="6">
  330. <el-form-item label="包装费" prop="pakge_fee">
  331. <digital-input
  332. :values="ruleForm.pakge_fee"
  333. :placeholder="'包装费'"
  334. :min="0"
  335. :disabled="type === 'view'"
  336. :max="100000000000"
  337. :position="'right'"
  338. :precision="2"
  339. :size="'mini'"
  340. :controls="false"
  341. :append="'元'"
  342. @reschange="number_change($event, 'pakge_fee')"
  343. />
  344. </el-form-item>
  345. </el-col>
  346. <el-col :span="6">
  347. <el-form-item label="工艺费" prop="cost_fee">
  348. <digital-input
  349. :values="ruleForm.cost_fee"
  350. :placeholder="'工艺费'"
  351. :min="0"
  352. :disabled="type === 'view'"
  353. :max="100000000000"
  354. :position="'right'"
  355. :precision="2"
  356. :size="'mini'"
  357. :controls="false"
  358. :append="'元'"
  359. @reschange="number_change($event, 'cost_fee')"
  360. />
  361. </el-form-item>
  362. </el-col>
  363. <el-col :span="6">
  364. <el-form-item label="加标费" prop="mark_fee">
  365. <digital-input
  366. :values="ruleForm.mark_fee"
  367. :placeholder="'加标费'"
  368. :min="0"
  369. :disabled="type === 'view'"
  370. :max="100000000000"
  371. :position="'right'"
  372. :precision="2"
  373. :size="'mini'"
  374. :controls="false"
  375. :append="'元'"
  376. @reschange="number_change($event, 'mark_fee')"
  377. />
  378. </el-form-item>
  379. </el-col>
  380. <el-col :span="6">
  381. <el-form-item label="打样费" prop="demo_fee">
  382. <digital-input
  383. :values="ruleForm.demo_fee"
  384. :placeholder="'打样费'"
  385. :min="0"
  386. :disabled="type === 'view'"
  387. :max="100000000000"
  388. :position="'right'"
  389. :precision="2"
  390. :size="'mini'"
  391. :controls="false"
  392. :append="'元'"
  393. @reschange="number_change($event, 'demo_fee')"
  394. />
  395. </el-form-item>
  396. </el-col>
  397. <el-col :span="6">
  398. <el-form-item label="开模费" prop="open_fee">
  399. <digital-input
  400. :values="ruleForm.open_fee"
  401. :placeholder="'开模费'"
  402. :min="0"
  403. :disabled="type === 'view'"
  404. :max="100000000000"
  405. :position="'right'"
  406. :precision="2"
  407. :size="'mini'"
  408. :controls="false"
  409. :append="'元'"
  410. @reschange="number_change($event, 'open_fee')"
  411. />
  412. </el-form-item>
  413. </el-col>
  414. <el-col :span="6">
  415. <el-form-item label="物流费" prop="delivery_fee">
  416. <digital-input
  417. :values="ruleForm.delivery_fee"
  418. :placeholder="'物流费'"
  419. :min="0"
  420. :disabled="type === 'view'"
  421. :max="100000000000"
  422. :position="'right'"
  423. :precision="2"
  424. :size="'mini'"
  425. :controls="false"
  426. :append="'元'"
  427. @reschange="number_change($event, 'delivery_fee')"
  428. />
  429. </el-form-item>
  430. </el-col>
  431. <el-col :span="6">
  432. <el-form-item label="裸价" prop="nake_fee" class="clear">
  433. <digital-input
  434. :values="ruleForm.nake_fee"
  435. :placeholder="'裸价'"
  436. :min="0"
  437. :disabled="type === 'view' || is_noble"
  438. :max="100000000000"
  439. :position="'right'"
  440. :precision="2"
  441. :size="'mini'"
  442. :controls="false"
  443. :append="'元'"
  444. @reschange="number_change($event, 'nake_fee')"
  445. />
  446. </el-form-item>
  447. </el-col>
  448. <el-col :span="24" v-show="pid + '' === '6'">
  449. <el-col :span="6">
  450. <el-form-item label="金属重量" prop="noble_weight">
  451. <digital-input
  452. :values="ruleForm.noble_weight"
  453. :placeholder="'金属重量'"
  454. :min="0"
  455. :disabled="type === 'view'"
  456. :max="100000000000"
  457. :position="'right'"
  458. :precision="3"
  459. :size="'mini'"
  460. :controls="false"
  461. :append="'g'"
  462. @reschange="number_change($event, 'noble_weight')"
  463. />
  464. </el-form-item>
  465. </el-col>
  466. <el-col :span="6">
  467. <el-form-item label="金属种类" prop="metal_id">
  468. <search-metal-kind
  469. :value="ruleForm.metal_id"
  470. :size="'mini'"
  471. :disabled="type === 'view'"
  472. :isDetail="true"
  473. :placeholder="'金属种类'"
  474. @searchChange="metal_idsearchChange"
  475. />
  476. </el-form-item>
  477. </el-col>
  478. <el-col :span="6">
  479. <el-form-item label="启用金价" prop="is_gold_price">
  480. <el-select
  481. v-model="ruleForm.is_gold_price"
  482. filterable
  483. clearable
  484. :disabled="type === 'view'"
  485. style="width: 100%"
  486. placeholder="启用金价"
  487. @change="is_gold_price_change"
  488. >
  489. <el-option
  490. v-for="group in options5"
  491. :key="group.id"
  492. :label="group.name"
  493. :value="group.id"
  494. />
  495. </el-select>
  496. </el-form-item>
  497. </el-col>
  498. <el-col :span="6">
  499. <el-form-item label="有无工差" prop="is_diff">
  500. <el-select
  501. v-model="ruleForm.is_diff"
  502. filterable
  503. clearable
  504. :disabled="type === 'view'"
  505. style="width: 100%"
  506. placeholder="有无工差"
  507. >
  508. <el-option
  509. v-for="group in options8"
  510. :key="group.id"
  511. :label="group.name"
  512. :value="group.id"
  513. />
  514. </el-select>
  515. </el-form-item>
  516. </el-col>
  517. <el-col :span="12">
  518. <el-form-item label="配置要求" prop="config">
  519. <el-select
  520. v-model="ruleForm.config"
  521. multiple
  522. :disabled="type === 'view'"
  523. style="width: 100%"
  524. placeholder="配置要求"
  525. >
  526. <el-option
  527. v-for="(item, index) in options9"
  528. :key="item + index"
  529. :label="item"
  530. :value="item"
  531. >
  532. </el-option>
  533. </el-select>
  534. </el-form-item>
  535. </el-col>
  536. <el-col :span="12">
  537. <el-form-item label="其他配置要求" prop="other_config" label-width="120px">
  538. <el-input
  539. placeholder="其他要求"
  540. maxlength="100"
  541. :disabled="type === 'view'"
  542. v-model="ruleForm.other_config"
  543. >
  544. </el-input>
  545. </el-form-item>
  546. </el-col>
  547. </el-col>
  548. <el-col :span="24">
  549. <el-form-item label="采购备注" prop="remark">
  550. <el-input
  551. placeholder="采购备注"
  552. maxlength="500"
  553. :disabled="type === 'view'"
  554. v-model="ruleForm.remark"
  555. >
  556. </el-input>
  557. </el-form-item>
  558. <el-form-item label="工艺说明" prop="cost_desc">
  559. <el-input
  560. placeholder="工艺说明"
  561. maxlength="500"
  562. :disabled="type === 'view'"
  563. v-model="ruleForm.cost_desc"
  564. >
  565. </el-input>
  566. </el-form-item>
  567. </el-col>
  568. <!-- <el-col :span="24">
  569. <el-form-item
  570. label="商品图片(<1mb)"
  571. prop="good_img"
  572. class="activity-upload"
  573. >
  574. <div class="btnupload" style="position: relative">
  575. <img
  576. v-if="ruleForm.good_img"
  577. :src="ruleForm.good_img"
  578. class="avatar"
  579. />
  580. <i v-else class="el-icon-plus avatar-uploader-icon"></i>
  581. <file-upload
  582. class="Upload"
  583. :accept="'.jpg,.png,.jpeg'"
  584. :multiple="true"
  585. :disabled="type === 'view'"
  586. :uploadcondition="beforeAvatarUpload"
  587. @UploadErrorEvent="UploadErrorEventgood_img"
  588. @UploadSuccessEvent="UploadSuccessEventgood_img"
  589. ></file-upload>
  590. </div>
  591. </el-form-item>
  592. </el-col> -->
  593. <el-col :span="24">
  594. <el-form-item
  595. label="商品图片(<1mb)"
  596. prop="good_img"
  597. v-if="ruleForm.good_img"
  598. class="activity-upload"
  599. >
  600. <div
  601. class="btnupload"
  602. style="position: relative; margin-left: 10px"
  603. v-for="(item, index) in ruleForm.good_img"
  604. :key="index"
  605. >
  606. <img :src="ruleForm.good_img[index]" class="avatar" />
  607. <i
  608. v-if="type == 'add' || type === 'editBase' || type === 'edit'"
  609. class="el-icon-close"
  610. @click="closeImg(index, 'good_img')"
  611. ></i>
  612. </div>
  613. <div v-if="type == 'view' ? false : true">
  614. <i
  615. class="el-icon-plus avatar-uploader-icon"
  616. style="position: relative; width: 50px; height: 50px"
  617. >
  618. <file-upload
  619. class="Upload"
  620. :accept="'.jpg,.png,.jpeg'"
  621. :multiple="true"
  622. :disabled="type === 'view'"
  623. :uploadcondition="beforeAvatarUpload"
  624. @UploadErrorEvent="UploadErrorEventgood_img"
  625. @UploadSuccessEvent="UploadSuccessEventgood_img"
  626. ></file-upload>
  627. </i>
  628. </div>
  629. </el-form-item>
  630. <!-- <i class="el-icon-plus avatar-uploader-icon">
  631. </i>
  632. <file-upload
  633. class="Upload"
  634. :accept="'.jpg,.png,.jpeg'"
  635. :multiple="true"
  636. :disabled="false"
  637. :uploadcondition="beforeAvatarUpload"
  638. @UploadErrorEvent="UploadErrorEventgood_img"
  639. @UploadSuccessEvent="UploadSuccessEventgood_img"
  640. ></file-upload> -->
  641. </el-col>
  642. </el-row>
  643. </el-form>
  644. </template>
  645. <script>
  646. import asyncRequest from "@/apis/service/purchaseIn/workbench";
  647. import resToken from "@/mixins/resToken";
  648. import { mapGetters } from "vuex";
  649. import baseFormAddEdit from "./baseFormAddEdit";
  650. import { add_sum, accMul, accDiv } from "@/utils/validate";
  651. import {
  652. options1,
  653. options2,
  654. options3,
  655. options4,
  656. options5,
  657. options6,
  658. options7,
  659. options8,
  660. options9,
  661. options10,
  662. options11,
  663. rules,
  664. } from "../columns";
  665. export default {
  666. name: "goodsCostAdd",
  667. mixins: [resToken],
  668. props: ["showModel", "id", "type", "sitem", "askItem", "newTime", "editId"],
  669. components: {
  670. baseFormAddEdit,
  671. },
  672. computed: {
  673. ...mapGetters(["tablebtnSize", "searchSize", "size"]),
  674. powers() {
  675. const tran =
  676. this.$store.getters.btnList.find((item) => item.menu_route == "goodsCostAdd") ||
  677. {};
  678. const { action } = tran ?? {};
  679. return action ?? [];
  680. },
  681. },
  682. watch: {
  683. newTime: function (val) {
  684. if (val) {
  685. this.initForm();
  686. }
  687. },
  688. },
  689. data() {
  690. return {
  691. areaInfo:{
  692. delivery_place:{
  693. code:[],
  694. label:[]
  695. },
  696. origin_place:{
  697. code:[],
  698. label:[]
  699. }
  700. },
  701. pid: "",
  702. cat_id_name: "",
  703. supplierNo: "",
  704. brand_name: "",
  705. unit_name: "",
  706. title: "",
  707. modelIndex: "",
  708. modelSitem: {},
  709. showOtherModel: false,
  710. is_noble: false,
  711. status: "",
  712. rulesThis: this.rules,
  713. activeName: "1",
  714. loading: true,
  715. //新实时金价
  716. newGoldPrice: 0,
  717. options1: options1,
  718. options2: options2,
  719. options3: options3,
  720. options4: options4,
  721. options5: options5,
  722. options6: options6,
  723. options7: options7,
  724. options8: options8,
  725. options9: options9,
  726. options10: options10,
  727. options11: options11,
  728. ruleForm: {},
  729. rules,
  730. //乘法处理
  731. r1: "",
  732. r2: "",
  733. //除法处理
  734. r3: "",
  735. r4: "",
  736. //成本合算
  737. newPrice: 0,
  738. };
  739. },
  740. mounted() {
  741. this.initForm();
  742. },
  743. methods: {
  744. async areaChange(e,key) {
  745. const { code, area_code, label } = e
  746. this.ruleForm[key] = code ? code.split(',') : []
  747. this.areaInfo[key].code = area_code ? [area_code] : []
  748. this.areaInfo[key].label = label ? [label] : []
  749. this.$refs.ruleForm.validateField(key)
  750. },
  751. //图片悬浮删除
  752. closeImg(index, key) {
  753. this.ruleForm[key].splice(index, 1);
  754. this.$refs.ruleForm.validateField(key);
  755. },
  756. async initForm() {
  757. this.supplierNo = [];
  758. this.loading = true;
  759. if (this.type === "add") {
  760. this.title = "新建采返商品";
  761. } else if (this.type === "edit") {
  762. this.title = "编辑采返商品";
  763. } else {
  764. this.title = "采返商品详情";
  765. }
  766. this.resetFormData();
  767. await this.resetForm();
  768. if (this.type === "edit" || this.type === "view") {
  769. await this.initData();
  770. }
  771. //调用实时金价获取接口
  772. this.golpricelast();
  773. //调用成本合算计算函数
  774. // this.computedCost()
  775. this.rulesThis = this.rules;
  776. this.setrules();
  777. this.loading = false;
  778. },
  779. //计算价格
  780. computedCost() {
  781. const { num } = this.askItem;
  782. const {
  783. demo_fee,
  784. open_fee,
  785. noble_weight,
  786. cost_fee,
  787. pakge_fee,
  788. mark_fee,
  789. cert_fee,
  790. nake_fee,
  791. delivery_fee,
  792. } = this.ruleForm;
  793. let a = accDiv(demo_fee, num); // 打样费/购买数量
  794. let b = accDiv(open_fee, num); //开模费/购买数量
  795. let c = accMul(noble_weight, this.newGoldPrice); //金属重量* 最新金价
  796. let d = accMul(cost_fee, noble_weight); //工艺费* 金属重量
  797. let e = add_sum(pakge_fee, mark_fee); //包装费+加标费
  798. let f = add_sum(cert_fee, nake_fee); //证书费+产品裸价
  799. if (this.is_noble) {
  800. this.newPrice = add_sum(
  801. add_sum(add_sum(a, b), add_sum(c, d)),
  802. add_sum(add_sum(e, f), delivery_fee)
  803. ).toFixed(2);
  804. } else {
  805. this.newPrice = add_sum(
  806. add_sum(add_sum(a, b), add_sum(e, f)),
  807. delivery_fee
  808. ).toFixed(2);
  809. }
  810. console.log(new Date().valueOf() + this.newPrice);
  811. },
  812. number_change(e, key) {
  813. this.ruleForm[key] = e + "" || "0";
  814. this.$refs.ruleForm.validateField(key);
  815. this.computedCost();
  816. },
  817. async initData() {
  818. this.loading = true;
  819. const { code, message, data } = await asyncRequest.good_detail({
  820. bidNo: this.editId,
  821. });
  822. if (code === 0) {
  823. const {
  824. bidNo,
  825. good_name, //string 名称
  826. cat_id, //array 分类
  827. cat_info,
  828. brand_id, //string 品牌id
  829. unit, // string 单位
  830. unit_id, //单位ID
  831. tax, //string 税率
  832. supplierNo, // string 供应商
  833. cost_desc, // string 工艺说明
  834. remark, // string 采购备注
  835. weight, // string 重量
  836. supply_area, // string 供货区域 1 全国2 除偏远地区
  837. origin_place, // string 产地
  838. origin_place_cn, // string 产地
  839. delivery_place, // string 发货地
  840. delivery_place_cn, // string 发货地
  841. delivery_day, // string 物流天数
  842. expire_day, // string 信息有效期
  843. good_img, //
  844. // good_name,
  845. cert_fee, // string 证书费
  846. pakge_fee, // string 打包费
  847. cost_fee, // string 工艺费
  848. mark_fee, // string 加标费
  849. demo_fee, // string 打样费
  850. open_fee, // string 开模费
  851. metal_id, // string 金属类别
  852. noble_weight, // string 金属重量
  853. is_gold_price, // string 是否使用实时金价
  854. delivery_fee, // string 物流费
  855. status, // string 状态
  856. brand_name,
  857. work_day,
  858. pay_way,
  859. send_way,
  860. is_diff,
  861. config,
  862. nake_fee,
  863. other_config,
  864. supplierName,
  865. specinfo,
  866. } = JSON.parse(JSON.stringify(data));
  867. if(this.type !== 'add'){
  868. this.areaInfo.origin_place.code = origin_place ? [origin_place.split(',')[2]] : []
  869. this.areaInfo.origin_place.label = origin_place_cn ? [origin_place_cn] : []
  870. this.areaInfo.delivery_place.code = delivery_place ? [delivery_place.split(',')[2]] : []
  871. this.areaInfo.delivery_place.label = delivery_place_cn ? [delivery_place_cn] : []
  872. }
  873. if (specinfo && specinfo.length > 0) {
  874. this.spec_tableData = JSON.parse(JSON.stringify(specinfo));
  875. }
  876. this.cat_id_name = "";
  877. if (cat_info && cat_info.length) {
  878. cat_info.forEach((e, ei) => {
  879. if (ei === 0) {
  880. this.pid = e.id;
  881. }
  882. this.cat_id_name += `${ei !== 0 ? "_" : ""}${e.name}`;
  883. });
  884. }
  885. this.supplierNo_name = supplierName || "";
  886. this.is_noble = is_gold_price === "1" && this.pid === "6";
  887. // this.is_noble = this.askItem.is_metal;
  888. this.brand_name = brand_name || "";
  889. this.unit_name = unit || "";
  890. const catId = String(cat_id ?? "");
  891. this.ruleForm = {
  892. infoNo: String(this.id ?? ""),
  893. bidNo: String(bidNo ?? ""),
  894. cat_id: catId ? [catId] : [],
  895. supplierNo: String(supplierNo ?? "") ? [supplierNo] : [],
  896. pname: good_name || "",
  897. expire_day: expire_day || "1", //有效期
  898. delivery_day: delivery_day || "0", //物流时间
  899. work_day: work_day || "0", //生产工期
  900. brandid: brand_id ? [brand_id] : [],
  901. unit_id: unit_id ? [unit_id] : [],
  902. weight: weight || "0.000",
  903. tax: tax ? tax + "%" : "",
  904. supply_area: supply_area || "",
  905. origin_place: origin_place ? origin_place.split(",") : [],
  906. delivery_place: delivery_place ? delivery_place.split(",") : [],
  907. cert_fee: cert_fee || "0.00",
  908. pakge_fee: pakge_fee || "0.00",
  909. cost_fee: cost_fee || "0.00",
  910. mark_fee: mark_fee || "0.00",
  911. demo_fee: demo_fee || "0.00",
  912. open_fee: open_fee || "0.00",
  913. delivery_fee: delivery_fee || "0.00",
  914. nake_fee: nake_fee || "0.00",
  915. pay_way: pay_way || "",
  916. send_way: send_way || "",
  917. noble_weight: noble_weight || "0.000",
  918. metal_id: metal_id || "",
  919. is_gold_price: is_gold_price || "",
  920. is_diff: is_diff || "",
  921. config: config ? config.split(",") : [],
  922. other_config: other_config || "",
  923. remark: remark || "",
  924. cost_desc: cost_desc || "",
  925. good_img: good_img || [],
  926. };
  927. this.status = status;
  928. if (this.is_noble) {
  929. this.ruleForm.nake_fee = "0";
  930. }
  931. } else if (code >= 100 && code <= 104) {
  932. await this.logout();
  933. } else {
  934. this.$message.warning(message);
  935. }
  936. },
  937. async submitForm() {
  938. if (this.loading) {
  939. return;
  940. }
  941. if (this.is_noble) {
  942. this.ruleForm.nake_fee = "0";
  943. }
  944. this.computedCost();
  945. if (this.ruleForm.good_img.length > 10) {
  946. this.$message.warning("上传图片不能超过10张");
  947. return;
  948. }
  949. // for (let key in this.ruleForm) {
  950. // console.log(this.rulesThis[key]);
  951. // console.log(
  952. // key + "---" + this.rulesThis[key][0].required + "-----" + this.ruleForm[key]
  953. // );
  954. // }
  955. await this.$refs.ruleForm.validate(async (valid) => {
  956. console.log(valid);
  957. if (valid) {
  958. if (!this.loading) {
  959. this.loading = true;
  960. if (this.spec_tableData.length === 0) {
  961. this.$message.warning("请填写规格!");
  962. this.loading = false;
  963. return;
  964. }
  965. let model = JSON.parse(JSON.stringify(this.ruleForm));
  966. model.cat_id = model.cat_id[model.cat_id.length - 1];
  967. model.brandid = model.brandid.toString();
  968. model.supplierNo = model.supplierNo.toString();
  969. model.origin_place = model.origin_place.toString();
  970. model.delivery_place = model.delivery_place.toString();
  971. model.unit_id = model.unit_id.toString();
  972. model.config = model.config.toString();
  973. model.tax = parseInt(model.tax + "") + "";
  974. model.specinfo = [];
  975. let list = JSON.parse(JSON.stringify(this.spec_tableData));
  976. list.forEach((a) => {
  977. let am = {
  978. specid: a.specid,
  979. spec_value_id: a.spec_value_id,
  980. };
  981. model.specinfo.push(am);
  982. });
  983. console.log(model);
  984. let res = {};
  985. if (this.type === "add") {
  986. delete model["bidNo"];
  987. res = await asyncRequest.good_add(model);
  988. } else {
  989. res = await asyncRequest.good_update(model);
  990. }
  991. console.log(res);
  992. this.loading = false;
  993. if (res && res.code === 0) {
  994. const title = this.type === "add" ? "新建成功!" : "修改成功!";
  995. this.$notify.success({
  996. title: title,
  997. message: "",
  998. });
  999. this.showModelThis = false;
  1000. // 刷新
  1001. this.$emit("refresh");
  1002. } else if (res && res.code >= 100 && res.code <= 104) {
  1003. await this.logout();
  1004. } else {
  1005. this.$message.warning(res.message);
  1006. }
  1007. }
  1008. } else {
  1009. console.log("error submit!!");
  1010. return false;
  1011. }
  1012. });
  1013. },
  1014. async resetForm() {
  1015. // 重置
  1016. await this.$nextTick(async () => {
  1017. if (this.$refs.ruleForm) {
  1018. this.$refs.ruleForm.resetFields();
  1019. this.$refs.ruleForm.clearValidate();
  1020. this.spec_tableData = [];
  1021. // console.log(this.askItem);
  1022. this.is_noble = false;
  1023. const { can_id_arr, is_gold_price } = this.askItem;
  1024. can_id_arr.forEach((e, index) => {
  1025. if (index == 0) {
  1026. this.pid = String(e ?? "");
  1027. }
  1028. });
  1029. if (this.pid === "6" && String(is_gold_price) === "1") {
  1030. this.is_noble = true;
  1031. }
  1032. this.cat_id_name = this.type === "add" ? this.askItem.can_name : "";
  1033. this.brand_name = "";
  1034. // this.type === "add" ? this.askItem.brand : "";
  1035. this.unit_name = "";
  1036. let good_img = this.askItem.good_img ? this.askItem.good_img.split(",") : [];
  1037. //this.type === "add" ? this.askItem.unit_name : "";
  1038. this.ruleForm = {
  1039. infoNo: this.id || "",
  1040. cat_id: this.type === "add" ? [this.askItem.cat_id] : [],
  1041. supplierNo: [],
  1042. pname: this.type === "add" ? this.askItem.good_name : "",
  1043. expire_day: "1", //有效期
  1044. delivery_day: "0", //物流时间
  1045. work_day: "0", //生产工期
  1046. brandid: [],
  1047. // this.type === "add" && this.askItem.brand_id
  1048. // ? [this.askItem.brand_id]
  1049. // : [],
  1050. unit_id: [],
  1051. //this.type === "add" ? [this.askItem.unit] : [],
  1052. weight: this.type === "add" ? this.askItem.total_weight : "0.000",
  1053. tax: "",
  1054. supply_area: "",
  1055. origin_place: [],
  1056. delivery_place: [],
  1057. cert_fee: "0.00",
  1058. pakge_fee: "0.00",
  1059. cost_fee: "0.00",
  1060. mark_fee: "0.00",
  1061. demo_fee: "0.00",
  1062. open_fee: "0.00",
  1063. delivery_fee: "0.00",
  1064. nake_fee: "0.00",
  1065. pay_way: "",
  1066. send_way: "",
  1067. noble_weight: this.type === "add" ? this.askItem.specs_weight : "0.000",
  1068. metal_id: this.type === "add" ? this.askItem.metal_id : "",
  1069. is_gold_price: this.type === "add" ? this.askItem.is_gold_price : "",
  1070. is_diff: "",
  1071. config:
  1072. this.type === "add"
  1073. ? this.askItem.config
  1074. ? this.askItem.config.split(",")
  1075. : []
  1076. : [],
  1077. other_config: this.type === "add" ? this.askItem.other_config : "",
  1078. remark: "",
  1079. cost_desc: this.type === "add" ? this.askItem.cost_desc : "",
  1080. good_img: this.type === "add" ? good_img : [],
  1081. };
  1082. if (this.type === "add") {
  1083. this.spec_tableData = JSON.parse(JSON.stringify(this.askItem.specinfo));
  1084. }
  1085. await this.set_must_spec();
  1086. }
  1087. });
  1088. },
  1089. openEdit(index, sitem) {
  1090. this.modelIndex = index;
  1091. this.modelSitem = sitem;
  1092. this.showOtherModel = true;
  1093. },
  1094. openDelete(index) {
  1095. this.spec_tableData.splice(index, 1);
  1096. },
  1097. //规格编辑修改结果
  1098. refreshEdit(e) {
  1099. let item = JSON.parse(JSON.stringify(e));
  1100. const { index, specid, spec_name, spec_value_id, spec_value_name } = item;
  1101. if (index + "" === "-1") {
  1102. this.spec_tableData.push(item);
  1103. } else {
  1104. let findex = parseInt(index + "");
  1105. this.spec_tableData[findex].specid = specid;
  1106. this.spec_tableData[findex].spec_name = spec_name;
  1107. this.spec_tableData[findex].spec_value_id = spec_value_id;
  1108. this.spec_tableData[findex].spec_value_name = spec_value_name;
  1109. }
  1110. this.showOtherModel = false;
  1111. },
  1112. //分类选择
  1113. async cat_id_change(e) {
  1114. const { pid, id, label } = e;
  1115. this.pid = pid || "";
  1116. this.ruleForm.cat_id = id ? [id] : [];
  1117. this.$refs.ruleForm && this.$refs.ruleForm.validateField("cat_id");
  1118. const { is_gold_price } = this.ruleForm;
  1119. this.is_noble = this.pid === "6" && is_gold_price === "1";
  1120. this.setrules();
  1121. if (this.is_noble) {
  1122. this.ruleForm.nake_fee = "0";
  1123. }
  1124. this.computedCost();
  1125. await this.set_must_spec();
  1126. },
  1127. async set_must_spec() {
  1128. const { cat_id } = this.ruleForm;
  1129. let id = cat_id.length == 1 ? cat_id[0] : "";
  1130. if (id) {
  1131. const { code, message, data } = await asyncRequest.catinfo({ id: id });
  1132. if (code === 0) {
  1133. const { spec } = data;
  1134. if (spec && spec.length > 0) {
  1135. if (this.spec_tableData && this.spec_tableData.length > 0) {
  1136. this.spec_tableData.forEach((c) => {
  1137. c.isMust = false;
  1138. });
  1139. spec.forEach((a, ai) => {
  1140. let findex = this.spec_tableData.findIndex((b) => b.specid === a.id);
  1141. if (findex !== -1) {
  1142. this.spec_tableData[findex].isMust = true;
  1143. } else {
  1144. this.spec_tableData.push({
  1145. id: "",
  1146. index: "1",
  1147. specid: a.id,
  1148. spec_name: a.spec_name,
  1149. isMust: true,
  1150. spec_value_name: "",
  1151. spec_value_id: "",
  1152. });
  1153. }
  1154. });
  1155. } else {
  1156. spec.forEach((a, ai) => {
  1157. let model = {
  1158. id: "",
  1159. index: "1",
  1160. specid: a.id,
  1161. spec_name: a.spec_name,
  1162. isMust: true,
  1163. spec_value_name: "",
  1164. spec_value_id: "",
  1165. };
  1166. this.spec_tableData.push(model);
  1167. });
  1168. }
  1169. }
  1170. this.spec_tableData.map((e, ei) => {
  1171. e.index = ei + "";
  1172. return e;
  1173. });
  1174. this.spec_tableData.forEach((si, sii) => {
  1175. this.$set(this.spec_tableData, sii, si);
  1176. });
  1177. console.log(this.spec_tableData);
  1178. } else if (code >= 100 && code <= 104) {
  1179. await this.logout();
  1180. } else {
  1181. this.$message.warning(message);
  1182. }
  1183. } else {
  1184. this.spec_tableData.forEach((si, sii) => {
  1185. si.isMust = false;
  1186. this.$set(this.spec_tableData, sii, si);
  1187. });
  1188. }
  1189. },
  1190. setrules() {
  1191. let list1 = ["noble_weight", "is_gold_price", "is_diff"];
  1192. for (let i = 0; i < list1.length; i++) {
  1193. this.rulesThis[list1[i]][0].required = this.is_noble;
  1194. }
  1195. let list2 = ["metal_id", "config", "other_config"];
  1196. for (let i = 0; i < list2.length; i++) {
  1197. this.rulesThis[list2[i]][0].required = this.pid === "6";
  1198. }
  1199. },
  1200. is_gold_price_change() {
  1201. const { is_gold_price } = this.ruleForm;
  1202. this.$refs.ruleForm.validateField("is_gold_price");
  1203. this.is_noble = this.pid === "6" && is_gold_price === "1";
  1204. this.setrules();
  1205. if (this.is_noble) {
  1206. this.ruleForm.nake_fee = "0";
  1207. }
  1208. this.computedCost();
  1209. },
  1210. //品牌选择
  1211. brandidsearchChange(e) {
  1212. const { id, code, label } = e;
  1213. if (id) {
  1214. this.ruleForm.brandid = [id];
  1215. } else {
  1216. this.ruleForm.brandid = [];
  1217. }
  1218. this.$refs.ruleForm.validateField("brandid");
  1219. },
  1220. //供应商选择
  1221. supplierNosearchChange(e) {
  1222. console.log(e);
  1223. const { id, code, label } = e;
  1224. if (id) {
  1225. this.ruleForm.supplierNo = [code];
  1226. } else {
  1227. this.ruleForm.supplierNo = [];
  1228. }
  1229. this.$refs.ruleForm.validateField("supplierNo");
  1230. },
  1231. //税点选择
  1232. taxsearchChange(e) {
  1233. this.ruleForm.tax = e;
  1234. this.$refs.ruleForm.validateField("tax");
  1235. },
  1236. //单位选择
  1237. unitsearchChange(e) {
  1238. const { id, code, label } = e;
  1239. if (id) {
  1240. this.ruleForm.unit_id = [code];
  1241. } else {
  1242. this.ruleForm.unit_id = [];
  1243. }
  1244. this.$refs.ruleForm.validateField("unit_id");
  1245. },
  1246. //金属种类选择
  1247. //需修改,未改完
  1248. async metal_idsearchChange(e) {
  1249. this.loading = true;
  1250. const { id, code, label } = e;
  1251. if (id) {
  1252. this.ruleForm.metal_id = id;
  1253. } else {
  1254. this.ruleForm.metal_id = "";
  1255. }
  1256. this.$refs.ruleForm.validateField("metal_id");
  1257. //获取实时金价
  1258. this.golpricelast();
  1259. this.loading = false;
  1260. },
  1261. //获取实时金价
  1262. async golpricelast() {
  1263. const { metal_id } = this.ruleForm;
  1264. if (metal_id === "" && metal_id === "0") {
  1265. this.newGoldPrice = 0;
  1266. this.computedCost();
  1267. return;
  1268. }
  1269. const { code, data } = await asyncRequest.golpricelast({
  1270. type: metal_id,
  1271. });
  1272. if (code === 0) {
  1273. if (data.length !== 1) {
  1274. this.newGoldPrice = 0;
  1275. } else {
  1276. this.newGoldPrice = data[0].price;
  1277. }
  1278. } else if (code >= 100 && code <= 104) {
  1279. this.newGoldPrice = 0;
  1280. await this.logout();
  1281. } else {
  1282. this.newGoldPrice = 0;
  1283. }
  1284. this.computedCost();
  1285. },
  1286. //仓库省市区
  1287. selectAreaorigin_place(e) {
  1288. this.ruleForm.origin_place = e;
  1289. this.$refs.ruleForm.validateField("origin_place");
  1290. },
  1291. //发货地省市区
  1292. selectAreadelivery_place(e) {
  1293. this.ruleForm.delivery_place = e;
  1294. this.$refs.ruleForm.validateField("delivery_place");
  1295. },
  1296. //图片上传成功
  1297. async UploadSuccessEventgood_img(data) {
  1298. await this.UploadSuccessEvent(1, data);
  1299. },
  1300. //图片上传成功
  1301. async UploadSuccessEvent(type, data) {
  1302. if (this.ruleForm.good_img.length > 10) {
  1303. this.$message.warning("上传图片最多不能超过10张");
  1304. return;
  1305. }
  1306. const { url } = data;
  1307. if (url === "noToken") {
  1308. await this.logout();
  1309. } else {
  1310. if (type === 1) {
  1311. this.ruleForm.good_img.push(url);
  1312. this.$refs.ruleForm.validateField("good_img");
  1313. } else if (type === 2) {
  1314. this.ruleForm.good_img.push(url);
  1315. this.$refs.ruleForm.validateField("good_img");
  1316. }
  1317. console.log(this.ruleForm.good_img.length);
  1318. this.$message.success("图片上传成功!");
  1319. }
  1320. },
  1321. //图片上传失败
  1322. UploadErrorEventgood_img(res) {
  1323. this.imgUploadError(1, res);
  1324. },
  1325. imgUploadError(type, res) {
  1326. if (res !== "break") {
  1327. this.$message.error("图片上传失败!");
  1328. this.$refs.ruleForm.validateField(
  1329. type === 1 ? "good_img" : type === 2 ? "good_img" : ""
  1330. );
  1331. }
  1332. },
  1333. //判断图片规格
  1334. beforeAvatarUpload(file) {
  1335. let isJPG = false;
  1336. if (
  1337. file.type === "image/jpg" ||
  1338. file.type === "image/png" ||
  1339. file.type === "image/jpeg"
  1340. ) {
  1341. isJPG = true;
  1342. }
  1343. const isLt2M = file.size / 1024 / 1024 < 1;
  1344. if (!isJPG) {
  1345. this.$message.error("图片格式不正确!");
  1346. }
  1347. if (!isLt2M) {
  1348. this.$message.error("图片大小不能超过 1MB!");
  1349. }
  1350. return isJPG && isLt2M;
  1351. },
  1352. resetFormData() {
  1353. this.status = "";
  1354. this.is_noble = false;
  1355. this.cat_id_name = "";
  1356. this.brand_name = "";
  1357. this.unit_name = "";
  1358. this.ruleForm = {
  1359. infoNo: "",
  1360. cat_id: [],
  1361. supplierNo: [],
  1362. pname: "",
  1363. expire_day: "1", //有效期
  1364. delivery_day: "0", //物流时间
  1365. work_day: "0", //生产工期
  1366. color: "",
  1367. model: "",
  1368. material: "",
  1369. brandid: [],
  1370. unit_id: [],
  1371. weight: "0.000",
  1372. tax: "",
  1373. supply_area: "",
  1374. origin_place: [],
  1375. delivery_place: [],
  1376. cert_fee: "0.00",
  1377. pakge_fee: "0.00",
  1378. cost_fee: "0.00",
  1379. mark_fee: "0.00",
  1380. demo_fee: "0.00",
  1381. open_fee: "0.00",
  1382. delivery_fee: "0.00",
  1383. nake_fee: "0.00",
  1384. pay_way: "",
  1385. send_way: "",
  1386. noble_weight: "0.000",
  1387. metal_id: "",
  1388. is_gold_price: "",
  1389. is_diff: "",
  1390. config: [],
  1391. other_config: "",
  1392. remark: "",
  1393. cost_desc: "",
  1394. good_img: [],
  1395. };
  1396. },
  1397. addFormData() {
  1398. this.status = "";
  1399. this.is_noble = false;
  1400. this.cat_id_name = "";
  1401. this.brand_name = "";
  1402. this.unit_name = "";
  1403. this.ruleForm = {
  1404. infoNo: "",
  1405. cat_id: [],
  1406. supplierNo: [],
  1407. pname: "",
  1408. expire_day: "1", //有效期
  1409. delivery_day: "0", //物流时间
  1410. work_day: "0", //生产工期
  1411. color: "",
  1412. model: "",
  1413. material: "",
  1414. brandid: [],
  1415. unit_id: [],
  1416. weight: "0.000",
  1417. tax: "",
  1418. supply_area: "",
  1419. origin_place: [],
  1420. delivery_place: [],
  1421. cert_fee: "0.00",
  1422. pakge_fee: "0.00",
  1423. cost_fee: "0.00",
  1424. mark_fee: "0.00",
  1425. demo_fee: "0.00",
  1426. open_fee: "0.00",
  1427. delivery_fee: "0.00",
  1428. nake_fee: "0.00",
  1429. pay_way: "",
  1430. send_way: "",
  1431. noble_weight: "0.000",
  1432. metal_id: "",
  1433. is_gold_price: "",
  1434. is_diff: "",
  1435. config: [],
  1436. other_config: "",
  1437. remark: "",
  1438. cost_desc: "",
  1439. good_img: [],
  1440. };
  1441. },
  1442. },
  1443. };
  1444. </script>
  1445. <style lang="scss" scoped>
  1446. .goodsCostDetail {
  1447. .goodsCostAdd-title {
  1448. border-top: 1px solid #ebeef5;
  1449. span {
  1450. height: 50px;
  1451. line-height: 50px;
  1452. font-family: "微软雅黑", sans-serif;
  1453. font-weight: 400;
  1454. font-style: normal;
  1455. font-size: 16px;
  1456. text-align: left;
  1457. }
  1458. }
  1459. }
  1460. i.el-icon-close {
  1461. position: absolute;
  1462. z-index: 2;
  1463. top: 0;
  1464. right: 0;
  1465. color: #6954f0;
  1466. font-weight: bold;
  1467. cursor: pointer;
  1468. }
  1469. // /deep/ .fileUp {
  1470. // opacity: 10 !important;
  1471. // width: 228px !important;
  1472. // height: 200px !important;
  1473. // outline: none;
  1474. // position: static !important;
  1475. // }
  1476. </style>