Parcourir la source

fix: 客户销售单安装条码

zh il y a 2 ans
Parent
commit
c4ac3e5bec
1 fichiers modifiés avec 8 ajouts et 15 suppressions
  1. 8 15
      src/components/LogisticsTabs/index.vue

+ 8 - 15
src/components/LogisticsTabs/index.vue

@@ -609,13 +609,6 @@ export default {
         {
           columnAttributes: {
             label: '出库时间',
-            prop: 'consignerTime',
-            width: 200
-          }
-        },
-        {
-          columnAttributes: {
-            label: '出库时间',
             prop: 'consignerTimeV2',
             width: 200
           }
@@ -637,13 +630,6 @@ export default {
         {
           columnAttributes: {
             label: '送货时间',
-            prop: 'deliveryTime',
-            width: 200
-          }
-        },
-        {
-          columnAttributes: {
-            label: '送货时间',
             prop: 'deliveryTimeV2',
             width: 200
           }
@@ -909,7 +895,14 @@ export default {
     getListInstallCodeV2() {
       getListInstallCodeV2({
         pageNum: 1,
-        pageSize: -1
+        pageSize: -1,
+        params: [
+          {
+            param: 'gong_dan_id',
+            compare: '=',
+            value: this.gongDanId
+          }
+        ]
       }).then(res => {
         this.instalLList = res.data.records
       })