Procházet zdrojové kódy

返回列表保存修改

wengyuwen před 4 roky
rodič
revize
b180bdeebb

+ 0 - 30
src/views/finance/applyForInvoice/chargeInvoice/index.vue

@@ -3797,36 +3797,6 @@ export default {
               })
             }
           } else {
-            let dsa = {
-              'fUnitprice': 100,
-              'fLoadportid': 17,
-              'fFeeid': 40,
-              'fInventoryDays': 0,
-              'fAmtdr': 1000,
-              'fBillingDays': 0,
-              'fSrcdc': 'D',
-              'businessName': '女',
-              'fReviewDate': '2021-05-12',
-              'srcBillNo': 'SE202105009',
-              'fDestportid': 17,
-              'fFeeName': '包干费机械外场',
-              'fName': '中国国贸集团有限公司青岛分公司',
-              'fFeeunitid': '箱量',
-              'fTaxrate': 3,
-              'fQty': 10,
-              'fId': 57,
-              'fFeesName': '中国国贸集团有限公司青岛分公司',
-              'voyageName': '2',
-              'fCurreny': 'RMB',
-              'fCorpid': 57,
-              'fSrcid': 217,
-              'fAmt': 1000,
-              'fBilltype': 'KHDD',
-              'createTime': '2021-05-12T13:53:51.000+0800',
-              'fSrcdcName': '收',
-              'fSrcpid': 717,
-              'boatName': '大运'
-            }
             let formData = new window.FormData()
             formData.append('tFee', JSON.stringify(this.queryParams))
             formData.append('tFeeDo', JSON.stringify(this.increase_s))

+ 1 - 0
src/views/finance/charge/index.vue

@@ -3349,6 +3349,7 @@ export default {
                 this.$set(this.queryParams, "fId", response.data.tFee.fId);
                 this.$set(this.queryParams, "fBillno", response.data.tFee.fBillno);
                 this.msgSuccess("新增成功");
+                console.log(this.queryParams)
                 if(res === 0){
                   this.mainTable = true
                 }else{

+ 2 - 1
src/views/finance/payment/index.vue

@@ -4023,7 +4023,8 @@ export default {
               formData.append("billsType", 'KHFF');
               addCharge(formData).then((response) => {
                 this.msgSuccess("新增成功");
-
+                this.$set(this.queryParams, "fId", response.data.tFee.fId);
+                this.$set(this.queryParams, "fBillno", response.data.tFee.fBillno);
                 if(res === 0){
                   this.mainTable = true
                 }else{