ysy %!s(int64=2) %!d(string=hai) anos
pai
achega
c6249bad90

+ 3 - 3
src/views/bpm/handleTask/components/outsourcedWarehousing/components/timeDialog.vue

@@ -5,7 +5,7 @@
         <el-form :model="form" ref="tableForm" class="tableForm" :rules="tableFormRules">
         <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>
             <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
             <el-table ref="multipleTable" :data="form.timeList" tooltip-effect="dark" style="width: 100%" stripe
                 :header-cell-style="{ background: '#EEEEEE', border: 'none' }">
                 :header-cell-style="{ background: '#EEEEEE', border: 'none' }">
@@ -96,7 +96,7 @@ export default {
                 }
                 }
             },
             },
 
 
-            formedNumLast: 0,
+            totalCount: 0,
             isDetails: false
             isDetails: false
 
 
         
         
@@ -114,7 +114,7 @@ export default {
 
 
         open(row, type) {
         open(row, type) {
         
         
-            this.formedNumLast = row.formedNumLast
+            this.totalCount = row.totalCount
             this.form.timeList = []
             this.form.timeList = []
 
 
             this.visible = true
             this.visible = true

+ 2 - 2
src/views/bpm/handleTask/components/outsourcedWarehousing/detailDialog.vue

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