From 279077bf41bc726b474ca5d76cd2b8393d41d867 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期三, 05 十一月 2025 12:16:01 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
index 3d83141..5509325 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
@@ -28,6 +28,7 @@
});
const editFormFields = ref({
orderType: "",
+ warehouseId:"",
orderNo:"",
upperOrderNo: "",
remark: "",
@@ -81,6 +82,7 @@
],
]);
const searchFormFields = ref({
+ warehouseId:"",
orderNo: "",
upperOrderNo: "",
orderType: "",
@@ -91,6 +93,7 @@
});
const searchFormOptions = ref([
[
+ { title: "浠撳簱ID", field: "warehouseId", type: "like" },
{ title: "鍗曟嵁缂栧彿", field: "orderNo", type: "like" },
{ title: "涓婃父鍗曟嵁缂栧彿", field: "upperOrderNo", type: "like" },
{
--
Gitblit v1.9.3