md
This commit is contained in:
parent
663decc86b
commit
11d0c0c607
@ -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={
|
||||
|
||||
Loading…
Reference in New Issue
Block a user