From b0409a8bac61d91d6db8755b15d4e2b9c4e3973c Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期四, 05 六月 2025 15:56:11 +0800 Subject: [PATCH] 出库单取消功能优化 --- rsf-admin/src/page/work/stockTransfer/stockTransferList.jsx | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/rsf-admin/src/page/work/stockTransfer/stockTransferList.jsx b/rsf-admin/src/page/work/stockTransfer/stockTransferList.jsx index 4a16266..5c4bce0 100644 --- a/rsf-admin/src/page/work/stockTransfer/stockTransferList.jsx +++ b/rsf-admin/src/page/work/stockTransfer/stockTransferList.jsx @@ -221,10 +221,10 @@ notify("璇疯緭鍏ユ簮搴撲綅"); return; } - if (tarLoc === "" || tarLoc === undefined || tarLoc === null) { - notify("璇疯緭鍏ョ洰鏍囧簱浣�"); - return; - } + // if (tarLoc === "" || tarLoc === undefined || tarLoc === null) { + // notify("璇疯緭鍏ョ洰鏍囧簱浣�"); + // return; + // } if (tabelData.length === 0) { notify("婧愬簱浣嶆槑缁嗘棤锛岃妫�鏌ュ簱浣嶇姸鎬�"); return; @@ -271,13 +271,13 @@ width: 100, editable: false, }, - { - field: 'workQty', - headerName: translate('table.field.locItem.workQty'), - width: 100, - type: 'number', - editable: false, - }, + // { + // field: 'workQty', + // headerName: translate('table.field.locItem.workQty'), + // width: 100, + // type: 'number', + // editable: false, + // }, { field: 'locCode', headerName: translate('table.field.locItem.locCode'), -- Gitblit v1.9.1