yusheng 1 gadu atpakaļ
vecāks
revīzija
9dd6d09dcf

+ 15 - 7
src/BIZComponents/inventoryTable.vue

@@ -525,6 +525,12 @@
       ref="versionRefs"
       @changeProduct="changeProduct"
     ></ProductionVersion>
+    <!-- <taskinstance-dialog
+      ref="taskinstanceDialogRef"
+      v-if="taskinstanceDialogFlag"
+      @saveTaskInstance="saveTaskInstance"
+      :visible.sync="taskinstanceDialogFlag"
+    ></taskinstance-dialog> -->
   </el-form>
 </template>
 <script>
@@ -539,6 +545,8 @@
   import { pricingWayList,lbjtList } from '@/enum/dict.js';
   import { changeCount } from '@/BIZComponents/setProduct.js';
   import { getInventoryTotalAPI } from '@/api/bpm/components/wms/index.js';
+  // import taskinstanceDialog from '@/BIZComponents/procedure/taskinstanceDialog.vue';
+
   const dayjs = require('dayjs');
 
   export default {
@@ -717,13 +725,13 @@
           
             }
           },
-          // {
-          //   width: 120,
-          //   prop: 'approvalNumber',
-          //   align: 'center',
-          //   label: '批准文号',
-          //   showOverflowTooltip: true
-          // },
+          {
+            minWidth: 240,
+            prop: 'taskName',
+            label: '工序',
+            slot: 'taskName',
+            align: 'center'
+          },
           {
             width: 120,
             prop: 'packingSpecification',

+ 7 - 0
src/BIZComponents/inventoryTableDetails.vue

@@ -359,6 +359,13 @@
           
             }
           },
+          {
+            minWidth: 240,
+            prop: 'taskName',
+            label: '工序',
+            slot: 'taskName',
+            align: 'center'
+          },
           {
             width: 120,
             prop: 'packingSpecification',

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

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <headerTitle title="委外入库申请单"></headerTitle>
+    <headerTitle title="委外申请单"></headerTitle>
 
     <!-- 数据表格 -->
     <ele-pro-table