From 52bcaec389f102229514f55ad57e0aaf4ec13afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E9=9B=AA?= <1617763071@qq.com> Date: Fri, 27 Mar 2026 10:05:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BC=B9=E7=AA=97=E4=B8=AD?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B7=A5=E8=89=BA=E5=91=98=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E6=A1=86=20=E8=B0=83=E6=95=B4=E6=96=87=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=90=8E=E6=97=A0=E6=B3=95=E5=88=A0=E9=99=A4=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/exemption/components/addDialog.vue | 31 ++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/views/exemption/components/addDialog.vue b/src/views/exemption/components/addDialog.vue index 8c6fced..30f956e 100644 --- a/src/views/exemption/components/addDialog.vue +++ b/src/views/exemption/components/addDialog.vue @@ -53,6 +53,36 @@ export default { emptyBtn: false, labelWidth: 100, column: [ + { + label: '工艺员', + prop: 'proMan', + search: true, + sortable: true, + filter: true, + span:24, + headerAlign: 'center', + align: 'center', + type: 'select', + dicUrl: '/blade-system/user/page?size=999999¤t=1', + filterable: true, + searchLabelWidth: 50, + props: { + label: 'realName', + value: 'id', + res: 'data.records', + }, + // formatter: (row, value, label, column) => { + // return row.proManName || value || '-'; + // }, + rules: [ + { + required: true, + message: '请选择工艺员', + trigger: 'change', + }, + ], + }, + { label: '提出人', prop: 'reportUserId', @@ -183,6 +213,7 @@ export default { uploadDelete(file, column) { console.log('uploadDelete', file, column); this.attachLink = ''; + return true; }, uploadExceed(limit, files, fileList, column) { this.$message.error('最多只能上传一个文件');