| | |
| | | // 获取最大单据号 |
| | | async getMaxBillNo() { |
| | | try { |
| | | const response = await axios.get(`${this.baseURL}/Web/GetMAXNum`, { |
| | | const response = await axios.get(`${this.$baseUrl}/Web/GetMAXNum`, { |
| | | params: { HBillType: '3711' } |
| | | }) |
| | | if (response.data && response.data.data && response.data.data.length > 0) { |
| | |
| | | async setEditForm(linterid) { |
| | | console.log("neima", linterid) |
| | | try { //'/api/Sc_ICMOReportBill/Sc_GetICMOReportBillListCheckDetai' |
| | | const response = await axios.get(`${this.baseURL}/Sc_ICMOReportBill/Sc_GetICMOReportBillListCheckDetai`, { |
| | | const response = await axios.get(`${this.$baseUrl}/Sc_ICMOReportBill/Sc_GetICMOReportBillListCheckDetai`, { |
| | | params: { HID: linterid } |
| | | }) |
| | | |
| | |
| | | this.form.HInterID = linterid |
| | | |
| | | try {//Sc_ICMOReportBill/Sc_ICMOReportBillListProjectDetai |
| | | const response = await axios.get(`${this.baseURL}/Sc_ICMOReportBill/Sc_ICMOReportBillListProjectDetai`, { |
| | | const response = await axios.get(`${this.$baseUrl}/Sc_ICMOReportBill/Sc_ICMOReportBillListProjectDetai`, { |
| | | params: { sqlWhere: `and hmainid=${linterid}` } |
| | | }) |
| | | |