Răsfoiți Sursa

出入库明细列表调整

lxf 1 an în urmă
părinte
comite
f172bbcc31

+ 15 - 8
src/views/production/warehouse/outbound/index.vue

@@ -127,7 +127,7 @@ const searchConfigTwo = computed(() => {
     {
       type: "input",
       prop: "purchaseCode",
-      label: "采购",
+      label: "采购单号",
     },
     {
       type: "input",
@@ -256,14 +256,14 @@ const configTwo = computed(() => {
       attrs: {
         label: "归属事业部",
         prop: "departmentName",
-        width: 160,
+        width: 120,
       },
     },
     {
       attrs: {
         label: "仓库类型",
         prop: "warehouseType",
-        width: 140,
+        width: 100,
       },
       render(val) {
         return proxy.dictKeyValue(val, proxy.useUserStore().allDict["warehouse_type"]);
@@ -273,14 +273,14 @@ const configTwo = computed(() => {
       attrs: {
         label: "仓库名称",
         prop: "warehouseName",
-        width: 160,
+        width: 120,
       },
     },
     {
       attrs: {
         label: "出库类型",
         prop: "detailType",
-        width: 140,
+        width: 100,
       },
       render(val) {
         return proxy.dictKeyValue(val, proxy.useUserStore().allDict["come_stock_type"]);
@@ -290,7 +290,7 @@ const configTwo = computed(() => {
       attrs: {
         label: "品号",
         prop: "bomSpecCode",
-        width: 160,
+        width: 150,
       },
     },
     {
@@ -304,7 +304,14 @@ const configTwo = computed(() => {
       attrs: {
         label: "数量",
         prop: "quantity",
-        width: 120,
+        width: 80,
+      },
+    },
+    {
+      attrs: {
+        label: "备注",
+        prop: "remark",
+        width: 180,
       },
     },
     {
@@ -319,7 +326,7 @@ const configTwo = computed(() => {
       attrs: {
         label: "出库申请人",
         prop: "applicant",
-        width: 160,
+        width: 150,
         align: "center",
       },
     },

+ 16 - 9
src/views/production/warehouse/putInStorage/index.vue

@@ -124,7 +124,7 @@ const searchConfigTwo = computed(() => {
     {
       type: "input",
       prop: "purchaseCode",
-      label: "采购",
+      label: "采购单号",
     },
     {
       type: "input",
@@ -253,14 +253,14 @@ const configTwo = computed(() => {
       attrs: {
         label: "归属事业部",
         prop: "departmentName",
-        width: 160,
+        width: 100,
       },
     },
     {
       attrs: {
         label: "仓库类型",
         prop: "warehouseType",
-        width: 140,
+        width: 100,
       },
       render(val) {
         return proxy.dictKeyValue(val, proxy.useUserStore().allDict["warehouse_type"]);
@@ -270,14 +270,14 @@ const configTwo = computed(() => {
       attrs: {
         label: "仓库名称",
         prop: "warehouseName",
-        width: 160,
+        width: 120,
       },
     },
     {
       attrs: {
         label: "入库类型",
         prop: "detailType",
-        width: 140,
+        width: 100,
       },
       render(val) {
         return proxy.dictKeyValue(val, proxy.useUserStore().allDict["put_stock_type"]);
@@ -287,12 +287,12 @@ const configTwo = computed(() => {
       attrs: {
         label: "品号",
         prop: "bomSpecCode",
-        width: 160,
+        width: 140,
       },
     },
     {
       attrs: {
-        label: "品名",
+        label: "品名",
         prop: "bomSpecName",
         "min-width": 240,
       },
@@ -301,7 +301,14 @@ const configTwo = computed(() => {
       attrs: {
         label: "数量",
         prop: "quantity",
-        width: 120,
+        width: 80,
+      },
+    },
+    {
+      attrs: {
+        label: "备注",
+        prop: "remark",
+        width: 180,
       },
     },
     {
@@ -316,7 +323,7 @@ const configTwo = computed(() => {
       attrs: {
         label: "入库申请人",
         prop: "applicant",
-        width: 160,
+        width: 150,
         align: "center",
       },
     },

+ 16 - 9
src/views/subsidiary/warehouse/outbound/index.vue

@@ -105,7 +105,7 @@ const searchConfigTwo = computed(() => {
     {
       type: "input",
       prop: "purchaseCode",
-      label: "采购",
+      label: "采购单号",
     },
     {
       type: "input",
@@ -210,7 +210,7 @@ const config = computed(() => {
 });
 const configTwo = computed(() => {
   return [
-    {
+  {
       attrs: {
         label: "出库单号",
         prop: "code",
@@ -228,14 +228,14 @@ const configTwo = computed(() => {
       attrs: {
         label: "归属事业部",
         prop: "departmentName",
-        width: 160,
+        width: 120,
       },
     },
     {
       attrs: {
         label: "仓库类型",
         prop: "warehouseType",
-        width: 140,
+        width: 100,
       },
       render(val) {
         return proxy.dictKeyValue(val, proxy.useUserStore().allDict["warehouse_type"]);
@@ -245,14 +245,14 @@ const configTwo = computed(() => {
       attrs: {
         label: "仓库名称",
         prop: "warehouseName",
-        width: 160,
+        width: 120,
       },
     },
     {
       attrs: {
         label: "出库类型",
         prop: "detailType",
-        width: 140,
+        width: 100,
       },
       render(val) {
         return proxy.dictKeyValue(val, proxy.useUserStore().allDict["come_stock_type"]);
@@ -262,7 +262,7 @@ const configTwo = computed(() => {
       attrs: {
         label: "品号",
         prop: "bomSpecCode",
-        width: 160,
+        width: 150,
       },
     },
     {
@@ -276,7 +276,14 @@ const configTwo = computed(() => {
       attrs: {
         label: "数量",
         prop: "quantity",
-        width: 120,
+        width: 80,
+      },
+    },
+    {
+      attrs: {
+        label: "备注",
+        prop: "remark",
+        width: 180,
       },
     },
     {
@@ -291,7 +298,7 @@ const configTwo = computed(() => {
       attrs: {
         label: "出库申请人",
         prop: "applicant",
-        width: 160,
+        width: 150,
         align: "center",
       },
     },

+ 17 - 10
src/views/subsidiary/warehouse/putInStorage/index.vue

@@ -105,7 +105,7 @@ const searchConfigTwo = computed(() => {
     {
       type: "input",
       prop: "purchaseCode",
-      label: "采购",
+      label: "采购单号",
     },
     {
       type: "input",
@@ -210,7 +210,7 @@ const config = computed(() => {
 });
 const configTwo = computed(() => {
   return [
-    {
+  {
       attrs: {
         label: "入库单号",
         prop: "code",
@@ -228,14 +228,14 @@ const configTwo = computed(() => {
       attrs: {
         label: "归属事业部",
         prop: "departmentName",
-        width: 160,
+        width: 100,
       },
     },
     {
       attrs: {
         label: "仓库类型",
         prop: "warehouseType",
-        width: 140,
+        width: 100,
       },
       render(val) {
         return proxy.dictKeyValue(val, proxy.useUserStore().allDict["warehouse_type"]);
@@ -245,14 +245,14 @@ const configTwo = computed(() => {
       attrs: {
         label: "仓库名称",
         prop: "warehouseName",
-        width: 160,
+        width: 120,
       },
     },
     {
       attrs: {
         label: "入库类型",
         prop: "detailType",
-        width: 140,
+        width: 100,
       },
       render(val) {
         return proxy.dictKeyValue(val, proxy.useUserStore().allDict["put_stock_type"]);
@@ -262,12 +262,12 @@ const configTwo = computed(() => {
       attrs: {
         label: "品号",
         prop: "bomSpecCode",
-        width: 160,
+        width: 140,
       },
     },
     {
       attrs: {
-        label: "品名",
+        label: "品名",
         prop: "bomSpecName",
         "min-width": 240,
       },
@@ -276,7 +276,14 @@ const configTwo = computed(() => {
       attrs: {
         label: "数量",
         prop: "quantity",
-        width: 120,
+        width: 80,
+      },
+    },
+    {
+      attrs: {
+        label: "备注",
+        prop: "remark",
+        width: 180,
       },
     },
     {
@@ -291,7 +298,7 @@ const configTwo = computed(() => {
       attrs: {
         label: "入库申请人",
         prop: "applicant",
-        width: 160,
+        width: 150,
         align: "center",
       },
     },