| | |
| | | "select * from h_v_IF_BarCodeBillList where hmainid in(" + |
| | | this.handleMessage.linterid.toString() + |
| | | ") order by hmainid desc"; |
| | | } else if (this.$route.query.Type == "HGy_BarCodeBillList") { |
| | | sql = |
| | | "select * from h_v_IF_BarCodeBillList where hmainid in(" + |
| | | this.handleMessage.linterid.toString() + |
| | | ") order by hmainid desc"; |
| | | } else if (this.$route.query.Type == "HPOInStockBill") { |
| | | sql = |
| | | "select * from h_v_Sc_PrintMouldProdOutBillList where hmainid=" + |
| | |
| | | ORDER BY orderid;`; |
| | | } |
| | | try{ |
| | | let res = await axios.get(this.baseURL + "/CommonModel/searchMethod", { |
| | | let res = await axios.get(this.baseUrl + "/CommonModel/searchMethod", { |
| | | params: { |
| | | sql: sql, |
| | | user: sessionStorage["HUserName"], |