Browse Source

出入库时间字段更改

lxf 1 year ago
parent
commit
36e14a051b

+ 2 - 2
src/views/production/warehouse/outbound/index.vue

@@ -235,7 +235,7 @@ const config = computed(() => {
     {
       attrs: {
         label: "出库时间",
-        prop: "createTime",
+        prop: "inOutStorageTime",
         width: 160,
         align: "center",
       },
@@ -331,7 +331,7 @@ const configTwo = computed(() => {
     {
       attrs: {
         label: "出库时间",
-        prop: "createTime",
+        prop: "inOutStorageTime",
         width: 160,
         align: "center",
       },

+ 2 - 2
src/views/production/warehouse/putInStorage/index.vue

@@ -226,7 +226,7 @@ const config = computed(() => {
     {
       attrs: {
         label: "入库时间",
-        prop: "createTime",
+        prop: "inOutStorageTime",
         width: 160,
         align: "center",
       },
@@ -322,7 +322,7 @@ const configTwo = computed(() => {
     {
       attrs: {
         label: "入库时间",
-        prop: "createTime",
+        prop: "inOutStorageTime",
         width: 160,
         align: "center",
       },