戴艳蓉 hace 3 años
padre
commit
8f01159ddb

+ 1 - 1
src/views/InvoiceSales/invoiceApply/addview.vue

@@ -942,6 +942,7 @@ export default {
     },
     deleteRow(index, rows) {
       rows.splice(index, 1);
+      this.$set(rows,index,rows[index])
     },
     goodChangeEnd(e) {
       if (e) {
@@ -1053,7 +1054,6 @@ export default {
     },
     async selectChange() {
       let arr = JSON.parse(JSON.stringify(this.ruleForm1.companyNo));
-
       let code = arr.join(",");
       if (code === "") {
         this.cwRes = null;

+ 6 - 6
src/views/InvoiceSales/invoiceApply/index.vue

@@ -405,12 +405,12 @@ export default {
       activeOptions: [],
       // 状态
       statusOptions: [
-        { id: 0, label: "待发起审核" },
-        { id: 1, label: "待财务审核" },
-        { id: 2, label: "审核驳回" },
-        { id: 3, label: "待财务开票" },
-        { id: 4, label: "待填写物流" },
-        { id: 5, label: "开票已完成" },
+        { id: "0", label: "待发起审核" },
+        { id: "1", label: "待财务审核" },
+        { id: "2", label: "审核驳回" },
+        { id: "3", label: "待财务开票" },
+        { id: "4", label: "待填写物流" },
+        { id: "5", label: "开票已完成" },
       ],
       name: "",
       code: [],

+ 0 - 1
src/views/purchase/orderRecord/components/addView.vue

@@ -962,7 +962,6 @@ export default {
       console.log(value);
     },
     delGoods(index) {
-      console.log(index);
       this.ruleForm.goodList.splice(index, 1);
     },
     setNum(s) {