|
|
|
@ -246,6 +246,8 @@ export default {
|
|
|
|
|
.then((response) => {
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.refreshPanel();
|
|
|
|
|
} else if (response.code == 506) {
|
|
|
|
|
this.codeArray.slice(index, 1);
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
@ -287,9 +289,10 @@ export default {
|
|
|
|
|
mySupId: row.unitFk,
|
|
|
|
|
};
|
|
|
|
|
updateCodeBindSup(query).then((response) => {
|
|
|
|
|
debugger
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.$message.success("绑定成功");
|
|
|
|
|
this.orderFormData.id = this.curRow.orderId;
|
|
|
|
|
// this.orderFormData.id = this.curRow.orderId;
|
|
|
|
|
this.closeBindDialog();
|
|
|
|
|
this.getCodeList();
|
|
|
|
|
} else {
|
|
|
|
|