fixed-price-form.vue 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129
  1. <template>
  2. <div v-loading="loading">
  3. <!-- {{ sitem.is_gold_price }} -->
  4. <el-form
  5. :model="addrForm"
  6. ref="addrForm"
  7. status-icon
  8. class="demo-addrForm-goodsOnline"
  9. :size="'mini'"
  10. >
  11. <el-table
  12. :data="addrForm.good_ladder"
  13. :size="'mini'"
  14. border
  15. stripe
  16. max-height="300px"
  17. row-key="key"
  18. style="width: 100%; margin: 0 0 20px 0"
  19. >
  20. <el-table-column type="index" width="50" show-overflow-tooltip />
  21. <el-table-column
  22. prop="min_num"
  23. label="起订量(>=)"
  24. show-overflow-tooltip
  25. >
  26. <template slot-scope="scope">
  27. <el-form-item
  28. v-show="scope.row.edit"
  29. :prop="'good_ladder.' + scope.$index + '.' + 'min_num'"
  30. :rules="addrRules.min_num"
  31. :size="'mini'"
  32. :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
  33. >
  34. <digital-input
  35. :values="scope.row.min_num"
  36. :placeholder="'起订量(>=)'"
  37. :min="0"
  38. :max="100000000000"
  39. :position="'right'"
  40. :precision="0"
  41. :controls="false"
  42. :append="''"
  43. :newTime="scope.row.newTime"
  44. :size="'mini'"
  45. :disabled="!scope.row.edit"
  46. @reschange="num_change($event, 'min_num', scope.$index)"
  47. />
  48. </el-form-item>
  49. <span v-show="!scope.row.edit">{{ scope.row.min_num }}</span>
  50. </template>
  51. </el-table-column>
  52. <el-table-column prop="new_sale_price" show-overflow-tooltip>
  53. <template slot="header" slot-scope="scope">
  54. <span>系统售价</span>
  55. <!-- <el-popover
  56. placement="top-start"
  57. title="计算公式:"
  58. width="300"
  59. style="margin: 3px 0 0 0"
  60. class="fr"
  61. trigger="hover"
  62. ><div>
  63. <div v-if="sitem.is_gold_price === '1'">
  64. <span class="jiashu">贵金属克重</span>
  65. <span class="jiahao">*</span>
  66. <span class="jiashu">实时金价</span>
  67. <span class="jiahao">+</span>
  68. <span class="jiashu">工艺费</span>
  69. <span class="jiahao">*</span>
  70. <span class="jiashu">贵金属克重</span>
  71. <span class="jiahao">+</span>
  72. </div>
  73. <div>
  74. <span class="jiashu">包装费</span>
  75. <span class="jiahao">+</span>
  76. <span class="jiashu">裸价</span>
  77. <span class="jiahao">+</span>
  78. <span class="jiashu">加标费</span>
  79. <span class="jiahao">+</span>
  80. <span class="jiashu">证书费</span>
  81. <span class="jiahao">+</span>
  82. <span class="jiashu">物流费</span>
  83. </div>
  84. </div>
  85. <i class="el-icon-question tb-icon" slot="reference"></i>
  86. </el-popover> -->
  87. </template>
  88. <template slot-scope="scope">
  89. <el-form-item
  90. v-show="scope.row.edit"
  91. :prop="'good_ladder.' + scope.$index + '.' + 'new_sale_price'"
  92. :rules="addrRules.new_sale_price"
  93. :size="'mini'"
  94. :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
  95. >
  96. <el-input
  97. v-loading="scope.row.loading"
  98. v-model="scope.row.new_sale_price"
  99. placeholder="系统售价"
  100. :disabled="true"
  101. :size="'mini'"
  102. maxlength="20"
  103. />
  104. </el-form-item>
  105. <span v-show="!scope.row.edit">{{ scope.row.new_sale_price }}</span>
  106. </template>
  107. </el-table-column>
  108. <el-table-column
  109. prop="sale_price"
  110. label="售价"
  111. show-overflow-tooltip
  112. v-if="sitem && sitem.is_gold_price !== '1'"
  113. >
  114. <template slot-scope="scope">
  115. <el-form-item
  116. v-show="scope.row.edit"
  117. :prop="'good_ladder.' + scope.$index + '.' + 'sale_price'"
  118. :rules="addrRules.sale_price"
  119. :size="'mini'"
  120. :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
  121. >
  122. <digital-input
  123. :values="scope.row.sale_price"
  124. :placeholder="'售价'"
  125. :min="0"
  126. :max="100000000000"
  127. :position="'right'"
  128. :precision="2"
  129. :controls="false"
  130. :append="''"
  131. :newTime="scope.row.newTime"
  132. :size="'mini'"
  133. :disabled="!scope.row.edit"
  134. @reschange="num_change($event, 'sale_price', scope.$index)"
  135. />
  136. </el-form-item>
  137. <span v-show="!scope.row.edit">{{ scope.row.sale_price }}</span>
  138. </template>
  139. </el-table-column>
  140. <el-table-column
  141. prop="new_cost_fee"
  142. show-overflow-
  143. v-if="sitem && sitem.is_gold_price === '1'"
  144. label="系统工艺费"
  145. >
  146. <template slot-scope="scope">
  147. <el-form-item
  148. v-show="scope.row.edit"
  149. :prop="'good_ladder.' + scope.$index + '.' + 'new_cost_fee'"
  150. :rules="addrRules.new_cost_fee"
  151. :size="'mini'"
  152. :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
  153. >
  154. <el-input
  155. v-loading="scope.row.loading"
  156. v-model="scope.row.new_cost_fee"
  157. placeholder="工艺费"
  158. :disabled="true"
  159. :size="'mini'"
  160. maxlength="20"
  161. />
  162. </el-form-item>
  163. <span v-show="!scope.row.edit">{{ scope.row.new_cost_fee }}</span>
  164. </template>
  165. </el-table-column>
  166. <el-table-column
  167. prop="cost_fee"
  168. label="工艺费"
  169. show-overflow-tooltip
  170. v-if="sitem && sitem.is_gold_price === '1'"
  171. >
  172. <template slot-scope="scope">
  173. <el-form-item
  174. v-show="scope.row.edit"
  175. :prop="'good_ladder.' + scope.$index + '.' + 'cost_fee'"
  176. :rules="addrRules.cost_fee"
  177. :size="'mini'"
  178. :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
  179. >
  180. <digital-input
  181. :values="scope.row.cost_fee"
  182. :placeholder="'工艺费'"
  183. :min="0"
  184. :max="100000000000"
  185. :position="'right'"
  186. :precision="2"
  187. :controls="false"
  188. :append="''"
  189. :newTime="scope.row.newTime"
  190. :size="'mini'"
  191. :disabled="!scope.row.edit"
  192. @reschange="num_change($event, 'cost_fee', scope.$index)"
  193. />
  194. </el-form-item>
  195. <span v-show="!scope.row.edit">{{ scope.row.cost_fee }}</span>
  196. </template>
  197. </el-table-column>
  198. <el-table-column
  199. prop="market_price"
  200. label="市场价"
  201. show-overflow-tooltip
  202. >
  203. <template slot-scope="scope">
  204. <el-form-item
  205. v-show="scope.row.edit"
  206. :prop="'good_ladder.' + scope.$index + '.' + 'market_price'"
  207. :rules="addrRules.market_price"
  208. :size="'mini'"
  209. :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
  210. >
  211. <digital-input
  212. :values="scope.row.market_price"
  213. :placeholder="'市场价'"
  214. :min="0"
  215. :max="100000000000"
  216. :position="'right'"
  217. :precision="2"
  218. :controls="false"
  219. :append="''"
  220. :newTime="scope.row.newTime"
  221. :size="'mini'"
  222. :disabled="!scope.row.edit"
  223. @reschange="num_change($event, 'market_price', scope.$index)"
  224. />
  225. </el-form-item>
  226. <span v-show="!scope.row.edit">{{ scope.row.market_price }}</span>
  227. </template>
  228. </el-table-column>
  229. <el-table-column
  230. prop="market_platform"
  231. label="对比平台"
  232. show-overflow-tooltip
  233. >
  234. <template slot-scope="scope">
  235. <el-form-item
  236. v-show="scope.row.edit"
  237. :prop="'good_ladder.' + scope.$index + '.' + 'market_platform'"
  238. :rules="addrRules.market_platform"
  239. :size="'mini'"
  240. :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
  241. >
  242. <el-input
  243. v-model="scope.row.market_platform"
  244. placeholder="对比平台"
  245. maxlength="50"
  246. :disabled="!scope.row.edit"
  247. />
  248. </el-form-item>
  249. <span v-show="!scope.row.edit">{{
  250. scope.row.market_platform
  251. }}</span>
  252. </template>
  253. </el-table-column>
  254. <el-table-column prop="status" label="状态" show-overflow-tooltip>
  255. <template slot-scope="scope">
  256. <el-form-item
  257. v-show="scope.row.edit"
  258. :prop="'good_ladder.' + scope.$index + '.' + 'status'"
  259. :rules="addrRules.status"
  260. :size="'mini'"
  261. :style="{ marginBottom: scope.row.edit ? '13px' : '0' }"
  262. >
  263. <el-select v-model="scope.row.status" placeholder="状态">
  264. <el-option
  265. v-for="item in status_options"
  266. :key="item.value"
  267. :label="item.label"
  268. :value="item.value"
  269. >
  270. </el-option>
  271. </el-select>
  272. </el-form-item>
  273. <span v-show="!scope.row.edit">{{
  274. scope.row.status == "1" ? "启用" : "禁用"
  275. }}</span>
  276. </template>
  277. </el-table-column>
  278. <el-table-column fixed="right">
  279. <template slot="header" slot-scope="scope">
  280. <span>操作</span>
  281. <el-tooltip effect="dark" content="添加阶梯" placement="top">
  282. <i
  283. class="el-icon-circle-plus-outline tb-icon fr"
  284. @click="openCostEdit(-1)"
  285. ></i>
  286. </el-tooltip>
  287. </template>
  288. <template slot-scope="scope">
  289. <el-tooltip
  290. effect="dark"
  291. content="保存"
  292. v-if="scope.row.edit"
  293. placement="top"
  294. >
  295. <i
  296. class="el-icon-circle-check tb-icon"
  297. @click="checkRow(scope.$index)"
  298. ></i>
  299. </el-tooltip>
  300. <el-tooltip effect="dark" v-else content="修改" placement="top">
  301. <i
  302. class="el-icon-edit tb-icon"
  303. @click="openCostEdit(scope.$index)"
  304. ></i>
  305. </el-tooltip>
  306. <el-tooltip effect="dark" content="删除" placement="top">
  307. <i
  308. class="el-icon-delete tb-icon"
  309. @click="openCostEditDelete(scope.$index)"
  310. ></i>
  311. </el-tooltip>
  312. </template>
  313. </el-table-column>
  314. </el-table>
  315. </el-form>
  316. <el-form
  317. ref="ruleForm"
  318. :model="ruleForm"
  319. status-icon
  320. :rules="rulesThis"
  321. class="demo-ruleForm-goodsOnline"
  322. :size="'mini'"
  323. >
  324. <el-row>
  325. <el-col :span="24"
  326. ><el-form-item label="售价凭证类型" prop="proof_type">
  327. <el-radio-group
  328. v-model="ruleForm.proof_type"
  329. @change="set_proof_url()"
  330. >
  331. <el-radio
  332. v-for="item in options"
  333. :key="item.value"
  334. :label="item.value"
  335. >{{ item.label }}</el-radio
  336. >
  337. </el-radio-group>
  338. <el-button class="fr" type="primary" @click="showVoucher = true"
  339. >查看历史凭证</el-button
  340. >
  341. </el-form-item>
  342. <show-voucher-model
  343. :showModel="showVoucher"
  344. :id="spuCode"
  345. @cancel="showVoucher = false"
  346. @searchChange="resvoucher"
  347. />
  348. </el-col>
  349. <el-col :span="18">
  350. <el-form-item label="凭证文件" prop="proof_url">
  351. <ul class="shangchuan-ul">
  352. <li v-if="ruleForm.proof_type === '1'" class="shiping">
  353. <div v-if="video_url" class="clearfix">
  354. <video width="250" controls class="fl">
  355. <source :src="video_url" type="video/mp4" />
  356. <source :src="video_url" type="video/avi" />
  357. 您的浏览器不支持Video标签。
  358. </video>
  359. <el-link
  360. :underline="false"
  361. @click="deleteUrl('1')"
  362. type="warning"
  363. style="margin: 0 0 0 16px"
  364. >删除</el-link
  365. >
  366. </div>
  367. <div class="activity-upload" v-else>
  368. <div class="btnupload" style="position: relative">
  369. <i class="el-icon-plus avatar-uploader-icon"></i>
  370. <video-upload
  371. class="Upload"
  372. :disabled="type === 'view' || type === 'editCoin'"
  373. :accept="'.mp4,.avi'"
  374. :multiple="false"
  375. :uploadcondition="beforeVideoUpload"
  376. @UploadErrorEvent="UploadVideoEventproof_url"
  377. @UploadSuccessEvent="UploadSuccessVideoproof_url"
  378. />
  379. </div>
  380. <div class="txt-tips fl">
  381. <p>建议大小:小于10MB</p>
  382. <p>文件格式:.mp4,.avi</p>
  383. </div>
  384. </div>
  385. </li>
  386. <li v-if="ruleForm.proof_type === '2'" class="tupian">
  387. <div v-if="img_url" class="clearfix">
  388. <img
  389. style="width: 50px; height: 50px"
  390. :src="img_url"
  391. class="avatar fl"
  392. />
  393. <el-link
  394. :underline="false"
  395. @click="deleteUrl('2')"
  396. type="warning"
  397. style="margin: 0 0 0 16px"
  398. >删除</el-link
  399. >
  400. </div>
  401. <div class="activity-upload" v-else>
  402. <div class="btnupload" style="position: relative">
  403. <i class="el-icon-plus avatar-uploader-icon"></i>
  404. <file-upload
  405. class="Upload"
  406. :disabled="type === 'view' || type === 'editCoin'"
  407. :accept="'.jpg,.png,.jpeg'"
  408. :multiple="false"
  409. :uploadcondition="beforeAvatarUpload"
  410. @UploadErrorEvent="UploadErrorEventproof_url"
  411. @UploadSuccessEvent="UploadSuccessEventproof_url"
  412. ></file-upload>
  413. </div>
  414. <div class="txt-tips fl">
  415. <p>建议大小:小于1MB</p>
  416. <p>文件格式:.jpg,.png,.jpeg</p>
  417. </div>
  418. </div>
  419. </li>
  420. <li v-if="ruleForm.proof_type === '3'" class="qita">
  421. <div v-if="other_url" class="clearfix">
  422. <a :href="other_url" download="凭证文件">点击下载</a>
  423. <el-link
  424. :underline="false"
  425. @click="deleteUrl('3')"
  426. type="warning"
  427. style="margin: 0 0 0 16px"
  428. >删除</el-link
  429. >
  430. </div>
  431. <div class="activity-upload" v-else>
  432. <div class="btnupload" style="position: relative">
  433. <i class="el-icon-plus avatar-uploader-icon"></i>
  434. <file-upload-pdf
  435. class="Upload"
  436. :accept="'.xlsx,.xls,.pdf,.zip,.rar,.7z'"
  437. :multiple="false"
  438. :uploadcondition="beforeOtherUpload"
  439. @UploadErrorEvent="UploadErrorOtherproof_url"
  440. @UploadSuccessEvent="UploadSuccessOtherproof_url"
  441. />
  442. </div>
  443. <div class="txt-tips fl">
  444. <p>建议大小:小于5MB</p>
  445. <p>文件格式:.xlsx,.xls,.pdf,.zip,.rar,.7z</p>
  446. </div>
  447. </div>
  448. </li>
  449. </ul>
  450. </el-form-item>
  451. </el-col>
  452. <el-col :span="6">
  453. <el-form-item class="fr">
  454. <el-button
  455. v-if="!isDetail"
  456. :size="'mini'"
  457. type="primary"
  458. @click="submitForm"
  459. >保 存
  460. </el-button>
  461. </el-form-item>
  462. </el-col>
  463. </el-row>
  464. </el-form>
  465. </div>
  466. </template>
  467. <script>
  468. // import costFormAddEdit from "./costFormAddEdit";
  469. import asyncRequest from "@/apis/service/goodStore/goodsOnline";
  470. import showVoucherModel from "@/components/show-voucher-model";
  471. export default {
  472. name: "exam-form",
  473. props: [
  474. "size",
  475. "statusList",
  476. "disabled",
  477. "isMust",
  478. "labelWidth",
  479. "id",
  480. "spuCode",
  481. "sitem",
  482. ],
  483. components: {
  484. // costFormAddEdit,
  485. showVoucherModel,
  486. },
  487. /**
  488. * 属性集合
  489. * @param {String} size : 组件大小 非必填
  490. * @param {Array} statusList : 驳回至备选项 必填
  491. * @param {Boolean} disabled : 是否禁用 必填
  492. * @param {Boolean} isMust : 是否需要展示驳回节点 必填
  493. *
  494. *
  495. */
  496. /**
  497. * 事件集合
  498. * @searchChange : 选中值变化调用 抛出选中数据
  499. */
  500. data() {
  501. const validate_num = (rule, value, callback) => {
  502. const { required } = rule;
  503. if (required && value === "") {
  504. callback(new Error("不能为空!"));
  505. } else {
  506. callback();
  507. }
  508. };
  509. const validate_num_0 = (rule, value, callback) => {
  510. const { required } = rule;
  511. if (required && value === "") {
  512. callback(new Error("不能为空!"));
  513. } else if (
  514. required &&
  515. (value === "0" ||
  516. value === "0." ||
  517. value === "0.0" ||
  518. value === "0.00" ||
  519. value === "0.000")
  520. ) {
  521. callback(new Error("不能为零!"));
  522. } else {
  523. callback();
  524. }
  525. };
  526. return {
  527. loading: false,
  528. showVoucher: false,
  529. video_url: "",
  530. img_url: "",
  531. other_url: "",
  532. options: [
  533. {
  534. value: "1",
  535. label: "视频",
  536. },
  537. {
  538. value: "2",
  539. label: "图片",
  540. },
  541. {
  542. value: "3",
  543. label: "其他",
  544. },
  545. ],
  546. status_options: [
  547. {
  548. value: "1",
  549. label: "启用",
  550. },
  551. {
  552. value: "0",
  553. label: "禁用",
  554. },
  555. ],
  556. showModelThis: this.showModel,
  557. pickerOptions: {
  558. disabledDate(time) {
  559. return time.getTime() < Date.now() - 60 * 60 * 24 * 1000;
  560. },
  561. },
  562. costshowModel: false,
  563. costmodelIndex: "",
  564. costsitem: {},
  565. ruleForm: {
  566. skuCode: "",
  567. proof_type: "1", // 通过or驳回
  568. proof_url: "", //驳回至
  569. },
  570. rulesThis: this.rules,
  571. rules: {
  572. proof_type: [
  573. {
  574. required: true,
  575. message: "请选择审核状态",
  576. trigger: "change",
  577. },
  578. ],
  579. proof_url: [
  580. {
  581. required: true,
  582. message: "请上传凭证文件",
  583. trigger: "blur,change",
  584. },
  585. ],
  586. rebut: [
  587. {
  588. required: true,
  589. message: "请选择驳回节点",
  590. trigger: "change",
  591. },
  592. ],
  593. remark: [
  594. { required: true, message: "请输入审核备注", trigger: "blur" },
  595. {
  596. min: 1,
  597. max: 250,
  598. message: "长度在 1 到 250 个字符",
  599. trigger: "blur",
  600. },
  601. ],
  602. },
  603. addrForm: {
  604. good_ladder: [],
  605. },
  606. addrRules: {
  607. min_num: [
  608. {
  609. required: true,
  610. validator: validate_num_0,
  611. trigger: "blur",
  612. },
  613. ],
  614. new_sale_price: [{ required: false }],
  615. sale_price: [
  616. {
  617. required: true,
  618. trigger: "blur",
  619. validator: validate_num,
  620. },
  621. ],
  622. cost_fee: [
  623. {
  624. required: true,
  625. trigger: "blur",
  626. validator: validate_num,
  627. },
  628. ],
  629. new_cost_fee: [
  630. {
  631. required: false,
  632. },
  633. ],
  634. market_price: [
  635. {
  636. required: true,
  637. validator: validate_num,
  638. trigger: "blur",
  639. },
  640. ],
  641. market_platform: [
  642. {
  643. required: true,
  644. message: "对比平台不能为空",
  645. trigger: "blur",
  646. },
  647. ],
  648. status: [
  649. {
  650. required: true,
  651. message: "状态不能为空",
  652. trigger: "change",
  653. },
  654. ],
  655. },
  656. };
  657. },
  658. watch: {
  659. isDetail: function (val, old) {
  660. if (this.isDetail !== val) {
  661. this.options = [];
  662. this.selectLoading = false;
  663. }
  664. },
  665. newTime: function (val) {
  666. if (val) {
  667. this.initForm();
  668. }
  669. },
  670. },
  671. mounted() {
  672. this.initForm();
  673. },
  674. methods: {
  675. async initForm() {
  676. console.log(this.spuCode);
  677. this.loading = true;
  678. await this.resetForm();
  679. this.rulesThis = this.rules;
  680. this.loading = false;
  681. },
  682. openCostEdit(index) {
  683. let findex = this.addrForm.good_ladder.findIndex((v) => v.edit === true);
  684. if (findex !== -1) {
  685. this.$message.warning("当前已有阶梯售价在编辑,请保存后再试!");
  686. return;
  687. } else {
  688. if (index === -1) {
  689. this.addrForm.good_ladder.push({
  690. edit: true,
  691. min_num: "0",
  692. new_sale_price: "0",
  693. new_cost_fee: "0",
  694. sale_price: "0",
  695. cost_fee: "0",
  696. market_price: "0",
  697. market_platform: "",
  698. status: "1",
  699. });
  700. } else {
  701. this.addrForm.good_ladder[index].edit = true;
  702. this.addrForm.good_ladder[index].newTime = new Date().valueOf() + "";
  703. }
  704. }
  705. },
  706. async get_new(index) {
  707. const { min_num } = this.addrForm.good_ladder[index];
  708. this.addrForm.good_ladder[index].search_loading = true;
  709. let { code, data, message } = await asyncRequest.goodupprice({
  710. min_num: min_num,
  711. spuCode: this.spuCode,
  712. });
  713. let resModel = {
  714. isok: code,
  715. price: code === 0 ? data.sale_price : "0",
  716. new_cost_fee: code === 0 ? data.new_cost_fee : "0",
  717. message: message,
  718. };
  719. this.addrForm.good_ladder[index].search_loading = false;
  720. return resModel;
  721. },
  722. //保存某一行
  723. async checkRow(rowIndex) {
  724. await this.$refs.addrForm.validate(async (valid) => {
  725. if (valid) {
  726. if (!this.addrForm.good_ladder[rowIndex].search_loading) {
  727. const { min_num } = this.addrForm.good_ladder[rowIndex];
  728. let findex = this.addrForm.good_ladder.findIndex(
  729. (v) => v.edit !== true && v.min_num + "" === min_num + ""
  730. );
  731. if (findex !== -1) {
  732. this.$message.warning("当前已有相同起订量的销售价!");
  733. return;
  734. }
  735. let { isok, price, message, new_cost_fee } = await this.get_new(
  736. rowIndex
  737. );
  738. if (isok === 0) {
  739. this.addrForm.good_ladder[rowIndex].new_sale_price = price;
  740. this.addrForm.good_ladder[rowIndex].new_cost_fee = new_cost_fee;
  741. this.addrForm.good_ladder[rowIndex].edit = false;
  742. } else if (isok >= 100 && isok <= 104) {
  743. await this.logout();
  744. } else {
  745. this.addrForm.good_ladder[rowIndex].new_sale_price = price;
  746. this.addrForm.good_ladder[rowIndex].new_cost_fee = new_cost_fee;
  747. this.$message.warning(message);
  748. }
  749. }
  750. } else {
  751. console.log("error submit!!");
  752. return false;
  753. }
  754. });
  755. },
  756. openCostEditDelete(index) {
  757. this.addrForm.good_ladder.splice(index, 1);
  758. },
  759. async num_change(e, key, index) {
  760. this.addrForm.good_ladder[index][key] = e + "" || "0";
  761. if (key === "min_num") {
  762. const { min_num } = this.addrForm.good_ladder[index];
  763. if (min_num === "" || min_num === "0") {
  764. this.addrForm.good_ladder[index].new_sale_price = "0";
  765. } else {
  766. if (!this.addrForm.good_ladder[index].search_loading) {
  767. let { isok, price, message, new_cost_fee } = await this.get_new(
  768. index
  769. );
  770. if (isok === 0) {
  771. this.addrForm.good_ladder[index].new_sale_price = price;
  772. this.addrForm.good_ladder[index].new_cost_fee = new_cost_fee;
  773. } else if (isok >= 100 && isok <= 104) {
  774. await this.logout();
  775. } else {
  776. this.addrForm.good_ladder[index].new_sale_price = price;
  777. this.addrForm.good_ladder[index].new_cost_fee = new_cost_fee;
  778. this.$message.warning(message);
  779. }
  780. }
  781. }
  782. }
  783. },
  784. async resetForm() {
  785. // 重置
  786. await this.$nextTick(async () => {
  787. if (this.$refs.ruleForm && this.$refs.addrForm) {
  788. this.$refs.ruleForm.resetFields();
  789. this.$refs.ruleForm.clearValidate();
  790. this.$refs.addrForm.resetFields();
  791. this.$refs.addrForm.clearValidate();
  792. let { proof, ladderlist } = this.sitem;
  793. ladderlist.map((a) => {
  794. a.search_loading = false;
  795. a.new_sale_price = "0";
  796. a.newTime = new Date().valueOf() + "";
  797. a.edit = false;
  798. return a;
  799. });
  800. this.ruleForm = {
  801. skuCode: this.id,
  802. proof_type: proof && proof.proof_type ? proof.proof_type : "1", // 通过or驳回
  803. proof_url: proof && proof.proof_url ? proof.proof_url : "", //驳回至
  804. };
  805. this.addrForm = {
  806. good_ladder:
  807. ladderlist && ladderlist.length > 0
  808. ? JSON.parse(JSON.stringify(ladderlist))
  809. : [],
  810. };
  811. // console.log(this.ruleForm.proof_url);
  812. switch (this.ruleForm.proof_type) {
  813. case "1":
  814. this.video_url = this.ruleForm.proof_url;
  815. break;
  816. case "2":
  817. this.img_url = this.ruleForm.proof_url;
  818. break;
  819. case "3":
  820. this.other_url = this.ruleForm.proof_url;
  821. break;
  822. default:
  823. this.video_url = this.ruleForm.proof_url;
  824. }
  825. this.$refs.ruleForm.validateField("proof_url");
  826. for (let i = 0; i < this.addrForm.good_ladder.length; i++) {
  827. let { isok, price, new_cost_fee, message } = await this.get_new(i);
  828. if (isok === 0) {
  829. this.addrForm.good_ladder[i].new_sale_price = price;
  830. this.addrForm.good_ladder[i].new_cost_fee = new_cost_fee;
  831. this.addrForm.good_ladder[i].edit = false;
  832. } else if (isok >= 100 && isok <= 104) {
  833. await this.logout();
  834. } else {
  835. this.addrForm.good_ladder[i].new_sale_price = price;
  836. this.addrForm.good_ladder[i].new_cost_fee = new_cost_fee;
  837. this.addrForm.good_ladder[i].edit = true;
  838. this.addrForm.good_ladder[i].newTime = new Date().valueOf() + "";
  839. this.$message.warning(message);
  840. }
  841. }
  842. }
  843. });
  844. },
  845. async submitForm() {
  846. await this.$refs.ruleForm.validate(async (valid) => {
  847. if (valid) {
  848. this.loading = true;
  849. let model = JSON.parse(JSON.stringify(this.ruleForm));
  850. if (this.addrForm.good_ladder.length === 0) {
  851. this.$message.warning("至少添加一条销售价信息!");
  852. this.loading = false;
  853. return;
  854. }
  855. let list = JSON.parse(JSON.stringify(this.addrForm.good_ladder));
  856. let isedit = false;
  857. list.forEach((v) => {
  858. if (v.edit) {
  859. isedit = true;
  860. }
  861. });
  862. if (isedit) {
  863. this.$message.warning("请保存阶梯售价!");
  864. this.loading = false;
  865. return;
  866. }
  867. let all_is_ok = true;
  868. for (let i = 0; i < this.addrForm.good_ladder; i++) {
  869. this.addrForm.good_ladder[i].search_loading = true;
  870. let { isok, price, new_cost_fee } = await this.get_new(i);
  871. if (isok === 0) {
  872. this.addrForm.good_ladder[i].new_sale_price = price;
  873. this.addrForm.good_ladder[i].new_cost_fee = new_cost_fee;
  874. this.addrForm.good_ladder[i].this.addrForm.good_ladder[
  875. i
  876. ].edit = false;
  877. } else if (isok >= 100 && isok <= 104) {
  878. await this.logout();
  879. } else {
  880. all_is_ok = false;
  881. this.addrForm.good_ladder[i].new_sale_price = price;
  882. this.addrForm.good_ladder[i].new_cost_fee = new_cost_fee;
  883. this.addrForm.good_ladder[i].edit = true;
  884. this.addrForm.good_ladder[i].newTime = new Date().valueOf() + "";
  885. }
  886. }
  887. if (!all_is_ok) {
  888. this.$message.warning("阶梯售价未满足成本最低起订量!");
  889. this.loading = false;
  890. }
  891. let list2 = [];
  892. list.forEach((e) => {
  893. let n = JSON.parse(JSON.stringify(e));
  894. for (let key in n) {
  895. n[key] += "";
  896. }
  897. delete n["index"];
  898. list2.push(n);
  899. });
  900. model.good_ladder = list2;
  901. model.skuCode = this.id;
  902. let res = await asyncRequest.ladderOne(model);
  903. this.loading = false;
  904. if (res && res.code === 0) {
  905. this.$notify.success({
  906. title: "信息提交成功",
  907. message: "",
  908. });
  909. this.$emit("resSuccess", true);
  910. } else if (res && res.code >= 100 && res.code <= 104) {
  911. await this.logout();
  912. } else {
  913. this.$message.warning(res.message);
  914. }
  915. } else {
  916. console.log("error submit!!");
  917. return false;
  918. }
  919. });
  920. },
  921. resvoucher(e) {
  922. const { proof_type, proof_url } = e;
  923. this.ruleForm.proof_type = proof_type || "1";
  924. switch (this.ruleForm.proof_type) {
  925. case "1":
  926. this.video_url = proof_url;
  927. break;
  928. case "2":
  929. this.img_url = proof_url;
  930. break;
  931. case "3":
  932. this.other_url = proof_url;
  933. break;
  934. default:
  935. this.video_url = proof_url;
  936. }
  937. this.set_proof_url();
  938. },
  939. //图片上传成功
  940. async UploadSuccessEventproof_url(data) {
  941. const { url } = data;
  942. if (url === "noToken") {
  943. await this.logout();
  944. } else {
  945. this.img_url = url;
  946. this.set_proof_url();
  947. this.$message.success("图片上传成功!");
  948. }
  949. },
  950. //图片上传失败
  951. UploadErrorEventproof_url(res) {
  952. if (res !== "break") {
  953. this.set_proof_url();
  954. this.$message.error("图片上传失败!");
  955. }
  956. },
  957. //判断图片规格
  958. beforeAvatarUpload(file) {
  959. let isJPG = false;
  960. if (
  961. file.type === "image/jpg" ||
  962. file.type === "image/png" ||
  963. file.type === "image/jpeg"
  964. ) {
  965. isJPG = true;
  966. }
  967. const isLt2M = file.size / 1024 / 1024 < 1;
  968. if (!isJPG) {
  969. this.$message.error("图片格式不正确!");
  970. }
  971. if (!isLt2M) {
  972. this.$message.error("图片大小不能超过 1MB!");
  973. }
  974. return isJPG && isLt2M;
  975. },
  976. //视频上传成功
  977. async UploadSuccessVideoproof_url(data) {
  978. const { url } = data;
  979. if (url === "noToken") {
  980. await this.logout();
  981. } else {
  982. this.video_url = url;
  983. this.set_proof_url();
  984. this.$message.success("视频上传成功!");
  985. }
  986. },
  987. //视频上传失败
  988. UploadErrorVideoproof_url(res) {
  989. if (res !== "break") {
  990. this.set_proof_url();
  991. this.$message.error("视频上传失败!");
  992. }
  993. },
  994. //判断视频规格
  995. beforeVideoUpload(file) {
  996. let isJPG = false;
  997. if (file.type === "video/mp4" || file.type === "video/avi") {
  998. isJPG = true;
  999. }
  1000. const isLt2M = file.size / 1024 / 1024 < 10;
  1001. if (!isJPG) {
  1002. this.$message.error("视频格式不正确!");
  1003. }
  1004. if (!isLt2M) {
  1005. this.$message.error("视频大小不能超过 10MB!");
  1006. }
  1007. return isJPG && isLt2M;
  1008. },
  1009. // 其他文件上传成功
  1010. async UploadSuccessOtherproof_url(data) {
  1011. const { url } = data;
  1012. if (url === "noToken") {
  1013. await this.logout();
  1014. } else {
  1015. this.other_url = url;
  1016. this.set_proof_url();
  1017. this.$message.success("文件成功!");
  1018. }
  1019. },
  1020. //其他文件上传失败
  1021. UploadErrorOtherproof_url(res) {
  1022. if (res !== "break") {
  1023. this.set_proof_url();
  1024. this.$message.error("文件上传失败!");
  1025. }
  1026. },
  1027. //判断其他文件规格
  1028. beforeOtherUpload(file) {
  1029. console.log(file);
  1030. let isJPG = false;
  1031. if (
  1032. file.type === "application/vnd.ms-excel" ||
  1033. file.type ===
  1034. "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ||
  1035. file.type === "application/pdf" ||
  1036. file.type === "application/x-zip-compressed"
  1037. ) {
  1038. isJPG = true;
  1039. }
  1040. let name = file.name;
  1041. let list = name.split(".");
  1042. if (list[list.length - 1] === "rar" || list[list.length - 1] === "7z") {
  1043. isJPG = true;
  1044. }
  1045. const isLt2M = file.size / 1024 / 1024 < 5;
  1046. if (!isJPG) {
  1047. this.$message.error("文件格式不正确!");
  1048. }
  1049. if (!isLt2M) {
  1050. this.$message.error("文件大小不能超过 5MB!");
  1051. }
  1052. return isJPG && isLt2M;
  1053. },
  1054. deleteUrl(type) {
  1055. switch (type) {
  1056. case "1":
  1057. this.video_url = "";
  1058. break;
  1059. case "2":
  1060. this.img_url = "";
  1061. break;
  1062. case "3":
  1063. this.other_url = "";
  1064. break;
  1065. default:
  1066. this.video_url = "";
  1067. }
  1068. this.set_proof_url();
  1069. },
  1070. set_proof_url() {
  1071. const { proof_type } = this.ruleForm;
  1072. switch (proof_type) {
  1073. case "1":
  1074. this.ruleForm.proof_url = this.video_url;
  1075. break;
  1076. case "2":
  1077. this.ruleForm.proof_url = this.img_url;
  1078. break;
  1079. case "3":
  1080. this.ruleForm.proof_url = this.other_url;
  1081. break;
  1082. default:
  1083. this.ruleForm.proof_url = this.video_url;
  1084. }
  1085. this.$refs.ruleForm.validateField("proof_url");
  1086. },
  1087. },
  1088. };
  1089. </script>
  1090. <style lang="scss" scoped>
  1091. .demo-ruleForm-goodsOnline {
  1092. .shangchuan-ul {
  1093. li {
  1094. position: relative;
  1095. width: 100%;
  1096. &.tupian {
  1097. }
  1098. }
  1099. }
  1100. }
  1101. </style>