Переглянути джерело

修改了打印屏接口加了s

mushencc 3 роки тому
батько
коміт
f70f3c3c93
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/views/ChipPrintScreen/ChipPrintScreen.vue

+ 2 - 2
src/views/ChipPrintScreen/ChipPrintScreen.vue

@@ -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,