소스 검색

修改bug

Qukatie 1 년 전
부모
커밋
a882d1a59e
1개의 변경된 파일9개의 추가작업 그리고 4개의 파일을 삭제
  1. 9 4
      src/views/tradeAgency/tradeAgency/detailsPage.vue

+ 9 - 4
src/views/tradeAgency/tradeAgency/detailsPage.vue

@@ -314,7 +314,7 @@ export default {
                         disabled: true,
                     },
                     {
-                        label:'应收金额',
+                        label: '应收金额',
                         prop: 'amountD',
                         disabled: true,
                     },
@@ -1248,7 +1248,7 @@ export default {
                         })
                     })
                 })
-                this.findObject(this.wkOption.column, "amountD").label ='应收金额';
+                this.findObject(this.wkOption.column, "amountD").label = '应收金额';
                 this.wkDialog = true
                 this.wkType = name
             }
@@ -1306,7 +1306,7 @@ export default {
                         })
                     })
                 })
-                this.findObject(this.wkOption.column, "amountD").label ='应付金额';
+                this.findObject(this.wkOption.column, "amountD").label = '应付金额';
                 this.wkDialog = true
                 this.wkType = name
             }
@@ -1443,7 +1443,12 @@ export default {
                 })
             }
             if (this.wkType == '生成尾款应付') {
-                generatePayment(this.wkForm).then(res => {
+                let obj = {}
+                obj = {
+                    ...this.wkForm,
+                    paidApplication: 'FFSQ-WK'
+                }
+                generatePayment(obj).then(res => {
                     this.$message.success("生成尾款应付成功");
                     this.getDetails(this.form.id)
                     this.wkDialog = false