Redeem 1 tahun lalu
induk
melakukan
8037833991
1 mengubah file dengan 6 tambahan dan 6 penghapusan
  1. 6 6
      src/views/OYE/components/sendReceiveReport.vue

+ 6 - 6
src/views/OYE/components/sendReceiveReport.vue

@@ -5,7 +5,7 @@
         <el-form-item>
           <el-date-picker
             v-model="startTime"
-            type="date"
+            type="datetime"
             placeholder="日期"
             style="width: 180px;"
             value-format="timestamp"
@@ -13,7 +13,7 @@
           </el-date-picker>
           <el-date-picker
             v-model="endTime"
-            type="date"
+            type="datetime"
             placeholder="日期"
             style="width: 180px;"
             value-format="timestamp"
@@ -170,22 +170,22 @@ export default {
         { label: '总出库件数', prop: 'outboundMaterialNumber', width: '100px' },
         { label: '总出库重量', prop: 'outboundMaterialWeight', width: '100px' },
         {
-          label: '当入库数量',
+          label: '当入库数量',
           prop: 'currentInboundMaterialNumber',
           width: '100px'
         },
         {
-          label: '当入库重量',
+          label: '当入库重量',
           prop: 'currentInboundTheoryWeight',
           width: '100px'
         },
         {
-          label: '当出库数量',
+          label: '当出库数量',
           prop: 'currentOutboundMaterialNumber',
           width: '100px'
         },
         {
-          label: '当出库重量',
+          label: '当出库重量',
           prop: 'currentOutboundTheoryWeight',
           width: '100px'
         },