From 4e9a3d6063aa619b020623a0ac6fcfa6d3b63e13 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期五, 24 十月 2025 16:32:28 +0800
Subject: [PATCH] 修改前端页面
---
新建文件夹/WMS/src/views/basic/materielInfo.vue | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/materielInfo.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/materielInfo.vue"
index be67ebb..4824ba2 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/materielInfo.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/basic/materielInfo.vue"
@@ -99,6 +99,8 @@
// type: "string",
// width: 150,
// },
+
+
],
[
{
@@ -261,6 +263,7 @@
materielSourceType: "",
materielState: "",
goodStatusState: "",
+ Dosage_form:''
});
const searchFormOptions = ref([
@@ -286,6 +289,13 @@
title: "鍝佸悕/閫氱敤鍚�",
field: "item",
type: "like",
+ },
+ {
+ title: "鑽墏",
+ field: "Dosage_form",
+ type: "string",
+ width: 200,
+ required: true,
},
],
[
@@ -380,6 +390,13 @@
require: true,
},
{
+ title: "鑽墏绫诲瀷",
+ field: "dosage_form",
+ type: "string",
+ width: 200,
+ required: true,
+ },
+ {
field: "materielModel",
title: "鐗╂枡鍨嬪彿",
type: "string",
--
Gitblit v1.9.3