|
|
|
@ -553,17 +553,15 @@ export default {
|
|
|
|
|
this.curRow = response.data;
|
|
|
|
|
this.orderFormData.billNo = this.curRow.orderId;
|
|
|
|
|
this.refreshCodesPanel();
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
this.selectRlTitle = response.message;
|
|
|
|
|
this.bindRl(response.data);
|
|
|
|
|
} else if (response.code == 503) {
|
|
|
|
|
this.curRow = response.data;
|
|
|
|
|
this.orderFormData.billNo = this.curRow.orderId;
|
|
|
|
|
this.refreshCodesPanel();
|
|
|
|
|
this.selectUnitTitle = response.message;
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
this.handleUnitClick(response.data);
|
|
|
|
|
} else if (response.code == 504) {
|
|
|
|
|
|
|
|
|
|
this.$confirm(response.message, "提示", {
|
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
|
cancelButtonText: "忽略",
|
|
|
|
|