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 | 70 ++++++++++++++++++++++++-----------
1 files changed, 48 insertions(+), 22 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 2bd913a..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"
@@ -8,13 +8,13 @@
:searchFormFields="searchFormFields"
:searchFormOptions="searchFormOptions"
:table="table"
- :extend="extend"
+ :extend="extend"
>
</view-grid>
</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() {
@@ -50,7 +50,7 @@
maxQty: "",
materielModel: "",
materielState: "",
- goodStatusState: "",
+ // goodStatusState: "",
remark: "",
});
@@ -99,6 +99,8 @@
// type: "string",
// width: 150,
// },
+
+
],
[
{
@@ -147,16 +149,30 @@
width: 100,
required: true,
},
- ],
- [
{
title: "绔嬪簱鏈�浣庡簱瀛樻暟",
field: "minQty",
type: "number",
- width: 120,
+ width: 90,
+ required: true,
+ }
+ ],
+ [
+ {
+ title: "绔嬪簱鏈�浣庡簱瀛樻暟",
+ field: "minQty",
+ type: "number",
+ width: 200,
required: true,
},
- // {
+ {
+ title: "绔嬪簱鏈�楂樺簱瀛樻暟",
+ field: "maxQty",
+ type: "number",
+ width: 120,
+ },
+ ],
+ [
// title: "绔嬪簱涓氬姟搴撳瓨鏁�",
// field: "business_qty",
// type: "number",
@@ -165,12 +181,7 @@
// },
],
[
- {
- title: "绔嬪簱鏈�楂樺簱瀛樻暟",
- field: "maxQty",
- type: "number",
- width: 120,
- },
+
{
title: "鐗╂枡鐘舵��",
field: "materielState",
@@ -252,6 +263,7 @@
materielSourceType: "",
materielState: "",
goodStatusState: "",
+ Dosage_form:''
});
const searchFormOptions = ref([
@@ -277,6 +289,13 @@
title: "鍝佸悕/閫氱敤鍚�",
field: "item",
type: "like",
+ },
+ {
+ title: "鑽墏",
+ field: "Dosage_form",
+ type: "string",
+ width: 200,
+ required: true,
},
],
[
@@ -309,15 +328,15 @@
data: [],
},
],
- [
- {
- title: "涓嬪彂鐘舵��",
- field: "goodStatusState",
- type: "select",
- dataKey: "goodStatusState",
- data: [],
- },
- ],
+ // [
+ // {
+ // title: "涓嬪彂鐘舵��",
+ // field: "goodStatusState",
+ // type: "select",
+ // dataKey: "goodStatusState",
+ // data: [],
+ // },
+ // ],
]);
const columns = ref([
@@ -371,6 +390,13 @@
require: true,
},
{
+ title: "鑽墏绫诲瀷",
+ field: "dosage_form",
+ type: "string",
+ width: 200,
+ required: true,
+ },
+ {
field: "materielModel",
title: "鐗╂枡鍨嬪彿",
type: "string",
--
Gitblit v1.9.3