ysy 2 gadi atpakaļ
vecāks
revīzija
00a6957399

+ 3 - 3
src/views/outsourcing/components/timeDialog.vue

@@ -5,7 +5,7 @@
         <el-form :model="form" ref="tableForm" class="tableForm" :rules="tableFormRules">
             <el-button type="primary" size="small" style="margin-bottom: 10px" @click="handleAdd()"  v-if="!isDetails">新增</el-button>
             
-             <span>&nbsp;&nbsp;&nbsp;&nbsp;委外总数: {{  formedNumLast }}</span>
+             <span>&nbsp;&nbsp;&nbsp;&nbsp;委外总数: {{  totalCount }}</span>
              
             <el-table ref="multipleTable" :data="form.timeList" tooltip-effect="dark" style="width: 100%" stripe
                 :header-cell-style="{ background: '#EEEEEE', border: 'none' }">
@@ -96,7 +96,7 @@ export default {
                 }
             },
 
-            formedNumLast: 0,
+            totalCount: 0,
             isDetails: false
 
         
@@ -114,7 +114,7 @@ export default {
 
         open(row, type) {
         
-            this.formedNumLast = row.formedNumLast
+            this.totalCount = row.totalCount
             this.form.timeList = []
 
             this.visible = true

+ 2 - 2
src/views/outsourcing/index.vue

@@ -143,13 +143,13 @@ export default {
 
 
                 {
-                    prop: 'formedNumLast',
+                    prop: 'totalCount',
                     label: '委外数量',
                     align: 'center'
                 },
 
                 {
-                    prop: 'formedWeightLast',
+                    prop: 'totalWeight',
                     label: '委外重量',
                     align: 'center'
                 },

+ 1 - 0
src/views/produceOrder/components/produceOrder-search.vue

@@ -151,6 +151,7 @@ import { getteampage } from  '@/api/produceWord/index.js';
         planType: null,
         createTime: [],
         teamId: '',
+        workOrderType: 1
       };
       return {
         // 表单数据