Explorar el Código

成本分配表保存

jbb hace 2 años
padre
commit
34cb5ec984
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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('保存成功')