From c827fe7b0c5b3b444d76ba0d96a2649c764630dd Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期四, 14 十一月 2024 16:36:08 +0800 Subject: [PATCH] 修改WCS、WMS出入库逻辑 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" index e9a039c..0f386e4 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" @@ -85,15 +85,17 @@ ], ]); const searchFormFields = ref({ - deviceCode: "", - deviceType: "", - deviceStatus: "", + orderNo: "", + batchNo: "", + status: "", }); const searchFormOptions = ref([ [ - { title: "璁惧缂栧彿", field: "deviceCode" }, - { title: "璁惧绫诲瀷", field: "deviceType" }, - { title: "璁惧鐘舵��", field: "deviceStatus" }, + { title: "鍗曟嵁缂栧彿", field: "orderNo" }, + { title: "鎵规鍙�", field: "batchNo" }, + { title: "搴撳瓨鏄庣粏鐘舵��", field: "status" ,type: "select", + dataKey: "stockStatusEmun", + data: [],}, ], ]); const columns = ref([ @@ -109,10 +111,11 @@ }, { field: "stockId", - title: "搴撳瓨淇℃伅涓婚敭", + title: "鎵樼洏鍙�", type: "string", width: 90, align: "left", + bind: { key: "palletCodes", data: [] }, }, { field: "materielCode", @@ -169,6 +172,7 @@ type: "string", width: 120, align: "left", + bind: { key: "stockStatusEmun", data: [] }, }, { field: "creater", -- Gitblit v1.9.3