Prechádzať zdrojové kódy

海运出口 海运进口 直单显示hblno
财务模块明细 显示业务编号

lijunping 5 mesiacov pred
rodič
commit
bcb6e1fd24

+ 1 - 1
src/views/iosBasicData/ComputationCenter/index.vue

@@ -200,7 +200,7 @@ export default {
                         overHidden: true,
                     },
                     {
-                        label: "单据编号",
+                        label: "JOB NO",
                         prop: "billNo",
                         search: true,
                         overHidden: true,

+ 2 - 2
src/views/iosBasicData/OceanFreightImport/bills/billsDetails.vue

@@ -917,10 +917,10 @@ export default {
                 } else {
                     this.basicData.column.forEach(item => {
                         if (item.prop == "bookingNo") {
-                            item.display = true;
+                            item.display = false;
                         }
                         if (item.prop == "hblno") {
-                            item.display = false;
+                            item.display = true;
                         }
                     });
                 }

+ 7 - 1
src/views/iosBasicData/PaymentApplication/assembly/finstlbillsitems.vue

@@ -144,13 +144,19 @@ export default {
                         width: 100,
                         overHidden: true
                     },
-                          {
+                    {
                         label: "HB/L NO",
                         prop: "hblno",
                         width: 100,
                         overHidden: true
                     },
                     {
+                        label: "JOB NO",
+                        prop: "billNo",
+                        width: 100,
+                        overHidden: true
+                    },
+                    {
                         label: "币种",
                         prop: "currentStlCurCode",
                         width: 60,

+ 7 - 7
src/views/iosBasicData/SeafreightExportF/bills/billsDetails.vue

@@ -814,10 +814,10 @@ export default {
                 } else {
                     this.basicData.column.forEach(item => {
                         if (item.prop == 'bookingNo') {
-                            item.display = true
+                            item.display = false
                         }
                         if (item.prop == 'hblno') {
-                            item.display = false
+                            item.display = true
                         }
                     })
                 }
@@ -1721,22 +1721,22 @@ export default {
         remoteMethod(value, name) {
             // if (name == 'operatorName') {
             //     this.userGetListfun(value)
-            // } 
+            // }
             // else if (name == 'accDeptName') {
             //     this.getLazylistfun(value)
-            // } 
+            // }
             if (name == 'corpCnName') {
                 this.getBcorpsListfun(value)
             }
             // else if (name == 'mPayplace') {
             //     this.getBlocationsListfun(value)
-            // } 
+            // }
             // else if (name == 'corpAttnName') {
             //     this.getBcorpsattnListfun(value)
-            // } 
+            // }
             // else if (name == 'srcType') {
             //     this.srcTypeWorkDictsfun()
-            // } 
+            // }
             // else if (name == 'srcCnName') {
             //     if (this.form.srcType == 'SALES') {
             //         // 业务员

+ 7 - 1
src/views/iosBasicData/fininvoicesApplyfor/assembly/fininvoicesitems.vue

@@ -98,7 +98,13 @@ export default {
                     },
                     {
                         label: "MB/L NO",
-                        prop: "mblno",
+                        prop: "billNo",
+                        width: 100,
+                        overHidden: true
+                    },
+                    {
+                        label: "JOB NO",
+                        prop: "billNo",
                         width: 100,
                         overHidden: true
                     },

+ 6 - 0
src/views/iosBasicData/finstlbills/assembly/finstlbillsitems.vue

@@ -147,6 +147,12 @@ export default {
                         overHidden: true
                     },
                     {
+                        label: "JOB NO",
+                        prop: "billNo",
+                        width: 100,
+                        overHidden: true
+                    },
+                    {
                         label: "本次对账本币",
                         prop: "currentStlAmountRMB",
                         width: 100,