| | |
| | | getDisplay() { |
| | | this.loading = false |
| | | // this.HModName = "Kf_SellOutBillList" |
| | | axios.get(this.baseURL + '/Xt_ModuleButtonSet_WMES/moduleButtonSetWMESList', { |
| | | axios.get(this.$baseUrl + '/Xt_ModuleButtonSet_WMES/moduleButtonSetWMESList', { |
| | | params: { "HModName": 'Gy_Source',"HBillType":'Gy_Source', "user": this.user }, |
| | | }).then(response => { |
| | | console.log(response) |
| | |
| | | const sMainSub = `${sMainStr};${sSubStr};${this.HModName};${OperationType};${this.user}` |
| | | axios({ |
| | | method: 'post', |
| | | url: this.baseURL + "/Xt_grdAlignment_WMES/AddgrdAlignmentWMES", |
| | | url: this.$baseUrl + "/Xt_grdAlignment_WMES/AddgrdAlignmentWMES", |
| | | data: { |
| | | 'sMainSub': sMainSub |
| | | }, |
| | |
| | | handleDel() { |
| | | this.$modal.confirm('确认要删除吗,删除后不能恢复').then(() => { |
| | | console.log(this.rowForm.hmainid.toString()) |
| | | axios.get(this.baseURL + "/Xt_grdAlignment_WMES/DelgrdAlignmentWMES", { |
| | | axios.get(this.$baseUrl + "/Xt_grdAlignment_WMES/DelgrdAlignmentWMES", { |
| | | params: { "HModName": this.HModName, "user": this.user } |
| | | }).then(response => { |
| | | let result=response.data |