src/views/plan/customerorder/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/plan/customerorder/index.vue
@@ -1113,13 +1113,13 @@ }, // 作废 cancelHandle(row) { this.$confirm('是否确认作废销售订单号为' + row.customerOrderNo + '提示', { this.$confirm('是否确认作废销售订单号为' + row.id + '提示', { confirmButtonText: '确定', cancelButtonText: '取消', closeOnClickModal: false, type: 'warning' }).then(() => { dropByContractNo(row.customerOrderNo).then((res) => { dropByContractNo({id:row.id}).then((res) => { if (res.data.code === 0) { this.$message.success('作废成功') this.getData()