Explorar o código

提交主营业务

caojunjie %!s(int64=3) %!d(string=hai) anos
pai
achega
1a18ea20cf
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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