Browse Source

更改wms字段

qinhb 9 months ago
parent
commit
bc9ef1a058
3 changed files with 22 additions and 37 deletions
  1. 1 1
      src/views/login/index.vue
  2. 10 24
      src/views/storage/stock/index.vue
  3. 11 12
      src/views/storage/wmsOrder/index.vue

+ 1 - 1
src/views/login/index.vue

@@ -270,7 +270,7 @@ onMounted?.(() => {
 
 <style lang="scss" scoped>
 html.dark .login-container {
-  background: url("@/assets/images/login-bg-dark.jpg") no-repeat center right;
+  //background: url("@/assets/images/login-bg-dark.jpg") no-repeat center right;
 }
 
 .login-container {

+ 10 - 24
src/views/storage/stock/index.vue

@@ -80,30 +80,6 @@ option.value = Object.assign(option.value, {
   selection: true,
   column: [
     {
-      label: "入库单号",
-      prop: "taskNo",
-      search: true,
-      rules: [
-        {
-          required: true,
-          message: "入库单号不能为空",
-          trigger: "trigger",
-        },
-      ],
-    },
-    {
-      label: "计划单号",
-      prop: "planNo",
-      search: true,
-      rules: [
-        {
-          required: true,
-          message: "计划单号不能为空",
-          trigger: "trigger",
-        },
-      ],
-    },
-    {
       label: "仓库编码",
       prop: "houseType",
       type: "select",
@@ -158,6 +134,16 @@ option.value = Object.assign(option.value, {
       search: true
     },
     {
+      label: "入库单号",
+      prop: "taskNo",
+      search: true,
+    },
+    {
+      label: "计划单号",
+      prop: "planNo",
+      search: true,
+    },
+    {
       label: "流转卡号",
       width: 130,
       overHidden: true,

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

@@ -51,18 +51,6 @@ option.value = Object.assign(option.value, {
   addBtn: false,
   column: [
     {
-      label: "任务单号",
-      prop: "taskNo",
-      search: true,
-      width:150,
-      overHidden: true
-    },
-    {
-      label: "计划单号",
-      prop: "planNo",
-      search: true,
-    },
-    {
       label: "类型",
       prop: "type",
       type: "select",
@@ -101,6 +89,17 @@ option.value = Object.assign(option.value, {
       prop: "unit",
     },
     {
+      label: "任务单号",
+      prop: "taskNo",
+      search: true,
+      overHidden: true
+    },
+    {
+      label: "计划单号",
+      prop: "planNo",
+      search: true,
+    },
+    {
       label: "库位",
       overHidden: true,
       prop: "locationNo",