瀏覽代碼

提交主营业务

caojunjie 3 年之前
父節點
當前提交
1a18ea20cf
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/workManagement/main-items/detailsPage.vue

+ 4 - 1
src/views/workManagement/main-items/detailsPage.vue

@@ -720,12 +720,15 @@ export default {
     })
     if (this.detailData.id) {
       this.id = this.detailData.id;//字符串转数字  超长用BigInt
-
       projectDetail(this.id, "0,1,2,3,4,5").then(res => {
         this.afterEcho(res.data.data)
       })
 
     } else if (this.detailData.data) {
+      this.$set(this.formTwo, "debitAmount", 0)
+      this.$set(this.formTwo, "advanceAmount", 0)
+      this.$set(this.formTwo, "settlmentAmount", 0)
+      this.$set(this.formTwo, "balanceAmount", 0)
       getGoodsDescList().then(res => {
         this.goodsDescList = res.data.data
         let form = this.detailData.data