Sfoglia il codice sorgente

成本分配表保存

jbb 2 anni fa
parent
commit
34cb5ec984
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/views/reportForms/cost-allocation-table.vue

+ 3 - 3
src/views/reportForms/cost-allocation-table.vue

@@ -436,9 +436,9 @@ export default {
         // halfInfo.remarks = this.detailsPlanNum.remarks
         // halfInfo.billstatus = '1'
         // console.log(halfInfo.planNum, halfInfo.remarks, halfInfo.billstatus)
-        var planNum = this.detailsPlanNum.planNum,
-            json = this.detailsPlanNum
-        addHalfInfo({planNum,json}).then(res => {
+        // var planNum = this.detailsPlanNum.planNum,
+         var json = this.detailsPlanNum
+        addHalfInfo(json).then(res => {
           if (res.success) {
             console.log('保存的部分信息', halfInfo)
             this.$message.success('保存成功')