ysy 2 yıl önce
ebeveyn
işleme
6f6ec24257

+ 13 - 1
src/views/produceOrder/index.vue

@@ -71,7 +71,8 @@
 
     <ele-modal title="二维码" :visible.sync="QRvisible" width="450px">
 
-      <div style="width: 400px ;text-align: center;  display: flex;  flex-direction: column;  align-items: center;" id="printSection">
+      <div style="width: 400px ;text-align: center;  display: flex;  flex-direction: column;  align-items: center;"
+        id="printSection">
         <div id="qrCode" ref="qrCode"></div>
         <div style="width: 400px; font-size: 12px;     margin-top: 16px; text-align: left;">{{ qrCode }}</div>
       </div>
@@ -268,6 +269,13 @@ export default {
           showOverflowTooltip: true,
           minWidth: 110
         },
+        {
+          prop: 'planCompleteTime',
+          label: '计划结束时间',
+          align: 'center',
+          showOverflowTooltip: true,
+          minWidth: 110
+        },
         {
           prop: 'startTime',
           label: '实际开始时间',
@@ -303,6 +311,10 @@ export default {
           showOverflowTooltip: true,
         },
 
+        
+    
+
+
         {
           columnKey: 'action',
           label: '操作',

+ 10 - 0
src/views/produceWord/index.vue

@@ -140,6 +140,13 @@
             showOverflowTooltip: true,
             minWidth: 110
           },
+          {
+            prop: 'planCompleteTime',
+            label: '计划结束时间',
+            align: 'center',
+            showOverflowTooltip: true,
+            minWidth: 110
+          },
           {
             prop: 'completeTime',
             label: '实际完成时间',
@@ -171,6 +178,9 @@
             showOverflowTooltip: true,
           },
 
+
+
+
           // {
           //   columnKey: 'action',
           //   label: '操作',