From 6695afe1e1c478dbb599a1d382d8d6628b456d03 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期六, 18 一月 2025 17:30:49 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn
---
代码管理/WMS/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue | 48 ++++++++++++++++++++++++++++++++++++++----------
1 files changed, 38 insertions(+), 10 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue"
index 06bdac5..468e67d 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielCodeInfo.vue"
@@ -27,20 +27,30 @@
sortName: "id",
});
const editFormFields = ref({
- purchaseOrderNo:""
+ lotNo: "",
+ warehouseId: "",
+ purchaseOrderNo: "",
+ materielCode: "",
+ productionDate: "",
+ effectiveDate: "",
});
const editFormOptions = ref([
+ [
+ {
+ title: "浠撳簱",
+ field: "warehouseId",
+ type: "select",
+ dataKey: "areainfo",
+ data: [],
+ required: true,
+ },
+ ],
[
{
title: "鐗╂枡缂栫爜",
field: "materielCode",
type: "select",
- dataKey: "MaterielCodes",
data: [],
- },
- {
- title: "鎵规鍙�",
- field: "lotNo",
required: true,
},
],
@@ -48,11 +58,19 @@
{
title: "閲囪喘鍗曞彿",
field: "purchaseOrderNo",
- type:"select",
- // dataKey: "purchaseOrderNos",
+ type: "select",
data: [],
required: true,
},
+ ],
+ [
+ {
+ title: "鎵规鍙�",
+ field: "lotNo",
+ required: true,
+ },
+ ],
+ [
{
title: "鏁伴噺",
field: "quantity",
@@ -63,13 +81,15 @@
{
title: "鐢熶骇鏃ユ湡",
field: "productionDate",
- type: "date",
+ // type: "date",
required: true,
},
+ ],
+ [
{
title: "鏈夋晥鏈�",
field: "effectiveDate",
- type: "date",
+ // type: "date",
required: true,
},
],
@@ -99,6 +119,14 @@
align: "left",
},
{
+ field: "warehouseId",
+ title: "浠撳簱",
+ type: "string",
+ width: 90,
+ align: "left",
+ bind: { key: "areainfo", data: [] },
+ },
+ {
field: "purchaseOrderNo",
title: "閲囪喘鍗曞彿",
type: "string",
--
Gitblit v1.9.3