| north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
north-glass-erp/northglass-erp/src/views/sd/order/CreateOrder.vue
@@ -366,13 +366,17 @@ { confirmButtonText: t('basicData.confirmButtonText'), cancelButtonText: t('basicData.cancelButtonText'), distinguishCancelAndClose: true, type: 'warning', } ).then(()=>{ errorAreaComputed() selectOrder(order) }).catch(()=>{ }).catch((action)=>{ if(action === 'cancel'){ selectOrder(order) } }) }else {