From f51582d5b4b498f28513f215f91828ef181df4a1 Mon Sep 17 00:00:00 2001 From: Huangxiaoqiang-03 <1247017146@qq.com> Date: 星期三, 06 十一月 2024 17:16:09 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue | 25 ++++--------------------- 1 files changed, 4 insertions(+), 21 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue" index 26d463e..eb1d413 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue" @@ -24,7 +24,7 @@ cnName: "搴撳瓨瑙嗗浘", name: "stockView", url: "/stockView/", - sortName: "stockId", + sortName: "CreateDate", }); const editFormFields = ref({ palletCode: "", @@ -32,26 +32,7 @@ locationName: "", }); const editFormOptions = ref([ - [ - { - title: "鎵樼洏缂栧彿", - required: true, - field: "palletCode", - type: "string", - }, - { - title: "璐т綅缂栧彿", - required: true, - field: "locationCode", - type: "string", - }, - { - title: "璐т綅鍚嶇О", - required: true, - field: "locationName", - type: "string", - }, - ], + ]); const searchFormFields = ref({ palletCode: "", @@ -61,6 +42,8 @@ [ { title: "鎵樼洏缂栧彿", field: "palletCode" }, { title: "璐т綅缂栧彿", field: "locationCode" }, + { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],}, + { title: "搴撳瓨鐘舵��", field: "stockStatus" ,type: "selectList",dataKey: "stockStatusEmun",data: [],}, ], ]); const columns = ref([ -- Gitblit v1.9.3