From 15b3879cd259108e7ebb755fe02c190f28f1e20c Mon Sep 17 00:00:00 2001
From: leiqunqing <zhengqifeng@hnkhzn.com>
Date: 星期五, 06 二月 2026 14:46:23 +0800
Subject: [PATCH] 完善项目
---
代码管理/WIDESEAWCS_Client/src/views/basicinfo/formulaDetail.vue | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/formulaDetail.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/formulaDetail.vue"
index fb57cfe..184890f 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/formulaDetail.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEAWCS_Client/src/views/basicinfo/formulaDetail.vue"
@@ -19,6 +19,7 @@
export default defineComponent({
setup() {
+ // 琛ㄦ牸鍩虹閰嶇疆
const table = ref({
key: "id",
footer: "Foots",
@@ -28,13 +29,17 @@
sortName: "createDate",
});
+ // 缂栬緫琛ㄥ崟缁戝畾瀛楁锛堟柊澧瀞upplierCode锛�
const editFormFields = ref({
id: "",
formulaId: "",
componentCode: "",
componentName: "",
+ supplierCode: "",
+ isScanned: "",
});
+ // 缂栬緫琛ㄥ崟閰嶇疆椤癸紙鏂板渚涙柟浠g爜杈撳叆椤癸級
const editFormOptions = ref([
[
{
@@ -59,6 +64,12 @@
require: true,
},
{
+ title: "渚涙柟浠g爜",
+ field: "supplierCode",
+ type: "input",
+ width: 200,
+ },
+ {
title: "鏄惁鎵爜",
field: "isScanned",
type: "select",
@@ -80,19 +91,24 @@
],
]);
+ // 鎼滅储琛ㄥ崟缁戝畾瀛楁锛堟柊澧瀞upplierCode锛�
const searchFormFields = ref({
formulaId: "",
componentCode: "",
componentName: "",
+ supplierCode: "",
creater: "",
createDate: "",
+ isScanned: "",
});
+ // 鎼滅储琛ㄥ崟閰嶇疆椤癸紙鏂板渚涙柟浠g爜妯$硦鎼滅储锛�
const searchFormOptions = ref([
[
{ title: "閰嶆柟淇℃伅涓婚敭", field: "formulaId", type: "int" },
{ title: "闆朵欢缂栧彿", field: "componentCode", type: "like" },
{ title: "闆朵欢鍚嶇О", field: "componentName", type: "like" },
+ { title: "渚涙柟浠g爜", field: "supplierCode", type: "like" },
{
title: "鏄惁鎵爜",
field: "isScanned",
@@ -109,6 +125,7 @@
],
]);
+ // 琛ㄦ牸鍒楅厤缃紙鏂板渚涙柟浠g爜鍒楋級
const columns = ref([
{
field: "id",
@@ -137,6 +154,13 @@
{
field: "componentName",
title: "闆朵欢鍚嶇О",
+ type: "string",
+ width: 200,
+ align: "left",
+ },
+ {
+ field: "supplierCode",
+ title: "渚涙柟浠g爜",
type: "string",
width: 200,
align: "left",
@@ -183,6 +207,7 @@
},
]);
+ // 璇︽儏椤甸厤缃紙鏆傛湭浣跨敤锛屼繚鎸佸師鏈夛級
const detail = ref({
cnName: "",
table: "",
--
Gitblit v1.9.3