Forráskód Böngészése

齐套叫料 出库状态同步

qinhb 9 hónapja
szülő
commit
6ee76e4199
1 módosított fájl, 11 hozzáadás és 4 törlés
  1. 11 4
      src/views/storage/wmsOrder/index.vue

+ 11 - 4
src/views/storage/wmsOrder/index.vue

@@ -53,13 +53,15 @@ option.value = Object.assign(option.value, {
     {
       label: "类型",
       prop: "type",
+      width: 60,
+      overHidden: true,
       type: "select",
       search: true,
       dicData:[{label: "入库",value: "1"},{label: "出库",value: "2"},{label: "退料",value: "3"}],
     },
     {
       label: "载具编号",
-      width: 130,
+      width: 110,
       overHidden: true,
       prop: "vehicleCode",
     },
@@ -85,17 +87,18 @@ option.value = Object.assign(option.value, {
     },
     {
       label: "单位",
+      width: 60,
       overHidden: true,
       prop: "unit",
     },
-    {
+   /* {
       label: "任务单号",
       prop: "taskNo",
       search: true,
       overHidden: true
-    },
+    },*/
     {
-      label: "计划单号",
+      label: "单号",
       prop: "planNo",
       search: true,
     },
@@ -120,12 +123,16 @@ option.value = Object.assign(option.value, {
     {
       label: "数量",
       prop: "num",
+      width: 60,
+      overHidden: true,
     },
     {
       label: "状态",
       prop: "state",
       type: "select",
       search: true,
+      width: 70,
+      overHidden: true,
       dicUrl:
           dictDataUtil.request_url +
           dictDataUtil.TYPE_CODE.warehouse_task_state,