| | |
| | | return; |
| | | } |
| | | |
| | | const response = await axios.get(this.baseURL + '/WLYayBillController/GetMesByOrginBill', { |
| | | const response = await axios.get(this.$baseUrl + '/WLYayBillController/GetMesByOrginBill', { |
| | | params: { |
| | | "ListMaterial": ListMaterial |
| | | }, |
| | |
| | | //改为异步方法,返回Promise |
| | | async getPushSeOutStockBillInit(HSourceInterID, HSourceEntryID) { |
| | | try { |
| | | const response = await axios.get(this.baseURL + '/Kf_SellOutBill/loadXs_SeOutStockBill_Push', { |
| | | const response = await axios.get(this.$baseUrl + '/Kf_SellOutBill/loadXs_SeOutStockBill_Push', { |
| | | params: { |
| | | "HInterID": HSourceInterID, |
| | | "HSubID": HSourceEntryID |
| | |
| | | formData.append('HRemark', ''); |
| | | formData.append('HUserName', sessionStorage["HUserName"]); |
| | | // 设置上传URL |
| | | this.uploadUrl = this.baseURL + '/Gy_QCVerificationBillMain/UploadFile_Gy_QCVerification'; |
| | | this.uploadUrl = this.$baseUrl + '/Gy_QCVerificationBillMain/UploadFile_Gy_QCVerification'; |
| | | // 发送上传请求 |
| | | axios.post(this.uploadUrl, formData, { |
| | | headers: { |
| | |
| | | formData.append('HUserName', sessionStorage.getItem('HUserName') || ''); |
| | | |
| | | // 设置上传URL |
| | | this.uploadUrl = this.baseURL + '/Gy_QCVerificationBillMain/UploadFile_Gy_QCVerification'; |
| | | this.uploadUrl = this.$baseUrl + '/Gy_QCVerificationBillMain/UploadFile_Gy_QCVerification'; |
| | | |
| | | // 发送上传请求 |
| | | axios.post(this.uploadUrl, formData, { |
| | |
| | | |
| | | } |
| | | this.$modal.confirm(confirmMes).then(() => { |
| | | axios.get(this.baseURL + "/WLYayBillController/ConfrimBillNo", { |
| | | axios.get(this.$baseUrl + "/WLYayBillController/ConfrimBillNo", { |
| | | params: { 'HInterID': this.rowForm.HInterID.toString(), "IsAudit": 0, 'CurUserName': sessionStorage["HUserName"] } |
| | | }).then(response => { |
| | | let result = response.data |
| | |
| | | confirmMes = "是否确认承运商确认时间?" |
| | | } |
| | | this.$modal.confirm(confirmMes).then(() => { |
| | | axios.get(this.baseURL + "/WLYayBillController/ConfrimOtherBillNo", { |
| | | axios.get(this.$baseUrl + "/WLYayBillController/ConfrimOtherBillNo", { |
| | | params: { 'HInterID': this.rowForm.HInterID.toString(), "IsAudit": nums, 'CurUserName': sessionStorage["HUserName"] } |
| | | }).then(response => { |
| | | let result = response.data |
| | |
| | | //#region 维护零单占用体积重置 |
| | | handleVolume(form) { |
| | | this.resetVolume() |
| | | axios.get(this.baseURL + "/WLYayBillController/WL_YayBillDetail", { |
| | | axios.get(this.$baseUrl + "/WLYayBillController/WL_YayBillDetail", { |
| | | params: { 'HID': form.HInterID } |
| | | }).then(response => { |
| | | console.log(response.data.data.h_v_WL_YayBillEdit) |
| | |
| | | }, |
| | | //#region 维护零单占用体积提交 |
| | | set_HScatteredVolumeList() { |
| | | axios.get(this.baseURL + "/WLYayBillController/updateBillMEs", { |
| | | axios.get(this.$baseUrl + "/WLYayBillController/updateBillMEs", { |
| | | params: { |
| | | 'HInterID': this.formVolume.HInterID.toString(), |
| | | "HEntryID": this.formVolume.HEntryID.toString(), |