Commit 7179b8c3 authored by huhaiqing's avatar huhaiqing

修复提货单重置

parent 2be30583
......@@ -169,7 +169,7 @@ export default {
orderId: this.currRow.orderId,
copyUserId: this.selectedUsers,
};
if (this.dialogCfg.type === "makeBill") {
if (['makeBill','resetBill'].includes(this.dialogCfg.type)) {
createBillService({ ...params, status: 1 }).then((res) => {
serviceMsg(res, this).then((res) => {
this.close("query");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment