From fb2831158a3f2b744544c0b0e786c8a432ec1eaa Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 18 八月 2025 11:26:54 +0800
Subject: [PATCH] 调整流程查询流程名称对话框
---
src/views/flowmgr/taskassign.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/flowmgr/taskassign.vue b/src/views/flowmgr/taskassign.vue
index b50f173..4c85bd7 100644
--- a/src/views/flowmgr/taskassign.vue
+++ b/src/views/flowmgr/taskassign.vue
@@ -47,7 +47,7 @@
rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
},
{
- label: '鍥惧彿',
+ label: '闆剁粍浠跺彿',
prop: 'drawingNo',
type: 'input',
span: 12,
@@ -82,10 +82,9 @@
prop: 'processNo',
type: 'input',
span: 12,
- type: 'number',
step: 1,
precision: 0,
- dataType: 'number',
+ dataType: 'string',
max: 999,
rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
},
@@ -118,6 +117,7 @@
label: '鍔犲伐鏈哄簥',
prop: 'machineCode',
type: 'select',
+ filterable: true,
dicUrl: `/blade-mdm/machine/page`,
dicFormatter: function (res) {
that.machineCodeList = res.data.records;
@@ -135,7 +135,7 @@
prop: 'planLockDays',
type: 'input',
span: 12,
- dataType: 'string',
+ dataType: 'number',
rules: [{ required: true, message: '蹇呭~', trigger: 'blur' }],
},
{
--
Gitblit v1.9.3