Quellcode durchsuchen

订单产品管理,待备料页面增加页面统计

lxf vor 1 Jahr
Ursprung
Commit
4cbef03caa

+ 5 - 5
src/views/shengde/group/order/orderProductManagement/index.vue

@@ -67,7 +67,7 @@
       </el-form-item>
     </el-form>
 
-    <!-- <el-row :gutter="10" style="margin-bottom: 10px">
+    <el-row :gutter="10" style="margin-bottom: 10px">
       <el-col :span="24">
         <span>
           订单数量:
@@ -80,7 +80,7 @@
           <span style="margin-left: 4px" v-else>0</span>
         </span>
       </el-col>
-    </el-row> -->
+    </el-row>
 
     <el-table
       :data="tableList"
@@ -241,9 +241,9 @@ export default {
           this.loading = false
         }
       )
-      // API.contractProductStatistics(this.queryParams).then((res) => {
-      //   this.statisticsData = res.data.data
-      // })
+      API.contractProductStatistics(this.queryParams).then((res) => {
+        this.statisticsData = res.data.data
+      })
     },
     handleQuery() {
       this.queryParams.pageNum = 1

+ 5 - 5
src/views/shengde/productionSystem/productionOperation/batching/stay.vue

@@ -52,7 +52,7 @@
       <el-button size="mini" @click="handleComplete">4. 完成备料</el-button>
     </el-row>
 
-    <!-- <el-row :gutter="10" style="margin-bottom: 10px">
+    <el-row :gutter="10" style="margin-bottom: 10px">
       <el-col :span="24">
         <span>
           订单数量:
@@ -65,7 +65,7 @@
           <span style="margin-left: 4px" v-else>0</span>
         </span>
       </el-col>
-    </el-row> -->
+    </el-row>
 
     <el-table
       :data="tableList"
@@ -280,9 +280,9 @@ export default {
           this.loading = false
         }
       )
-      // API.bladeStatistics(this.queryParams).then((res) => {
-      //   this.statisticsData = res.data.data
-      // })
+      API.bladeStatistics(this.queryParams).then((res) => {
+        this.statisticsData = res.data.data
+      })
     },
     handleQuery() {
       this.queryParams.pageNum = 1

+ 5 - 5
src/views/shengde/subsidiary/order/productManagement/index.vue

@@ -61,7 +61,7 @@
       </el-form-item>
     </el-form>
 
-    <!-- <el-row :gutter="10" style="margin-bottom: 10px">
+    <el-row :gutter="10" style="margin-bottom: 10px">
       <el-col :span="24">
         <span>
           订单数量:
@@ -74,7 +74,7 @@
           <span style="margin-left: 4px" v-else>0</span>
         </span>
       </el-col>
-    </el-row> -->
+    </el-row>
 
     <el-table
       :data="tableList"
@@ -248,9 +248,9 @@ export default {
           this.loading = false
         }
       )
-      // API.contractProductStatistics(this.queryParams).then((res) => {
-      //   this.statisticsData = res.data.data
-      // })
+      API.contractProductStatistics(this.queryParams).then((res) => {
+        this.statisticsData = res.data.data
+      })
     },
     /** 搜索按钮操作 */
     handleQuery() {