From d55ef610a530c2ab0a30d6ecdc1e7e4ab54cc896 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 24 十月 2025 23:16:42 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhiHuiQiCe/FangCangZhiNeng
---
新建文件夹/WMS/src/views/basic/materielInfo.vue | 35 ++++++++++++++++++++++++++---------
1 files changed, 26 insertions(+), 9 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 966f974..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"
@@ -14,7 +14,7 @@
</template>
<script>
-import extend from "@/extension/medicine/Dt_MaterielInfo.js";
+import extend from "@/extension/basic/Dt_MaterielInfo.js";
import { ref, defineComponent } from "vue";
export default defineComponent({
setup() {
@@ -99,6 +99,8 @@
// type: "string",
// width: 150,
// },
+
+
],
[
{
@@ -190,14 +192,14 @@
}
],
[
- // {
- // title: "涓嬪彂鐘舵��",
- // field: "goodStatusState",
- // type: "select",
- // dataKey: "goodStatusState",
- // data: [],
- // required: true,
- // }
+ {
+ title: "涓嬪彂鐘舵��",
+ field: "goodStatusState",
+ type: "select",
+ dataKey: "goodStatusState",
+ data: [],
+ required: true,
+ }
],
[
{
@@ -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