From 695571c6009ecbc12e7d4a4fb147df7967a1260e Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 07 七月 2025 20:21:19 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn
---
代码管理/WMS/WIDESEA_WMSClient/src/views/inbound/receiveOrder.vue | 21 +++++++++++++++++++--
1 files changed, 19 insertions(+), 2 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/receiveOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/receiveOrder.vue"
index 467ec49..14f4655 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/receiveOrder.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/receiveOrder.vue"
@@ -54,6 +54,7 @@
[
{ title: "渚涘簲鍟�", field: "suppliersId", type: "select",dataKey:"suppliers",data:[]},
{ title: "鍒涘缓鑰�", field: "creater", type: "like" },
+ { title: "鎵�灞炰粨搴�", field: "warehouseId",type: "selectList",dataKey: "warehouses",data: [],}
],
]);
@@ -186,6 +187,14 @@
bind:{key:"enable",data:[]}
},
{
+ field: "createInOrderStatus",
+ title: "鍏ュ簱鍗曞垱寤虹姸鎬�",
+ type: "string",
+ width: 130,
+ align: "left",
+ bind:{key:"enable",data:[]}
+ },
+ {
field: "creater",
title: "鍒涘缓浜�",
type: "string",
@@ -270,7 +279,15 @@
field: "materielName",
title: "鐗╂枡鍚嶇О",
type: "string",
- width: 150,
+ width: 100,
+ align: "left",
+ },
+ {
+ field: "materielSpec",
+ title: "鐗╂枡瑙勬牸",
+ type: "select",
+ type: "string",
+ width: 100,
align: "left",
},
{
@@ -295,7 +312,7 @@
type: "int",
width: 90,
align: "left",
- bind: { key: "yesno", data: [] },
+ bind: { key: "enable", data: [] },
},
{
field: "priceInTax",
--
Gitblit v1.9.3