From 2aad24196c553ab7674d48ae32811e7a0b8d386d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Sun, 21 Sep 2025 14:43:05 +0800 Subject: [PATCH] 1 --- .../modules/orderIssure/newSoIssueNotify.vue | 29 +++++++------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/src/views/modules/orderIssure/newSoIssueNotify.vue b/src/views/modules/orderIssure/newSoIssueNotify.vue index 6aa5700..e05360d 100644 --- a/src/views/modules/orderIssure/newSoIssueNotify.vue +++ b/src/views/modules/orderIssure/newSoIssueNotify.vue @@ -676,24 +676,6 @@ export default { fixed: false, columnWidth: 80, }, - { - userId: this.$store.state.user.name, - functionId: 701001, - serialNumber: '701001Table1IssureQty', - tableId: '701001Table1', - tableName: '领料申请派工单子表', - columnProp: 'issureQty', - headerAlign: 'center', - align: 'right', - columnLabel: '发料数量', - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: false, - columnWidth: 80, - }, ], columnList2: [ { @@ -1672,6 +1654,17 @@ export default { } }) }, + importModel() { + if(this.dataList.length>0){ + this.$alert('有已申请工单明细无法导入!!', '提示', { + confirmButtonText: '确定', + }) + return + } + this.$nextTick(() => { + this.$refs.walUploadExcel.init() + }) + }, // 删除 deleteNotifySOS(row) { this.$confirm(`是否删除这个工单的申请信息?`, '提示', {