|
|
@ -288,10 +288,8 @@ export default {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
this.erpIdColumn = false;
|
|
|
|
this.erpIdColumn = false;
|
|
|
|
this.thirdIdColumn = false;
|
|
|
|
this.thirdIdColumn = false;
|
|
|
|
debugger
|
|
|
|
|
|
|
|
getBasicUnitMaintains(this.query)
|
|
|
|
getBasicUnitMaintains(this.query)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
debugger
|
|
|
|
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
this.erpIdColumn = response.data.BUMErpIdValue == "1" ? true : false;
|
|
|
|
this.erpIdColumn = response.data.BUMErpIdValue == "1" ? true : false;
|
|
|
|
this.thirdIdColumn = response.data.BUMThirdIdValue == "1" ? true : false;
|
|
|
|
this.thirdIdColumn = response.data.BUMThirdIdValue == "1" ? true : false;
|
|
|
|