diff --git a/src/views/wms/baseMaterialInfo/index.vue b/src/views/wms/baseMaterialInfo/index.vue
index 3e1885a..36a73b5 100644
--- a/src/views/wms/baseMaterialInfo/index.vue
+++ b/src/views/wms/baseMaterialInfo/index.vue
@@ -85,7 +85,7 @@
-
+
@@ -175,7 +175,6 @@
v-model="form.maxParkingDays"
placeholder="请输入天数"
:min="0"
- :max="10000"
:controls="false"
:style="{ width: '50px' }"
/>
@@ -193,7 +192,17 @@
-
+
+
+
+ 天
+
+
+
@@ -325,6 +335,7 @@ const columns = ref([
{ key: 10, label: `质检要求`, visible: true },
{ key: 11, label: `最大库存`, visible: true },
{ key: 12, label: `最小库存`, visible: true },
+ { key: 13, label: `保质期提醒时间`, visible: false },
// { key: 13, label: `安全库存`, visible: true },
]);
@@ -391,6 +402,7 @@ const initFormData: BaseMaterialInfoForm = {
isHighValue: undefined,
inspectionRequest: undefined,
+ wmsAlarmTime: undefined,
}
@@ -451,6 +463,7 @@ const data = reactive>({
isHighValue: undefined,
inspectionRequest: undefined,
+ wmsAlarmTime: undefined,
params: {
approveDate: undefined,