From 03dd14b1be99c140ba08809c5a58ad1e55f34546 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期二, 12 八月 2025 21:19:20 +0800
Subject: [PATCH] 工控网导入
---
src/views/flowmgr/taskassign.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/flowmgr/taskassign.vue b/src/views/flowmgr/taskassign.vue
index b50f173..604241c 100644
--- a/src/views/flowmgr/taskassign.vue
+++ b/src/views/flowmgr/taskassign.vue
@@ -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