From 0d329f3e3c556ec448e3ce1e4de737f435e44529 Mon Sep 17 00:00:00 2001 From: "bbl\\baobl" Date: Tue, 12 Mar 2024 16:49:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E5=87=BA=E5=BA=93=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business-data/asn/index.vue | 2 +- .../business-data/pickDetail/pickTask.vue | 22 +++++++++++++------ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/views/business-data/asn/index.vue b/src/views/business-data/asn/index.vue index 23df384..4c180f5 100644 --- a/src/views/business-data/asn/index.vue +++ b/src/views/business-data/asn/index.vue @@ -64,7 +64,7 @@ - + diff --git a/src/views/business-data/pickDetail/pickTask.vue b/src/views/business-data/pickDetail/pickTask.vue index 683c6db..6ba8538 100644 --- a/src/views/business-data/pickDetail/pickTask.vue +++ b/src/views/business-data/pickDetail/pickTask.vue @@ -39,11 +39,11 @@ - + - + @@ -56,16 +56,23 @@
{{ scope.row.item.name }}
- - - + + + + + + +
@@ -92,7 +99,7 @@ export default { name: 'Task', components: {DateRangePicker, pagination, crudOperation, rrOperation, udOperation }, mixins: [presenter(), header(), form(defaultForm), crud()], - dicts: ['task_status'], + dicts: ['pick_status'], cruds() { return CRUD({ query:{taskType:['PICK']}, title: '出库任务', url: 'api/task', idField: 'id', sort: 'id,desc', crudMethod: { ...crudTask }, optShow: { @@ -113,6 +120,7 @@ export default { edit: ['admin', 'task:edit'], del: ['admin', 'task:del'] }, + tableKey: 'api/task', rules: { }, queryTypeOptions: [