소스 검색

出入库搜索框修改

tamgyu 5 일 전
부모
커밋
83c83688c0
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 17 0
      src/views/storage/wmsOrder/index.vue

+ 17 - 0
src/views/storage/wmsOrder/index.vue

@@ -150,6 +150,22 @@ option.value = Object.assign(option.value, {
       prop: "taskNo",
     },
     {
+      label: "开始时间",
+      width: 130,
+      search: true,
+      overHidden: true,
+      prop: "startTime",
+      type:"datetime",
+    },
+    {
+      label: "结束时间",
+      width: 130,
+      search: true,
+      overHidden: true,
+      prop: "endTime",
+      type:"datetime",
+    },
+    {
       label: "库位",
       overHidden: true,
       prop: "locationNo",
@@ -185,6 +201,7 @@ option.value = Object.assign(option.value, {
     {
       label: "操作人",
       prop: "creator",
+      search: true,
       display: false
     },
   ],