From f7ac35468cd9048a93b89a7c39dacac4f5d1748c Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 19 一月 2026 17:11:35 +0800
Subject: [PATCH] 湟水峡 1.下拉框加筛选 2.销售模块不要客户合同号、项目名称 3.客户档案、供应商档案不要和银行有关的字段 4.只需要填客户类型、不需要选择具体的客户针对客户类型产生三种不同的报价、需要绑定产品(比如零售商30、经销商25) 5.客户档案添加客户类型字段
---
src/views/procurementManagement/qualityInspection/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/procurementManagement/qualityInspection/index.vue b/src/views/procurementManagement/qualityInspection/index.vue
index 7225795..8d90243 100644
--- a/src/views/procurementManagement/qualityInspection/index.vue
+++ b/src/views/procurementManagement/qualityInspection/index.vue
@@ -62,7 +62,7 @@
</el-col>
<el-col :span="12">
<el-form-item label="渚涘簲鍟嗗悕绉�">
- <el-input v-model="formData.supplierName" placeholder="渚涘簲鍟嗗悕绉�" readonly />
+ <el-input v-model="formData.supplierName" placeholder="渚涘簲鍟嗗悕绉�" />
</el-form-item>
</el-col>
</el-row>
@@ -159,8 +159,8 @@
status: 'completed',
qualifiedQuantity: 240,
unqualifiedQuantity: 10,
- inspectionTime: '2024-12-01 16:30:00',
- inspector: '寮犱笁',
+ inspectionTime: '2025-12-01 16:30:00',
+ inspector: '闄堝織寮�',
remark: '璐ㄦ瀹屾垚'
}
]
--
Gitblit v1.9.3