Browse Source

修改bug

qukaidi 3 years ago
parent
commit
5e9411df03

+ 0 - 84
src/views/Warehousing/components/incomeMoney.vue

@@ -1014,90 +1014,6 @@ export default {
           checked: 0,
           width: 130,
         },
-        // {
-        //   surface: "16",
-        //   label: "fBilltype",
-        //   name: "业务来源",
-        //   checked: 0,
-        //   width: 130,
-        // },
-        // {
-        //   surface: "17",
-        //   label: "fMblno",
-        //   name: "业务单号",
-        //   checked: 0,
-        //   width: 140,
-        // },
-        // {
-        //   surface: "18",
-        //   label: "fProductName",
-        //   name: "货物名称",
-        //   checked: 0,
-        //   width: 140,
-        // },
-        // {
-        //   surface: "19",
-        //   label: "fMarks",
-        //   name: "唛头",
-        //   checked: 0,
-        //   width: 140,
-        // },
-        // {
-        //   surface: "20",
-        //   label: "fBsdate",
-        //   name: "业务日期",
-        //   checked: 0,
-        //   width: 140,
-        // },
-        // {
-        //   surface: "21",
-        //   label: "fBillingway",
-        //   name: "计费单位",
-        //   checked: 0,
-        //   width: 180,
-        // },
-        // {
-        //   surface: "22",
-        //   label: "fBillingQty",
-        //   name: "计费数量",
-        //   checked: 0,
-        //   width: 140,
-        // },
-        // {
-        //   surface: "23",
-        //   label: "fChargedate",
-        //   name: "计费起始日期",
-        //   checked: 0,
-        //   width: 140,
-        // },
-        // {
-        //   surface: "24",
-        //   label: "fBillingDeadline",
-        //   name: "计费截止日期",
-        //   checked: 0,
-        //   width: 140,
-        // },
-        // {
-        //   surface: "25",
-        //   label: "fBillingDays",
-        //   name: "计费天数",
-        //   checked: 0,
-        //   width: 140,
-        // },
-        // {
-        //   surface: "26",
-        //   label: "fInventoryDays",
-        //   name: "库存天数",
-        //   checked: 0,
-        //   width: 140,
-        // },
-        // {
-        //   surface: "27",
-        //   label: "fAmt",
-        //   name: "计费金额",
-        //   checked: 0,
-        //   width: 140,
-        // },
         {
           surface: "28",
           label: "remark",

+ 12 - 12
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -6952,9 +6952,9 @@ export default {
                 fTruckno: this.whgenlegList.fTruckno,
                 remark: null,
                 fIsPass: 'F',
-                fDriverName: this.whgenlegList.fDriverName,
-                fDriverTel: this.whgenlegList.fDriverTel,
-                fDriverIdCar: this.whgenlegList.fDriverIdCar,
+                fDriverName: this.form.fDriverName,
+                fDriverTel: this.form.fDriverTel,
+                fDriverIdCar: this.form.fDriverIdCar,
                 fBusinessType: e.fBusinessType ? e.fBusinessType.toString() : null,
                 fWarehouseInformation: e.fWarehouseids,
                 fSrcid: e.fId,
@@ -6998,9 +6998,9 @@ export default {
               fTruckno: this.whgenlegList.fTruckno,
               remark: null,
               fIsPass: 'F',
-              fDriverName: this.whgenlegList.fDriverName,
-              fDriverTel: this.whgenlegList.fDriverTel,
-              fDriverIdCar: this.whgenlegList.fDriverIdCar,
+              fDriverName: this.form.fDriverName,
+              fDriverTel: this.form.fDriverTel,
+              fDriverIdCar: this.form.fDriverIdCar,
               fBusinessType: e.fBusinessType ? e.fBusinessType.toString() : null,
               fWarehouseInformation: e.fWarehouseids,
               fSrcid: e.fId,
@@ -7054,9 +7054,9 @@ export default {
                 fTruckno: this.whgenlegList.fTruckno,
                 remark: null,
                 fIsPass: 'F',
-                fDriverName: this.whgenlegList.fDriverName,
-                fDriverTel: this.whgenlegList.fDriverTel,
-                fDriverIdCar: this.whgenlegList.fDriverIdCar,
+                fDriverName: this.form.fDriverName,
+                fDriverTel: this.form.fDriverTel,
+                fDriverIdCar: this.form.fDriverIdCar,
                 fBusinessType: e.fBusinessType ? e.fBusinessType.toString() : null,
                 fWarehouseInformation: e.fWarehouseids,
                 fSrcid: e.fId,
@@ -7100,9 +7100,9 @@ export default {
               fTruckno: this.whgenlegList.fTruckno,
               remark: null,
               fIsPass: 'F',
-              fDriverName: this.whgenlegList.fDriverName,
-              fDriverTel: this.whgenlegList.fDriverTel,
-              fDriverIdCar: this.whgenlegList.fDriverIdCar,
+              fDriverName: this.form.fDriverName,
+              fDriverTel: this.form.fDriverTel,
+              fDriverIdCar: this.form.fDriverIdCar,
               fBusinessType: e.fBusinessType ? e.fBusinessType.toString() : null,
               fWarehouseInformation: e.fWarehouseids,
               fSrcid: e.fId,