From 4e591bd0b0042c4bc28f7a999ceea064f8ed5d43 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 02 六月 2026 17:28:06 +0800
Subject: [PATCH] 富边商务电子 1.发货审批点击详情的时候产品列表没有展示问题
---
src/views/qualityManagement/processInspection/index.vue | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/src/views/qualityManagement/processInspection/index.vue b/src/views/qualityManagement/processInspection/index.vue
index cad87aa..d146cea 100644
--- a/src/views/qualityManagement/processInspection/index.vue
+++ b/src/views/qualityManagement/processInspection/index.vue
@@ -40,10 +40,10 @@
<InspectionFormDia ref="inspectionFormDia" @close="handleQuery"></InspectionFormDia>
<FormDia ref="formDia" @close="handleQuery"></FormDia>
<files-dia ref="filesDia" @close="handleQuery"></files-dia>
- <el-dialog v-model="dialogFormVisible" title="缂栬緫妫�楠屽憳" width="30%"
+ <el-dialog v-model="dialogFormVisible" title="缂栬緫閫佹鍛�" width="30%"
@close="closeDia">
<el-form :model="form" label-width="140px" label-position="top" :rules="rules" ref="formRef">
- <el-form-item label="妫�楠屽憳锛�" prop="checkName">
+ <el-form-item label="閫佹鍛橈細" prop="checkName">
<el-select v-model="form.checkName" placeholder="璇烽�夋嫨" clearable>
<el-option v-for="item in userList" :key="item.nickName" :label="item.nickName"
:value="item.nickName"/>
@@ -96,12 +96,17 @@
width: 120
},
{
+ label: "鐢熶骇宸ュ崟鍙�",
+ prop: "workOrderNo",
+ width: 120
+ },
+ {
label: "宸ュ簭",
prop: "process",
width: 230
},
{
- label: "妫�楠屽憳",
+ label: "閫佹鍛�",
prop: "checkName",
},
{
@@ -167,7 +172,7 @@
disabled: (row) => {
// 宸叉彁浜ゅ垯绂佺敤
if (row.inspectState == 1) return true;
- // 濡傛灉妫�楠屽憳鏈夊�硷紝鍙湁褰撳墠鐧诲綍鐢ㄦ埛鑳界紪杈�
+ // 濡傛灉閫佹鍛樻湁鍊硷紝鍙湁褰撳墠鐧诲綍鐢ㄦ埛鑳界紪杈�
if (row.checkName) {
return row.checkName !== userStore.nickName;
}
@@ -190,7 +195,7 @@
disabled: (row) => {
// 宸叉彁浜ゅ垯绂佺敤
if (row.inspectState == 1) return true;
- // 濡傛灉妫�楠屽憳鏈夊�硷紝鍙湁褰撳墠鐧诲綍鐢ㄦ埛鑳芥彁浜�
+ // 濡傛灉閫佹鍛樻湁鍊硷紝鍙湁褰撳墠鐧诲綍鐢ㄦ埛鑳芥彁浜�
if (row.checkName) {
return row.checkName !== userStore.nickName;
}
@@ -198,13 +203,13 @@
}
},
{
- name: "鍒嗛厤妫�楠屽憳",
+ name: "鍒嗛厤閫佹鍛�",
type: "text",
clickFun: (row) => {
if (!row.checkName) {
open(row)
} else {
- proxy.$modal.msgError("妫�楠屽憳宸插瓨鍦�");
+ proxy.$modal.msgError("閫佹鍛樺凡瀛樺湪");
}
},
disabled: (row) => {
--
Gitblit v1.9.3