Browse Source

修改收付相抵明细

Qukatie 3 weeks ago
parent
commit
6c62e0f1f3

+ 3 - 0
src/enums/column-name.js

@@ -2090,6 +2090,9 @@ const columnName = [{
 },{
   code: 479,
   name: '货代-财务管理-对账中心(F)费用信息表'
+},{
+  code: 480,
+  name: '货代-财务管理-收付相抵(F)费用信息表'
 }
 ]
 export const getColumnName = (key) => {

+ 3 - 3
src/views/iosBasicData/dcOffset/assembly/finstlbillsitems.vue

@@ -12,8 +12,8 @@
       :page.sync="page"
       @size-change="sizeChange"
       @current-change="currentChange"
-      @resetColumn="resetColumn('crud', 'option', 'optionBack', 455)"
-      @saveColumn="saveColumn('crud', 'option', 'optionBack', 455)"
+      @resetColumn="resetColumn('crud', 'option', 'optionBack', 480)"
+      @saveColumn="saveColumn('crud', 'option', 'optionBack', 480)"
     >
       <template slot="menuLeft">
         <slot name="menuLeft"></slot>
@@ -372,7 +372,7 @@ export default {
     };
   },
   async created() {
-    this.option = await this.getColumnData(this.getColumnName(455), this.optionBack);
+    this.option = await this.getColumnData(this.getColumnName(480), this.optionBack);
     this.isSignforWorkDicts();
     this.invoicelosWorkDictsfun();
   },

+ 38 - 39
src/views/iosBasicData/dcOffset/assembly/finstlbillsitems2.vue

@@ -12,8 +12,8 @@
       :page.sync="page"
       @size-change="sizeChange"
       @current-change="currentChange"
-      @resetColumn="resetColumn('crud', 'option', 'optionBack', 479)"
-      @saveColumn="saveColumn('crud', 'option', 'optionBack', 479)"
+      @resetColumn="resetColumn('crud', 'option', 'optionBack', 480)"
+      @saveColumn="saveColumn('crud', 'option', 'optionBack', 480)"
     >
       <template slot="menuLeft">
         <slot name="menuLeft"></slot>
@@ -98,7 +98,7 @@ export default {
       invoicelosDara: [], // 发票
       curCodeData: [], // 币种
       option: {},
-      optionBack: {
+        optionBack: {
         height: "auto",
         calcHeight: 30,
         menuWidth: 60,
@@ -115,41 +115,6 @@ export default {
         align: "center",
         column: [
           {
-            label: "签收",
-            prop: "isSignfor",
-            width: 60,
-            overHidden: true,
-            type: "select",
-            dicData: [
-              {
-                label: "否",
-                value: 0
-              },
-              {
-                label: "是",
-                value: 1
-              }
-            ]
-          },
-          
-                    {
-            label: "对抵",
-            prop: "isChecked",
-            width: 60,
-            overHidden: true,
-            type: "select",
-            dicData: [
-              {
-                label: "否",
-                value: 0
-              },
-              {
-                label: "是",
-                value: 1
-              }
-            ]
-          },
-          {
             label: "原业务编号",
             prop: "billNo",
             width: 120,
@@ -198,6 +163,40 @@ export default {
             overHidden: true
           },
           {
+            label: "对抵",
+            prop: "isChecked",
+            width: 60,
+            overHidden: true,
+            type: "select",
+            dicData: [
+              {
+                label: "否",
+                value: 0
+              },
+              {
+                label: "是",
+                value: 1
+              }
+            ]
+          },
+          {
+            label: "签收",
+            prop: "isSignfor",
+            width: 60,
+            overHidden: true,
+            type: "select",
+            dicData: [
+              {
+                label: "否",
+                value: 0
+              },
+              {
+                label: "是",
+                value: 1
+              }
+            ]
+          },
+          {
             label: "发票状态",
             prop: "isInvoice",
             width: 80,
@@ -373,7 +372,7 @@ export default {
     };
   },
   async created() {
-    this.option = await this.getColumnData(this.getColumnName(479), this.optionBack);
+    this.option = await this.getColumnData(this.getColumnName(480), this.optionBack);
 
     this.isSignforWorkDicts();
     this.invoicelosWorkDictsfun();