transferGoodModal.vue 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021
  1. <template>
  2. <el-dialog
  3. v-loading="loading"
  4. :title="'咨询单转报备'"
  5. :center="true"
  6. align="left"
  7. top="5vh"
  8. width="1040px"
  9. :close-on-click-modal="false"
  10. :visible.sync="showModelThis"
  11. element-loading-text="拼命加载中"
  12. element-loading-spinner="el-icon-loading"
  13. element-loading-background="rgba(0, 0, 0, 0.8)"
  14. append-to-body
  15. @close="showModelThis = false"
  16. >
  17. <el-card style="margin-top: -20px">
  18. <el-row>
  19. <el-col :span="24">
  20. <show-data-table
  21. v-if="newTime !== '' && sitem"
  22. style="margin: 0; padding: 0"
  23. :new-time="newTime"
  24. :sitem="sitem"
  25. border
  26. :columns="ShowDataTableColumns"
  27. >
  28. <template slot="good_name">
  29. <span>{{ sitem.good_name }}</span>
  30. <span v-for="(si, sii) in sitem.specinfo" :key="si.specid + sii">
  31. <span v-if="sii !== 0">--</span>
  32. <span>{{ si.spec_name }}[{{ si.spec_value_name }}]</span>
  33. </span>
  34. </template>
  35. <template slot="is_noble">
  36. <span v-if="sitem.is_noble">
  37. {{ sitem.noble_weight }}g--{{ sitem.metal_name }}--{{
  38. sitem.is_diff === "1" ? "有" : "无"
  39. }}工差--{{ sitem.config }}--{{ sitem.other_config }}
  40. </span>
  41. <span v-else>非贵金属商品</span>
  42. </template>
  43. <template slot="in_num">
  44. <span>{{ sitem.in_num }}{{ sitem.unit }}</span>
  45. </template>
  46. </show-data-table>
  47. </el-col>
  48. <el-col :span="24" style="padding: 18px 0 0 0">
  49. <el-form
  50. ref="ruleForm"
  51. :model="ruleForm"
  52. status-icon
  53. :rules="rulesThis"
  54. :size="'mini'"
  55. label-width="85px"
  56. class="demo-ruleForm"
  57. >
  58. <el-row>
  59. <el-col :span="5">
  60. <el-form-item label="报备数量" prop="good_num">
  61. <digital-input
  62. :values="ruleForm.good_num"
  63. :placeholder="'报备数量'"
  64. :min="1"
  65. :max="100000000000"
  66. :position="'right'"
  67. :precision="0"
  68. :size="'mini'"
  69. :controls="false"
  70. :disabled="false"
  71. :append="sitem.unit"
  72. @reschange="num_change($event, 'good_num')"
  73. />
  74. </el-form-item>
  75. </el-col>
  76. <el-col :span="6">
  77. <el-form-item label="销售单价" prop="sale_price">
  78. <digital-input
  79. :values="ruleForm.sale_price"
  80. :placeholder="'商品单价'"
  81. :min="sitem.sale_price"
  82. :max="100000000000"
  83. :position="'right'"
  84. :precision="2"
  85. :size="'mini'"
  86. :controls="false"
  87. :disabled="false"
  88. :append="'元'"
  89. @reschange="num_change($event, 'sale_price')"
  90. />
  91. </el-form-item>
  92. </el-col>
  93. <el-col :span="11">
  94. <el-form-item label="业务公司" prop="companyNo" label-width="85px">
  95. <search-work-company
  96. :value="ruleForm.companyNo"
  97. :placeholder="'业务公司'"
  98. :disabled="true"
  99. :size="'mini'"
  100. :is-detail="true"
  101. @searchChange="company_idsearchChange"
  102. />
  103. </el-form-item>
  104. </el-col>
  105. <el-col :span="2" style="text-align: right">
  106. <el-button :size="'mini'" type="primary" :disabled="loading" @click="submitForm">保 存</el-button>
  107. </el-col>
  108. <el-col :span="12">
  109. <el-form-item label="订单备注" prop="remark" label-width="85px" style="margin-bottom:2px">
  110. <el-input v-model="ruleForm.remark" maxlength="500" placeholder="订单备注" />
  111. </el-form-item>
  112. </el-col>
  113. <el-col :span="12">
  114. <el-form-item label="业务经理" prop="managerid" label-width="115px">
  115. <project-manager
  116. :size="'mini'"
  117. v-model.value="ruleForm.managerid"
  118. @searchChange="managerChange"
  119. style="width: 100%"
  120. />
  121. </el-form-item>
  122. </el-col>
  123. <el-col :span="24">
  124. <el-row>
  125. <el-col :span="6">
  126. <el-form-item label="凭证类型" prop="proof_type" label-width="85px" v-model="proof_type">
  127. <el-select
  128. v-model="ruleForm.proof_type"
  129. placeholder="凭证类型"
  130. style="width: 100%"
  131. @change="set_proof_url()"
  132. >
  133. <el-option
  134. v-for="item in proof_options"
  135. :key="item.value"
  136. :label="item.label"
  137. :value="item.value"
  138. />
  139. </el-select>
  140. </el-form-item>
  141. </el-col>
  142. <el-col :span="18">
  143. <el-form-item label="比价凭证" prop="proof_url" label-width="85px">
  144. <ul class="shangchuan-ul">
  145. <li v-if="ruleForm.proof_type + '' === '1'" class="shiping">
  146. <div v-if="video_url" class="clearfix">
  147. <el-popover placement="top" width="300" trigger="hover">
  148. <video width="275" controls class="fl">
  149. <source :src="video_url" type="video/mp4" />
  150. <source :src="video_url" type="video/avi" />您的浏览器不支持Video标签。
  151. </video>
  152. <i
  153. slot="reference"
  154. class="el-icon-video-camera-solid hover"
  155. style="font-size: 18px"
  156. />
  157. </el-popover>
  158. <el-link
  159. :underline="false"
  160. type="warning"
  161. style="margin: 0 0 0 16px"
  162. @click="deleteUrl('1')"
  163. >删除</el-link>
  164. </div>
  165. <div v-else class="activity-upload">
  166. <div class="btnupload" style="position: relative">
  167. <i class="el-icon-plus avatar-uploader-icon" />
  168. <video-upload
  169. class="Upload"
  170. :disabled="type === 'view' || type === 'editCoin'"
  171. :accept="'.mp4,.avi'"
  172. :multiple="false"
  173. :uploadcondition="beforeVideoUpload"
  174. @UploadErrorEvent="UploadVideoEventproof_url"
  175. @UploadSuccessEvent="UploadSuccessVideoproof_url"
  176. />
  177. </div>
  178. <div class="txt-tips fl">
  179. <p>建议大小:小于10MB</p>
  180. <p>文件格式:.mp4,.avi</p>
  181. </div>
  182. </div>
  183. </li>
  184. <li v-if="ruleForm.proof_type + '' === '2'" class="tupian">
  185. <div v-if="img_url" class="clearfix">
  186. <img style="width: 50px; height: 50px" :src="img_url" class="avatar fl" />
  187. <el-link
  188. :underline="false"
  189. type="warning"
  190. style="margin: 0 0 0 16px"
  191. @click="deleteUrl('2')"
  192. >删除</el-link>
  193. </div>
  194. <div v-else class="activity-upload">
  195. <div class="btnupload" style="position: relative">
  196. <i class="el-icon-plus avatar-uploader-icon" />
  197. <file-upload
  198. class="Upload"
  199. :disabled="type === 'view' || type === 'editCoin'"
  200. :accept="'.jpg,.png,.jpeg'"
  201. :multiple="false"
  202. :uploadcondition="beforeAvatarUpload"
  203. @UploadErrorEvent="UploadErrorEventproof_url"
  204. @UploadSuccessEvent="UploadSuccessEventproof_url"
  205. />
  206. </div>
  207. <div class="txt-tips fl">
  208. <p>建议大小:小于1MB</p>
  209. <p>文件格式:.jpg,.png,.jpeg</p>
  210. </div>
  211. </div>
  212. </li>
  213. <li v-if="ruleForm.proof_type + '' === '3'" class="qita">
  214. <div v-if="other_url" class="clearfix">
  215. <a :href="other_url" download="比价凭证">点击下载</a>
  216. <el-link
  217. :underline="false"
  218. type="warning"
  219. style="margin: 0 0 0 16px"
  220. @click="deleteUrl('3')"
  221. >删除</el-link>
  222. </div>
  223. <div v-else class="activity-upload">
  224. <div class="btnupload" style="position: relative">
  225. <i class="el-icon-plus avatar-uploader-icon" />
  226. <file-upload-pdf
  227. class="Upload"
  228. :accept="'.xlsx,.xls,.pdf,.zip,.rar,.7z'"
  229. :multiple="false"
  230. :uploadcondition="beforeOtherUpload"
  231. @UploadErrorEvent="UploadErrorOtherproof_url"
  232. @UploadSuccessEvent="UploadSuccessOtherproof_url"
  233. />
  234. </div>
  235. <div class="txt-tips fl">
  236. <p>建议大小:小于5MB</p>
  237. <p>文件格式:.xlsx,.xls,.pdf,.zip,.rar,.7z</p>
  238. </div>
  239. </div>
  240. </li>
  241. </ul>
  242. </el-form-item>
  243. </el-col>
  244. </el-row>
  245. </el-col>
  246. <el-col :span="12"></el-col>
  247. </el-row>
  248. </el-form>
  249. </el-col>
  250. <el-col :span="24">
  251. <in-addr-model
  252. :show-model="addrmodel"
  253. @cancel="addrmodel = false"
  254. @refresh="addrRefresh"
  255. />
  256. </el-col>
  257. </el-row>
  258. </el-card>
  259. </el-dialog>
  260. </template>
  261. <script>
  262. import resToken from "@/mixins/resToken";
  263. import asyncRequest from "@/apis/service/sellOut/zixunOrder";
  264. import SearchStockGoodModal from "@/components/search-stock-good-modal";
  265. import {
  266. isnumber,
  267. isMobile,
  268. isChinese,
  269. isEmoticon,
  270. isSpecialSymbol,
  271. hasSpace,
  272. isAddr
  273. } from "@/utils/validate";
  274. import inAddrModel from "@/components/in-addr-model";
  275. import { ShowDataTableColumns } from "./ShowDataTableColumns";
  276. import { replaceTextWrapAndSpace } from "@/utils";
  277. export default {
  278. name: "BuyGoodModal",
  279. components: { SearchStockGoodModal, inAddrModel },
  280. mixins: [resToken],
  281. props: ["showModel", "sitem"],
  282. data() {
  283. const validatemobile = (rule, value, callback) => {
  284. if (value === "") {
  285. callback(new Error("手机号不能为空!"));
  286. } else {
  287. if (!isMobile(value)) {
  288. callback(new Error("手机号格式不正确!"));
  289. } else {
  290. callback();
  291. }
  292. }
  293. };
  294. const validateWeight = (rule, value, callback) => {
  295. if (value === "") {
  296. callback(new Error("收货总数不能为空!"));
  297. } else {
  298. if (!isnumber(value)) {
  299. callback(new Error("收货总数仅支持整数!"));
  300. } else {
  301. callback();
  302. }
  303. }
  304. };
  305. const validate_num_0 = (rule, value, callback) => {
  306. const { required } = rule;
  307. if (required && value === "") {
  308. callback(new Error("不能为空!"));
  309. } else if (
  310. required &&
  311. (value === "0" ||
  312. value === "0." ||
  313. value === "0.0" ||
  314. value === "0.00" ||
  315. value === "0.000")
  316. ) {
  317. // new Error('不能为零!')
  318. callback();
  319. } else {
  320. callback();
  321. }
  322. };
  323. const validatecontactor = (rule, value, callback) => {
  324. if (value === "") {
  325. callback(new Error("联系人不能为空!"));
  326. } else {
  327. if (value.length < 2 || value.length > 10) {
  328. callback(new Error("联系人规则为2~10位汉字或字母!"));
  329. } else {
  330. const isOk = value.split("").every(s => isChinese(s) || /^[A-Za-z]+$/.test(s));
  331. if (!isOk) {
  332. callback(new Error("联系人规则为2~10位汉字或字母!"));
  333. } else if (isEmoticon(value)) {
  334. callback(new Error("联系人规则为2~10位汉字或字母!"));
  335. } else {
  336. callback();
  337. }
  338. }
  339. }
  340. };
  341. const validateAddr = (rule, value, callback) => {
  342. if (value === "") {
  343. callback(new Error("详细地址不能为空!"));
  344. } else {
  345. if (hasSpace(value)) {
  346. callback(new Error("不能出现/回车/换行符!"));
  347. } else if (isSpecialSymbol(value)) {
  348. callback(new Error("不能使用英文特殊字符!"));
  349. } else if (isAddr(value)) {
  350. callback();
  351. } else {
  352. callback(new Error("详细地址填写不规范!"));
  353. }
  354. }
  355. };
  356. return {
  357. loading: false,
  358. total_price: "0",
  359. addrmodel: false,
  360. showModelThis: this.showModel,
  361. showGoodsModel: false,
  362. ShowDataTableColumns: ShowDataTableColumns,
  363. video_url: "",
  364. img_url: "",
  365. other_url: "",
  366. goodTypes: [
  367. { value: "1", label: "常规商品" },
  368. { value: "2", label: "赠品" },
  369. { value: "3", label: "样品" }
  370. ],
  371. proof_options: [
  372. {
  373. value: "1",
  374. label: "视频"
  375. },
  376. {
  377. value: "2",
  378. label: "图片"
  379. },
  380. {
  381. value: "3",
  382. label: "其他"
  383. }
  384. ],
  385. pickerOptions: {
  386. disabledDate: time => {
  387. return (
  388. time.getTime() < new Date(this.sitem.in_arrival_time).getTime()
  389. );
  390. }
  391. },
  392. options: [
  393. {
  394. value: "1",
  395. label: "有地址下单"
  396. },
  397. {
  398. value: "2",
  399. label: "无地址下单"
  400. }
  401. ],
  402. stock_code: "",
  403. cat_id: "",
  404. ruleForm: {
  405. managerid: [],
  406. manager: "",
  407. bidNo: "", // 竞价单反馈编号
  408. good_num: "", // 商品数量
  409. sale_price: "",
  410. sendtype: "1", // 发货方式
  411. arrtime: "", // 到货时间
  412. remark: "", // 订单备注
  413. platform_order: "", // 平台订单号
  414. workNo: "", // 其他单号
  415. companyNo: "",
  416. },
  417. manager_name: "",
  418. rulesThis: this.rules,
  419. rules: {
  420. goodtype: [
  421. {
  422. required: true,
  423. trigger: "change",
  424. message: "请选择商品类型"
  425. }
  426. ],
  427. good_num: [
  428. {
  429. required: true,
  430. validator: validate_num_0,
  431. trigger: "blur"
  432. }
  433. ],
  434. sale_price: [
  435. {
  436. required: true,
  437. validator: validate_num_0,
  438. trigger: "blur"
  439. }
  440. ],
  441. managerid: [
  442. {
  443. required: true,
  444. message: "请选择业务经理",
  445. trigger: "change"
  446. }
  447. ],
  448. companyNo: [
  449. {
  450. required: true,
  451. message: "请选择业务公司",
  452. trigger: "change"
  453. }
  454. ],
  455. sendtype: [
  456. {
  457. required: true,
  458. message: "请选择发货方式",
  459. trigger: "change"
  460. }
  461. ],
  462. remark: [
  463. {
  464. required: true,
  465. message: "输入订单备注",
  466. trigger: "blur"
  467. }
  468. ],
  469. arrtime: [
  470. {
  471. required: true,
  472. message: "要求到货时间",
  473. trigger: "change"
  474. }
  475. ],
  476. proof_type: [
  477. {
  478. required: true,
  479. message: "请选择凭证类型",
  480. trigger: "change"
  481. }
  482. ],
  483. proof_url: [
  484. {
  485. required: true,
  486. message: "请上传比价凭证",
  487. trigger: "blur,change"
  488. }
  489. ]
  490. },
  491. addrForm: {
  492. order_addr: [] // 收货地址
  493. },
  494. addrRules: {
  495. receipt_quantity: [
  496. {
  497. required: true,
  498. validator: validateWeight,
  499. trigger: "blur"
  500. }
  501. ],
  502. contactor: [
  503. {
  504. required: true,
  505. trigger: "blur",
  506. validator: validatecontactor
  507. }
  508. ],
  509. mobile: [
  510. {
  511. required: true,
  512. validator: validatemobile,
  513. trigger: "blur"
  514. }
  515. ],
  516. addr_code: [
  517. {
  518. type: "array",
  519. required: false,
  520. trigger: "change"
  521. }
  522. ],
  523. addr: [
  524. {
  525. required: true,
  526. validator: validateAddr,
  527. trigger: "blur"
  528. }
  529. ]
  530. },
  531. id: ""
  532. };
  533. },
  534. watch: {
  535. showModel: function(val) {
  536. this.showModelThis = val;
  537. if (val) {
  538. // this.rulesThis = this.rules;
  539. this.initForm();
  540. }
  541. },
  542. showModelThis(val) {
  543. if (!val) {
  544. this.$emit("cancel");
  545. }
  546. },
  547. "ruleForm.sale_price"(val) {
  548. this.ruleForm.goodtype = Number(val) === 0 ? "2" : "1";
  549. }
  550. },
  551. methods: {
  552. managerChange(e) {
  553. const { id, label } = e;
  554. this.ruleForm.manager = label;
  555. this.ruleForm.managerid = id ? [id] : []
  556. console.log(this.ruleForm)
  557. this.$refs.ruleForm.validateField("managerid");
  558. // this.manager_name = label ?? "";
  559. },
  560. // 修改日期校验
  561. mdDate() {
  562. // 用户传递的到货时间不能大于要求到货的时间 对要求到货时间进行字符截取10位抹除时分秒
  563. if (
  564. Date.parse(this.ruleForm.arrtime) <
  565. Date.parse(this.sitem.in_arrival_time.substring(0, 10))
  566. ) {
  567. this.$message.warning("到货时间不能小于要求到货日期");
  568. this.ruleForm.arrtime = "";
  569. }
  570. },
  571. // 销售方公司选择
  572. company_idsearchChange(e) {
  573. const { code } = e;
  574. this.ruleForm.companyNo = code || "";
  575. this.$refs.ruleForm && this.$refs.ruleForm.validateField("companyNo");
  576. },
  577. closeModel() {
  578. console.log("closeModel!!");
  579. this.showModelThis = false;
  580. },
  581. num_change(e, key) {
  582. this.ruleForm[key] = e + "";
  583. this.$refs.ruleForm && this.$refs.ruleForm.validateField(key);
  584. this.set_total_price();
  585. },
  586. set_total_price() {
  587. const { good_num, sale_price } = this.ruleForm;
  588. const num = good_num * 1;
  589. const price = sale_price * 1;
  590. this.total_price = num * price + "";
  591. },
  592. async initForm() {
  593. this.loading = true;
  594. this.rulesThis = this.rules;
  595. console.log(this.rulesThis)
  596. const { can } = this.sitem;
  597. this.sitem.can_name = "";
  598. this.sitem.is_noble = false;
  599. if (can && can.length > 0) {
  600. can.forEach((a, ai) => {
  601. this.sitem.is_noble = a.id + "" === "6";
  602. this.sitem.can_name += `${ai !== 0 ? "_" : ""}${a.name}`;
  603. });
  604. }
  605. await this.resetForm();
  606. this.getNewTime();
  607. this.set_total_price();
  608. this.loading = false;
  609. },
  610. addrRefresh(e) {
  611. const list = JSON.parse(JSON.stringify(e.list));
  612. list.forEach(item => {
  613. item.label = [item.label];
  614. item.code = [item.areaCode];
  615. });
  616. this.addrForm.order_addr.push(...list);
  617. },
  618. getNewTime() {
  619. this.newTime = new Date().valueOf();
  620. },
  621. async resetForm() {
  622. // 重置
  623. await this.$nextTick(() => {
  624. if (this.$refs.ruleForm) {
  625. this.$refs.ruleForm.resetFields();
  626. this.$refs.ruleForm.clearValidate();
  627. const {
  628. bidNo,
  629. in_num,
  630. in_arrival_time,
  631. sale_price,
  632. in_companyNo
  633. } = this.sitem;
  634. this.ruleForm = {
  635. bidNo: bidNo || "", // 竞价单反馈编号
  636. good_num: in_num || "0", // 商品数量
  637. sale_price: sale_price || "",
  638. sendtype: "1", // 发货方式
  639. arrtime: in_arrival_time || "", // 到货时间
  640. remark: "",
  641. proof_type: "2", // 通过or驳回
  642. proof_url: "", // 驳回至
  643. companyNo: in_companyNo || "",
  644. goodtype: Number(sale_price) === 0 ? "2" : "1",
  645. managerid: [],
  646. manager: ""
  647. };
  648. }
  649. if (this.$refs.addrForm) {
  650. this.$refs.addrForm.resetFields();
  651. this.$refs.addrForm.clearValidate();
  652. this.addrForm = {
  653. order_addr: []
  654. };
  655. }
  656. });
  657. },
  658. openHouseModal(index) {
  659. const findex = this.addrForm.order_addr.findIndex(v => v.edit === true);
  660. if (findex !== -1) {
  661. this.$message.warning("当前已有地址在编辑,请保存后再试!");
  662. return;
  663. } else {
  664. if (index === -1) {
  665. this.addrForm.order_addr.push({
  666. edit: true,
  667. receipt_quantity: "",
  668. contactor: "",
  669. mobile: "",
  670. addr_code: [],
  671. addr: "",
  672. code: [],
  673. label: []
  674. });
  675. } else {
  676. this.addrForm.order_addr[index].edit = true;
  677. }
  678. }
  679. },
  680. async areaChange(e, index) {
  681. const { code, area_code, label, splitLabel } = e;
  682. // this.addrForm.order_addr[index] = e
  683. this.addrForm.order_addr[index].addr_code_name = splitLabel
  684. ? splitLabel.split(",").join("/")
  685. : "";
  686. this.addrForm.order_addr[index].addr_code = code ? code.split(",") : [];
  687. this.addrForm.order_addr[index].code = area_code ? [area_code] : [];
  688. this.addrForm.order_addr[index].label = label ? [label] : [];
  689. },
  690. // 省市区选择
  691. // async select_area_change(e, index) {
  692. // this.addrForm.order_addr[index].addr_code = e
  693. // const { addr_code } = this.addrForm.order_addr[index]
  694. // if (addr_code && addr_code.length === 3) {
  695. // const arrCode = addr_code[addr_code.length - 1]
  696. // // console.log(model);
  697. // const { code, data, message } = await asyncRequest.addrall({
  698. // code: arrCode
  699. // })
  700. // if (code === 0) {
  701. // const { province, city, area } = data
  702. // const province_name = province && province.name ? province.name : ''
  703. // const city_name = city && city.name ? city.name : ''
  704. // const area_name = area && area.name ? area.name : ''
  705. // this.addrForm.order_addr[index].addr_code_name =
  706. // province_name && city_name && area_name
  707. // ? `${province_name}/${city_name}/${area_name}`
  708. // : ''
  709. // } else if (code >= 100 && code <= 104) {
  710. // await this.logout()
  711. // } else {
  712. // this.$message.warning(message)
  713. // }
  714. // } else {
  715. // this.addrForm.order_addr[index].addr_code_name = ''
  716. // }
  717. // },
  718. // 省市区保存某一行
  719. checkRow(rowIndex) {
  720. this.$refs.addrForm.validate(valid => {
  721. if (valid) {
  722. this.addrForm.order_addr[rowIndex].edit = false;
  723. } else {
  724. console.log("error submit!!");
  725. return false;
  726. }
  727. });
  728. },
  729. // 省市区删除行操作
  730. deleteRow(index, rows) {
  731. rows.splice(index, 1);
  732. },
  733. async submitForm() {
  734. await this.$refs.ruleForm.validate(async valid => {
  735. if (valid) {
  736. if (this.loading) return;
  737. this.loading = true;
  738. const model = JSON.parse(JSON.stringify(this.ruleForm));
  739. model.manager = model.manager.toString();
  740. const { remark, bidNo, sale_price, manager, managerid, good_num , proof_type, proof_url} = model;
  741. const res = await asyncRequest.transferFilling({
  742. remark, bidNo, sale_price, manager, managerid, good_num , proof_type, proof_url,
  743. managerid:Array.isArray(managerid) ? managerid[0] : managerid
  744. });
  745. if (res && res.code === 0) {
  746. this.$notify.success({
  747. title: "转单成功!",
  748. message: ""
  749. });
  750. this.showModelThis = false;
  751. // 刷新
  752. this.$emit("refresh");
  753. this.loading = false;
  754. } else if (res && res.code >= 100 && res.code <= 104) {
  755. this.loading = false;
  756. await this.logout();
  757. } else {
  758. this.loading = false;
  759. this.$message.warning(res.message);
  760. }
  761. } else {
  762. console.log("error submit!!");
  763. return false;
  764. }
  765. });
  766. },
  767. // 图片上传成功
  768. async UploadSuccessEventproof_url(data) {
  769. const { url } = data;
  770. if (url === "noToken") {
  771. await this.logout();
  772. } else {
  773. this.img_url = url;
  774. this.set_proof_url();
  775. this.$message.success("图片上传成功!");
  776. }
  777. },
  778. // 图片上传失败
  779. UploadErrorEventproof_url(res) {
  780. if (res !== "break") {
  781. this.set_proof_url();
  782. this.$message.error("图片上传失败!");
  783. }
  784. },
  785. // 判断图片规格
  786. beforeAvatarUpload(file) {
  787. let isJPG = false;
  788. if (
  789. file.type === "image/jpg" ||
  790. file.type === "image/png" ||
  791. file.type === "image/jpeg"
  792. ) {
  793. isJPG = true;
  794. }
  795. const isLt2M = file.size / 1024 / 1024 < 1;
  796. if (!isJPG) {
  797. this.$message.error("图片格式不正确!");
  798. }
  799. if (!isLt2M) {
  800. this.$message.error("图片大小不能超过 1MB!");
  801. }
  802. return isJPG && isLt2M;
  803. },
  804. // 视频上传成功
  805. async UploadSuccessVideoproof_url(data) {
  806. const { url } = data;
  807. if (url === "noToken") {
  808. await this.logout();
  809. } else {
  810. this.video_url = url;
  811. this.set_proof_url();
  812. this.$message.success("视频上传成功!");
  813. }
  814. },
  815. // 视频上传失败
  816. UploadErrorVideoproof_url(res) {
  817. if (res !== "break") {
  818. this.set_proof_url();
  819. this.$message.error("视频上传失败!");
  820. }
  821. },
  822. // 判断视频规格
  823. beforeVideoUpload(file) {
  824. let isJPG = false;
  825. if (file.type === "video/mp4" || file.type === "video/avi") {
  826. isJPG = true;
  827. }
  828. const isLt2M = file.size / 1024 / 1024 < 10;
  829. if (!isJPG) {
  830. this.$message.error("视频格式不正确!");
  831. }
  832. if (!isLt2M) {
  833. this.$message.error("视频大小不能超过 10MB!");
  834. }
  835. return isJPG && isLt2M;
  836. },
  837. // 其他文件上传成功
  838. async UploadSuccessOtherproof_url(data) {
  839. const { url } = data;
  840. if (url === "noToken") {
  841. await this.logout();
  842. } else {
  843. this.other_url = url;
  844. this.set_proof_url();
  845. this.$message.success("文件成功!");
  846. }
  847. },
  848. // 其他文件上传失败
  849. UploadErrorOtherproof_url(res) {
  850. if (res !== "break") {
  851. this.set_proof_url();
  852. this.$message.error("文件上传失败!");
  853. }
  854. },
  855. // 判断其他文件规格
  856. beforeOtherUpload(file) {
  857. console.log(file);
  858. let isJPG = false;
  859. if (
  860. file.type === "application/vnd.ms-excel" ||
  861. file.type ===
  862. "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ||
  863. file.type === "application/pdf" ||
  864. file.type === "application/x-zip-compressed"
  865. ) {
  866. isJPG = true;
  867. }
  868. const name = file.name;
  869. const list = name.split(".");
  870. if (list[list.length - 1] === "rar" || list[list.length - 1] === "7z") {
  871. isJPG = true;
  872. }
  873. const isLt2M = file.size / 1024 / 1024 < 5;
  874. if (!isJPG) {
  875. this.$message.error("文件格式不正确!");
  876. }
  877. if (!isLt2M) {
  878. this.$message.error("文件大小不能超过 5MB!");
  879. }
  880. return isJPG && isLt2M;
  881. },
  882. deleteUrl(type) {
  883. switch (type) {
  884. case "1":
  885. this.video_url = "";
  886. break;
  887. case "2":
  888. this.img_url = "";
  889. break;
  890. case "3":
  891. this.other_url = "";
  892. break;
  893. default:
  894. this.video_url = "";
  895. }
  896. this.set_proof_url();
  897. },
  898. set_proof_url() {
  899. const { proof_type } = this.ruleForm;
  900. switch (proof_type) {
  901. case "1":
  902. this.ruleForm.proof_url = this.video_url;
  903. break;
  904. case "2":
  905. this.ruleForm.proof_url = this.img_url;
  906. break;
  907. case "3":
  908. this.ruleForm.proof_url = this.other_url;
  909. break;
  910. default:
  911. this.ruleForm.proof_url = this.video_url;
  912. }
  913. this.$refs.ruleForm.validateField("proof_url");
  914. }
  915. }
  916. };
  917. </script>
  918. <style lang="scss" scoped>
  919. // .capitalClaim {
  920. .excelUploadBox {
  921. position: relative;
  922. width: 100%;
  923. height: 120px;
  924. line-height: 120px;
  925. box-sizing: border-box;
  926. &:hover {
  927. cursor: pointer;
  928. }
  929. .el-icon-receiving {
  930. width: 100%;
  931. text-align: center;
  932. height: 50px;
  933. display: block;
  934. font-size: 32px;
  935. line-height: 90px;
  936. color: #d3d4d6;
  937. }
  938. .boxM {
  939. width: 100%;
  940. display: block;
  941. text-align: center;
  942. line-height: 65px;
  943. height: 60px;
  944. color: #909399;
  945. }
  946. }
  947. .excelUpload {
  948. top: 0;
  949. left: 0;
  950. position: absolute;
  951. z-index: 2;
  952. width: 100%;
  953. height: 120px;
  954. line-height: 120px;
  955. box-sizing: border-box;
  956. }
  957. .excelUploadRes {
  958. width: 100%;
  959. height: 120px;
  960. line-height: 120px;
  961. box-sizing: border-box;
  962. i {
  963. width: 55px;
  964. height: 120px;
  965. line-height: 120px;
  966. text-align: center;
  967. font-size: 20px;
  968. &.fl {
  969. padding-left: 16px;
  970. }
  971. &.fr {
  972. padding-right: 16px;
  973. &:hover {
  974. cursor: pointer;
  975. }
  976. }
  977. }
  978. span {
  979. width: 386px;
  980. line-height: 16px;
  981. margin: 52px 0 0 0;
  982. font-size: 16px;
  983. }
  984. }
  985. // }
  986. </style>