diff --git a/src/views/stockIn/deliveryStockIn/index.vue b/src/views/stockIn/deliveryStockIn/index.vue index 95f0a5a..91be5ed 100644 --- a/src/views/stockIn/deliveryStockIn/index.vue +++ b/src/views/stockIn/deliveryStockIn/index.vue @@ -728,7 +728,6 @@ async function sendToERP() { .then((res: any) => { console.log(res) if (res.success) { - ;(state.OpCode = ''), ElMessageBox.alert('入库成功', '提醒框', { confirmButtonText: 'OK' })