| | |
| | | this.getList(); |
| | | }, |
| | | getDeptList() { |
| | | axios.get(this.baseURL + "/Sc_ICMOBill/GetHDeptList", { |
| | | axios.get(this.$baseUrl + "/Sc_ICMOBill/GetHDeptList", { |
| | | params: { |
| | | HOrgID: this.HOrgID |
| | | }, |
| | |
| | | } |
| | | } |
| | | // 列表 |
| | | axios.get(this.baseURL + "/Sc_BarCode/ReportFromBillList_New", { |
| | | axios.get(this.$baseUrl + "/Sc_BarCode/ReportFromBillList_New", { |
| | | params: { |
| | | sWhere: this.sWhere, |
| | | HSouceBillType: this.HSouceBillType, |
| | |
| | | DisPlay_HideColumn(HModName, user, option, dataOption) { |
| | | this.totalNameList = []; |
| | | axios |
| | | .get(this.baseURL + "/Xt_grdAlignment_WMES/grdAlignmentWMESList", { |
| | | .get(this.$baseUrl + "/Xt_grdAlignment_WMES/grdAlignmentWMESList", { |
| | | params: { |
| | | HModName: HModName, |
| | | user: user, |
| | |
| | | /** 删除按钮操作 */ |
| | | handleDelete() { |
| | | this.$modal.confirm("确认要删除吗,删除后不能恢复").then(() => { |
| | | axios.get(this.baseURL + "/Kf_StockOutRequestBill/DeltetKf_StockOutRequestBill", { |
| | | axios.get(this.$baseUrl + "/Kf_StockOutRequestBill/DeltetKf_StockOutRequestBill", { |
| | | params: { |
| | | HInterID: this.rowForm.HSubID.toString(), |
| | | user: sessionStorage["HUserName"], |