This commit is contained in:
linfso 2024-11-17 09:45:23 +08:00
parent 663decc86b
commit 11d0c0c607

View File

@ -573,13 +573,15 @@ export default {
}).catch(() => {});
},
handleSetNoNeedOpenBill(row){
const ids = row.id || this.ids;
this.$modal.confirm('确认不开票?').then(function() {
const ids = row.id || this.ids;
this.$modal.confirm('是否确认').then(function() {
return setNoNeedOpenBill(ids);
}).then(() => {
this.getList();
this.$modal.msgSuccess("操作成功");
}).catch(() => {});
},
},
// 移除运单
handleRemovceBillCode(){
let postData={