Sfoglia il codice sorgente

凯合财务模块修改

wengyuwen 4 anni fa
parent
commit
dd710391e5

+ 3 - 3
src/api/kaihe/domesticTrade/myOrder.js

@@ -1,11 +1,11 @@
 // 查询航线详情列表
 import request from '@/utils/request'
 
-export function listCorps(data) {
+export function listCorps(query) {
   return request({
     url: 'khwarehouse/warehousebills/ruoYiVersionOrderList',
-    method: 'post',
-    data: data
+    method: 'get',
+    params: query
   })
 }
 export function listName(query) {

+ 8 - 36
src/views/finance/applyForInvoice/chargeInvoice/index.vue

@@ -758,6 +758,7 @@
           :fixed="item.fixed"
         >
           <template slot-scope="scope">
+            <span v-if="item.label == 'fBsdate'">{{scope.row.fBsdate ? scope.row.fBsdate.slice(0, 10) : scope.row.fReviewDate}}</span>
             <span v-if="item.label == 'fSrcdc' && login == 3">{{ scope.row.fSrcdc == 'D' ? '收' : '付' }}</span>
             <span v-else>{{ scope.row[item.label] }}</span>
           </template>
@@ -1332,16 +1333,15 @@
               <span v-if="item.label == 'boatName'">{{ scope.row.boatName }}</span>
               <span v-if="item.label == 'voyageName'">{{ scope.row.voyageName }}</span>
               <span v-if="item.label == 'fProductName'">{{ scope.row.fProductName }}</span>
-              <span v-if="item.label == 'fBsdate'"
-              >{{ scope.row.fBsdate ? scope.row.fBsdate.slice(0, 10) : scope.row.fBsdate }}</span>
+              <span v-if="item.label == 'fBsdate'">{{scope.row.fBsdate ? scope.row.fBsdate.slice(0, 10) : scope.row.fReviewDate}}</span>
               <span v-if="item.label == 'fBilltype'">
                 <template>
                   <span v-if="scope.row.fBilltype == 'SJRK'">入库</span>
                   <span v-else-if="scope.row.fBilltype == 'SJCK'">出库</span>
+                  <span v-else-if="scope.row.fBilltype == 'KHDD'">凯合订单</span>
                   <span v-else>{{ scope.row.fBilltype }}</span>
                 </template>
               </span>
-              <span v-if="item.label == 'fBusinessType'">{{ scope.row.fBusinessType }}</span>
               <span v-if="item.label == 'fReviewDate'">{{ scope.row.fReviewDate }}</span>
               <span v-if="item.label == 'fFeeName'">{{ scope.row.fFeeName }}</span>
               <span v-if="item.label == 'fAmtdr'">{{ scope.row.fAmtdr }}</span>
@@ -1756,41 +1756,34 @@ export default {
         },
         {
           surface: '8',
-          label: 'fBusinessType',
-          name: '作业类型',
-          checked: 0,
-          width: 100
-        },
-        {
-          surface: '9',
           label: 'fReviewDate',
           name: '审核日期',
           checked: 0,
           width: 100
         },
         {
-          surface: '10',
+          surface: '9',
           label: 'fFeeName',
           name: '费用名称',
           checked: 0,
           width: 100
         },
         {
-          surface: '11',
+          surface: '10',
           label: 'fAmtdr',
           name: '金额',
           checked: 0,
           width: 100
         },
         {
-          surface: '12',
+          surface: '11',
           label: 'fAmt',
           name: '本次金额',
           checked: 0,
           width: 100
         },
         {
-          surface: '13',
+          surface: '12',
           label: 'fRemarks',
           name: '备注',
           checked: 0,
@@ -2256,7 +2249,6 @@ export default {
         userId: Cookies.get('userName')
       }
       select(this.data).then((res) => {
-        console.log(res)
         if (res.data.length != 0) {
           this.getRowList = res.data.filter((e) => e.checked == 0)
           this.setRowList = res.data
@@ -2282,10 +2274,8 @@ export default {
         userId: Cookies.get('userName'),
         sysTableSetList: this.setRowList
       }
-      console.log(this.tableDate)
       addSet(this.data).then((res) => {
         this.getRowList = this.setRowList
-        console.log(this.tableDate)
       })
     },
     //重置列表
@@ -2352,7 +2342,6 @@ export default {
     },
     //重置列表
     delRow2() {
-      console.log('11')
       this.data = {
         tableName: '2发票列表',
         userId: Cookies.get('userName')
@@ -2695,7 +2684,6 @@ export default {
       this.addOrUpdateVisib = false
       let id = '448'
       let actId = '470'
-      console.log(this.increase_s.fId)
       this.$nextTick(() => {
         this.$refs.addOrUpdate.init(this.queryParams.fId, this.contrastId)
       })
@@ -2954,8 +2942,6 @@ export default {
           this.tablefilter = true
           if (res == 1) {
             this.notChange = true
-            console.log(this.Operator)
-            console.log(this.Lander)
             if (this.Operator == this.Lander) {
               this.tablefilter = false
               this.reset()
@@ -3104,13 +3090,12 @@ export default {
               formDate.append('billsType', 'ApplyFP')
               addcheck(formDate).then(response => {
                 this.queryParams.fId = response.data.tFee.fId
+                this.queryParams.fBillno = response.data.tFee.fBillno
                 this.msgSuccess('操作成功')
                 this.getList()
                 this.notChange = true
                 this.doNot = true
                 this.queryParams.fBillstatus = '4'
-                console.log(this.Operator)
-                console.log(this.Lander)
                 if (this.Operator == this.Lander) {
                   this.tablefilter = false
                 }
@@ -3252,7 +3237,6 @@ export default {
             this.nothing.push(this.selection[item].fName)
             if (this.increase_s.length === 0) {
               this.increase_s = this.increase_s.concat(this.selection)
-              console.log(this.increase_s)
               //去重提单号
               this.empty = new Set(this.empty)
               this.empty = Array.from(this.empty)
@@ -3299,7 +3283,6 @@ export default {
             for (let item in this.selection) {
               if (this.selection[item].fSrcid !== this.increase_s[li].fSrcid) {
                 this.Fee = this.increase_s.concat(this.selection)
-                console.log(this.Fee)
                 let result = []
                 let obj = {}
                 for (let lis in this.Fee) {
@@ -3376,7 +3359,6 @@ export default {
       if (Cookies.get('sysType') == 1) {
         //大木
         listCharge(this.tableFilter).then((response) => {
-          console.log(response)
           this.chargeList = response.rows
           this.total = response.total
           this.loading = false
@@ -3384,7 +3366,6 @@ export default {
       } else if (Cookies.get('sysType') == 2) {
         //车队
         listCharges(this.tableFilter).then((response) => {
-          console.log(response)
           response.rows.map((e) => {
             if (e.createTime) {
               e.createTime = e.createTime.substring(0, 10)
@@ -3409,7 +3390,6 @@ export default {
           this.tableFilter.amount = []
         }
         listInvoice(this.tableFilter).then(response => {
-          console.log(response)
           response.rows.map((e) => {
             if (e.createTime) {
               e.createTime = e.createTime.substring(0, 10)
@@ -3475,7 +3455,6 @@ export default {
         this.rules = {}
 
         if (Cookies.get('sysType') == 1) {
-          console
           search(this.queryParameter).then((response) => {
             this.chargeList_s = response.rows
             this.$message.success('查询成功')
@@ -3539,8 +3518,6 @@ export default {
                   }
                 })
               } else if (Cookies.get('sysType') == 3) {
-                console.log('222')
-                console.log(this.queryParameter)
                 this.queryParameter.fSystemType = Cookies.get('sysType')
                 getcontrastList(this.queryParameter).then((response) => {
                   this.chargeList_s = response.rows
@@ -3617,7 +3594,6 @@ export default {
     },
     /** 新增按钮操作 */
     handleAdd() {
-      console.log(this.activeIndex)
       this.notChange = false
       this.doNot = false
       this.hide = true
@@ -3746,7 +3722,6 @@ export default {
           }
           this.feeInfo = true
           this.increase_s = response.data.feeDoList
-          console.log(this.increase_s)
           this.fWbuOptions = response.data.feesList
           this.queryParams = response.data.tFee
           this.invoiceList = response.data.tFeeInvoiceList
@@ -3757,7 +3732,6 @@ export default {
             fId: this.queryParams.fCorpid,
             fName: this.queryParams.fCorpidName
           })
-          // console.log(this.corpid)
           this.fWbuOptions = response.data.feesList
           // this.fMblnoOptions = response.data.corps;
           this.mainTable = true
@@ -3772,7 +3746,6 @@ export default {
     },
     /** 提交按钮 */
     submitForm(res) {
-      console.log(this.increase_s)
       this.$refs['ruless'].validate((valid) => {
         if (valid) {
           if (!this.queryParams.fId) {
@@ -3998,7 +3971,6 @@ export default {
         this.queryParams.fAmtdr += this.increase_s[item].fAmtdr
       }
       if (this.increase_s == 0) {
-        console.log('111')
         this.doNot = false
       } else {
         this.doNot = true

+ 5 - 10
src/views/finance/charge/index.vue

@@ -709,6 +709,7 @@
           :fixed="item.fixed"
         >
           <template slot-scope="scope">
+            <span v-if="item.label == 'fBsdate'">{{scope.row.fBsdate ? scope.row.fBsdate.slice(0, 10) : scope.row.fReviewDate}}</span>
             <span v-if="item.label == 'fSrcdc' && login == 3">{{ scope.row.fSrcdc == 'D' ? '收' : '付' }}</span>
             <span v-else>{{ scope.row[item.label] }}</span>
           </template>
@@ -1111,11 +1112,12 @@
               <span v-if="item.label == 'fName'">{{scope.row.fName}}</span>
               <span v-if="item.label == 'fMblno'">{{scope.row.fMblno}}</span>
               <span v-if="item.label == 'fProductName'">{{scope.row.fProductName}}</span>
-              <span v-if="item.label == 'fBsdate'">{{scope.row.fBsdate ? scope.row.fBsdate.slice(0, 10) : scope.row.fBsdate}}</span>
+              <span v-if="item.label == 'fBsdate'">{{scope.row.fBsdate ? scope.row.fBsdate.slice(0, 10) : scope.row.fReviewDate}}</span>
               <span v-if="item.label == 'fBilltype'">
-                <template slot-scope="scope">
+                <template>
                   <span v-if="scope.row.fBilltype == 'SJRK'">入库</span>
                   <span v-else-if="scope.row.fBilltype == 'SJCK'">出库</span>
+                  <span v-else-if="scope.row.fBilltype == 'KHDD'">凯合订单</span>
                   <span v-else>{{ scope.row.fBilltype }}</span>
                 </template>
               </span>
@@ -2189,7 +2191,6 @@ export default {
     },
     adoPt() {
       this.approval = this.$route.query.data;
-      console.log(this.approval)
       if (this.approval) {
         this.doNot = true
         this.Xbutton = false;
@@ -2307,7 +2308,6 @@ export default {
       let actId = "110";
       this.$nextTick(() => {
         if(Cookies.get("sysType") == 3){
-          console.log("111")
           this.$refs.addOrUpdate.init(this.queryParams.fId, 440);
         }else{
           this.$refs.addOrUpdate.init(this.queryParams.fId, 220);
@@ -2678,6 +2678,7 @@ export default {
               formDate.append('billsType','KHSF')
               collectFee(formDate).then((response) => {
                 this.queryParams.fId = response.data.tFee.fId
+                this.queryParams.fBillno = response.data.tFee.fBillno
                 this.open = false;
                 this.msgSuccess("操作成功");
                 this.getList();
@@ -2863,7 +2864,6 @@ export default {
               for(let item in this.selection) {
                 if (this.selection[item].fSrcid !== this.increase_s[li].fSrcid) {
                   this.Fee = this.increase_s.concat(this.selection);
-                  console.log(this.Fee);
                   let result = [];
                   let obj = {};
                   for (let lis in this.Fee) {
@@ -2940,7 +2940,6 @@ export default {
       if (Cookies.get("sysType") == 1) {
         //大木
         listCharge(this.tableFilter).then((response) => {
-          console.log(response);
           this.chargeList = response.rows;
           this.total = response.total;
           this.loading = false;
@@ -2948,7 +2947,6 @@ export default {
       } else if (Cookies.get("sysType") == 2) {
         //车队
         listCharges(this.tableFilter).then((response) => {
-          console.log(response);
           response.rows.map((e) => {
             if (e.createTime) {
               e.createTime = e.createTime.substring(0, 10);
@@ -2962,11 +2960,9 @@ export default {
         this.tableFilter.fBilltype = 'KHSF'
         if(this.tableFilter.firstMoney || this.tableFilter.lastMoney){
           if(this.tableFilter.firstMoney == '' || this.tableFilter.lastMoney == ''){
-            console.log("222")
             this.$message.error("实收合计为金额区间,请填写完整")
             this.tableFilter.amount = []
           }else if(!this.tableFilter.firstMoney || !this.tableFilter.lastMoney){
-            console.log("111")
             this.$message.error("实收合计为金额区间,请填写完整")
           }else{
             this.tableFilter.amount[0] = this.tableFilter.firstMoney
@@ -3508,7 +3504,6 @@ export default {
         this.queryParams.fAmtdr += this.increase_s[item].fAmtdr;
       }
       if (this.increase_s.length == 0) {
-        console.log("111");
         this.doNot = false;
       } else {
         this.doNot = true;

+ 18 - 47
src/views/finance/contrast/index.vue

@@ -659,6 +659,7 @@
           sortable
         >
           <template slot-scope="scope">
+            <span v-if="item.label == 'fBsdate'">{{scope.row.fBsdate ? scope.row.fBsdate.slice(0, 10) : scope.row.fReviewDate}}</span>
             <span v-if="item.label == 'fSrcdc' && login == 3">{{ scope.row.fSrcdc == 'D' ? '收' : '付' }}</span>
             <span v-else>{{ scope.row[item.label] }}</span>
           </template>
@@ -1101,7 +1102,7 @@
                 <span v-if="item.label == 'fFeesName'">{{scope.row.fFeesName}}</span>
                 <span v-if="item.label == 'fMblno'">{{scope.row.fMblno}}</span>
                 <span v-if="item.label == 'fProductName'">{{scope.row.fProductName}}</span>
-                <span v-if="item.label == 'fBsdate'">{{scope.row.fBsdate ? scope.row.fBsdate.slice(0, 10) : scope.row.fBsdate}}</span>
+                <span v-if="item.label == 'fBsdate'">{{scope.row.fBsdate ? scope.row.fBsdate.slice(0, 10) : scope.row.fReviewDate}}</span>
                 <span v-if="item.label == 'fBilltype'">
                   <template>
                     <span v-if="scope.row.fBilltype == 'SJRK'">入库</span>
@@ -1123,6 +1124,7 @@
                     >
                     <span v-else-if="scope.row.fBilltype == '1070'">司机回单</span>
                     <span v-else-if="scope.row.fBilltype == '1090'">费用补充</span>
+                    <span v-else-if="scope.row.fBilltype == 'KHDD'">凯合订单</span>
                   </template>
                 </span>
                 <span v-if="item.label == 'fBusinessType'">{{scope.row.fBusinessType}}</span>
@@ -1923,7 +1925,6 @@ export default {
   },
   methods: {
     changeMoney(){
-      console.log(this.tablefilter.firstMoney,this.tablefilter.lastMoney)
       if(parseInt(this.tablefilter.lastMoney) < parseInt(this.tablefilter.firstMoney)){
         this.$message.error("第二个金额不能小于第一个金额,请重新输入")
         this.tablefilter.lastMoney = ''
@@ -2192,7 +2193,6 @@ export default {
           fFeesName: "", //结算单位
           fCorpid: "", //结算单位ID
         };
-        console.log(this.approval)
         getFee(this.approval.billId).then((response) => {
           this.Operator = response.data.tFee.createBy;
           if (response.data.feeDoList != 0) {
@@ -2281,7 +2281,6 @@ export default {
         RevocationApproval(data).then((response) => {
           if(response.code === 200){
             this.msgSuccess("撤销审批成功");
-            console.log("11")
             this.disappear = true;
             this.mainTable = false
             this.open = false;
@@ -2406,8 +2405,8 @@ export default {
               formDate.append('billsType','KHDZ')
               Cfee(formDate).then((response) => {
                 this.queryParams.fId = response.data.tFee.fId
-                this.open = false;
-                this.msgSuccess("操作成功");
+                this.queryParams.fBillno = response.data.tFee.fBillno
+                this.$message.success("操作成功")
                 this.doNot = true;
                 this.notChange = true;
                 this.queryParams.fBillstatus = '4'
@@ -2415,7 +2414,7 @@ export default {
                   this.disappear = false;
                 }
                 this.getList();
-              });
+              })
             }
           } else {
             this.$message.error("表单为空不允许操作");
@@ -2684,7 +2683,6 @@ export default {
                   };
                   this.DzfeeList = result;
                 } else {
-                  console.log("222",this.selection[item].fSrcid)
                   let i = Number(li) + 1;
                   Num += i + '、'
                 }
@@ -2841,8 +2839,7 @@ export default {
           type: "warning",
         })
           .then(() => {
-            console.log("111")
-            this.submitForm(Cookies.get("sysType"))
+            this.submitForm(Cookies.get("sysType"),1)
           })
         .catch(() => {
             this.mainTable = false
@@ -2988,7 +2985,6 @@ export default {
         timeReconci: null,
         fSystemType: Cookies.get("sysType"),
       };
-      console.log(Cookies.get("sysType"))
     },
     // 查看按钮
     check(row, res) {
@@ -3225,7 +3221,6 @@ export default {
                 });
               }
               this.DzfeeList = response.data.feeDoList;
-              console.log(this.DzfeeList);
               this.fWbuOptions = response.data.feesList;
               this.queryParams = response.data.tFee;
               this.fWbuOptions = response.data.feesList;
@@ -3440,7 +3435,6 @@ export default {
             });
           }
           this.DzfeeList = response.data.feeDoList;
-          console.log(this.DzfeeList)
           this.fWbuOptions = response.data.feesList;
           this.queryParams = response.data.tFee;
           // this.queryParams.fSystemType = response.data.tFee.fsystemType;
@@ -3471,28 +3465,13 @@ export default {
     submitForm(type,res) {
       this.$refs["ruless"].validate((valid) => {
         if (valid) {
-          // for(let li in this.DzfeeList){
-          //   if(this.DzfeeList[li].fSrcdc =='收'){
-          //     this.DzfeeList[li].fSrcdc = 'D'
-          //   }else if (this.DzfeeList[li].fSrcdc =='付'){
-          //     this.DzfeeList[li].fSrcdc = 'C'
-          //   }
-          // }
-          if (!this.queryParams.fId) {
+          if (!this.queryParams.fId || this.queryParams.fId == null) {
             this.queryParams.fBillstatus = "1";
             let formData = new window.FormData();
             formData.append("tFee", JSON.stringify(this.queryParams));
             formData.append("tFeeDo", JSON.stringify(this.DzfeeList));
-            // for(let li in this.DzfeeList){
-            //   if(this.DzfeeList[li].fSrcdc == 'C'){
-            //     this.DzfeeList[li].fSrcdc = '付'
-            //   }else if(this.DzfeeList[li].fSrcdc == 'D'){
-            //     this.DzfeeList[li].fSrcdc = '收'
-            //   }
-            // }
             if (type == 1) {
               updateFee(formData).then((response) => {
-                console.log(response);
                 this.queryParams = response.data.tFee;
                 // this.queryParams.fSystemType = response.data.tFee.fsystemType;
                 this.msgSuccess("新增成功");
@@ -3502,23 +3481,22 @@ export default {
               });
             } else if(type == 2){
               addFleet(formData).then((response) => {
-                console.log(response);
                 this.queryParams = response.data.tFee;
                 this.msgSuccess("新增成功");
                 // this.DzfeeList = []
                 // this.open = false;
                 this.getList();
               });
-            }else if(type == 3){
-              console.log("222")
+            }else if(type == 3 || this.typevalue == 3){
               formData.append("billsType", 'KHDZ');
               updateFee(formData).then((response) => {
-                console.log(response);
                 this.queryParams = response.data.tFee;
-                this.msgSuccess("新增成功");
+                this.msgSuccess("操作成功");
                 if(res === 0){
                   this.mainTable = true
-                }else{
+                }else if(res == undefined){
+                  this.mainTable = true
+                } else{
                   this.mainTable = false
                 }
                 this.getList();
@@ -3539,13 +3517,6 @@ export default {
             let formData = new window.FormData();
             formData.append("tFee", JSON.stringify(this.queryParams));
             formData.append("tFeeDo", JSON.stringify(this.DzfeeList));
-            // for(let li in this.DzfeeList){
-            //   if(this.DzfeeList[li].fSrcdc == 'C'){
-            //     this.DzfeeList[li].fSrcdc = '付'
-            //   }else if(this.DzfeeList[li].fSrcdc == 'D'){
-            //     this.DzfeeList[li].fSrcdc = '收'
-            //   }
-            // }
             if (type == 1) {
               addFee(formData).then((response) => {
                 this.msgSuccess("修改成功");
@@ -3556,14 +3527,15 @@ export default {
                 this.msgSuccess("修改成功");
                 this.getList();
               });
-            }else if(type == 3){
-              console.log("333")
+            }else if(type == 3 || this.typevalue == 3){
               formData.append("billsType", 'KHDZ');
               addFee(formData).then((response) => {
-                this.msgSuccess("修改成功");
+                this.msgSuccess("操作成功");
                 if(res === 0){
                   this.mainTable = true
-                }else{
+                }else if(res == undefined){
+                  this.mainTable = true
+                } else{
                   this.mainTable = false
                 }
                 this.getList();
@@ -3717,7 +3689,6 @@ export default {
         this.queryParams.fAmtdr = this.DzfeeList[item].fAmtdr;
       }
       if (this.DzfeeList == 0) {
-        console.log("111");
         this.doNot = false;
       } else {
         this.doNot = true;

+ 11 - 8
src/views/finance/payment/index.vue

@@ -714,6 +714,7 @@
           :fixed="item.fixed"
         >
           <template slot-scope="scope">
+            <span v-if="item.label == 'fBsdate'">{{scope.row.fBsdate ? scope.row.fBsdate.slice(0, 10) : scope.row.fReviewDate}}</span>
             <span v-if="item.label == 'fSrcdc' && login == 3">{{ scope.row.fSrcdc == 'D' ? '收' : '付' }}</span>
             <span v-else>{{ scope.row[item.label] }}</span>
           </template>
@@ -1116,8 +1117,15 @@
               <span v-if="item.label == 'fName'">{{scope.row.fName}}</span>
               <span v-if="item.label == 'fMblno'">{{scope.row.fMblno}}</span>
               <span v-if="item.label == 'fProductName'">{{scope.row.fProductName}}</span>
-              <span v-if="item.label == 'fBsdate'">{{scope.row.fBsdate ? scope.row.fBsdate.slice(0, 10) : scope.row.fBsdate}}</span>
-              <span v-if="item.label == 'fBilltype'">{{scope.row.fBilltype}}</span>
+              <span v-if="item.label == 'fBsdate'">{{scope.row.fBsdate ? scope.row.fBsdate.slice(0, 10) : scope.row.fReviewDate}}</span>
+              <span v-if="item.label == 'fBilltype'">
+                <template>
+                  <span v-if="scope.row.fBilltype == 'SJRK'">入库</span>
+                  <span v-else-if="scope.row.fBilltype == 'SJCK'">出库</span>
+                  <span v-else-if="scope.row.fBilltype == 'KHDD'">凯合订单</span>
+                  <span v-else>{{ scope.row.fBilltype }}</span>
+                </template>
+              </span>
               <span v-if="item.label == 'fBusinessType'">{{scope.row.fBusinessType}}</span>
               <span v-if="item.label == 'fReviewDate'">{{scope.row.fReviewDate}}</span>
               <span v-if="item.label == 'fFeeName'">{{scope.row.fFeeName}}</span>
@@ -2487,7 +2495,6 @@ export default {
       this.businessTypeOption = response.data;
     });
     this.getDicts("data_settlement_type").then((response) => {
-      console.log(response);
       this.methodOptions = response.data;
     });
     this.getRow();
@@ -3378,6 +3385,7 @@ export default {
               formDate.append('billsType','KHFF')
               collectFee(formDate).then((response) => {
                 this.queryParams.fId = response.data.tFee.fId
+                this.queryParams.fBillno = response.data.tFee.fBillno
                 this.msgSuccess("操作成功");
                 this.getList();
                 this.doNot = true;
@@ -3456,7 +3464,6 @@ export default {
       // this.totAL = 0;
       // this.Ttime = 0;
       this.selection = selection;
-      console.log(this.selection)
       // if (this.selection.length == 0) {
       //   for (let item in this.chargeList_s) {
       //     this.totAL += Number(this.chargeList_s[item].fAmt);
@@ -3503,7 +3510,6 @@ export default {
     },
     //确认导入
     confirmImport() {
-      console.log(this.increase_s)
       this.hide = true;
       this.pass.fAmtdr = 0;
       this.pass.fAmtcr = 0;
@@ -3557,7 +3563,6 @@ export default {
                 timeInterval: "",
                 fSystemType: Cookies.get("sysType")
               };
-              console.log(this.increase_s)
               return
             }
           }
@@ -3629,7 +3634,6 @@ export default {
             )
           }
         }
-        console.log(this.increase_s)
       } else if (this.state_s == false) {
         this.$message.error("本次金额不能大于原定金额");
       }
@@ -3812,7 +3816,6 @@ export default {
                   } else {
                     this.$message.error("暂无数据");
                   }
-                  console.log(this.chargeList_s)
                 });
               }
             }

File diff suppressed because it is too large
+ 489 - 475
src/views/kaihe/domesticTrade/orderInformation/index.vue


+ 11 - 11
src/views/startApproval.vue

@@ -60,7 +60,8 @@ import Global from '@/layout/components/global'
           actId: null,
           auditMsg: null,
           auditUserId: null,
-          auditItem: null
+          auditItem: null,
+          refno3:null
         },
         visible: false,
         optionsBranch: []
@@ -69,12 +70,12 @@ import Global from '@/layout/components/global'
     components: {
     },
     methods: {
-      changefMblno(fId,fMblno){
-        console.log(fId,fMblno)
-        this.numData.fId = fId
-        this.numData.fMblno = fMblno
-      },
-      init (id,actId) {
+      // changefMblno(fId,fMblno){
+      //   console.log(fId,fMblno)
+      //   this.numData.fId = fId
+      //   this.numData.fMblno = fMblno
+      // },
+      init (id,actId,fMblno) {
         this.optionsBranch = []
         // 默认录入人
         queryUserVal().then((response)=>{
@@ -89,6 +90,9 @@ import Global from '@/layout/components/global'
         this.dataForm.id = id
         this.dataForm.billId = id
         this.dataForm.actId = actId
+        if(fMblno){
+          this.dataForm.refno3 = fMblno
+        }
         this.$set(this.dataForm, 'auditItem', Date.parse(new Date()))
       },
       getTime(){
@@ -108,10 +112,6 @@ import Global from '@/layout/components/global'
           return  listCharge(this.dataForm,'/warehouse/paths/approved')
           }).then(data => {
             if (data && data.code == 200) {
-              console.log(this.dataForm)
-              if(this.dataForm.actId == 410){
-                addMblno(this.numData,'/khwarehouse/warehousebills/updateOrderMessage')
-              }
               this.$message({
                 message: '审核通过',
                 type: 'success',

Some files were not shown because too many files changed in this diff