|
|
@@ -971,7 +971,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
- this.axios.post('/api/station_get_order_product_pr',{order_no: this.selectedInfo.order_no,
|
|
|
+ this.axios.post('/api/station_get_order_product_prs',{order_no: this.selectedInfo.order_no,
|
|
|
product_id: this.selectedInfo.product_id,
|
|
|
rows: this.selectedInfo.rows,
|
|
|
page_index:1,
|
|
|
@@ -1489,7 +1489,7 @@ handleSelectionAll(){
|
|
|
getChipDetail() {
|
|
|
this.axios({
|
|
|
method: "post",
|
|
|
- url: "/api/station_get_order_product_pr",
|
|
|
+ url: "/api/station_get_order_product_prs",
|
|
|
data: {
|
|
|
order_no: this.selectedInfo.order_no,
|
|
|
product_id: this.selectedInfo.product_id,
|