소스 검색

1、打印模板数据

huangmp 1 년 전
부모
커밋
2672a4f6ee
3개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/components/canvas-preview/index.vue
  2. 0 1
      src/views/modules/print/wave-print-order.vue
  3. 1 1
      src/views/modules/print/wave.vue

+ 1 - 1
src/components/canvas-preview/index.vue

@@ -47,7 +47,7 @@
 <script>
   const statusConfig = {IDLE:0, DRAG_START:1, DRAGGING:2};
   const prodSize = {'小卡': {width: 709, height: 1087, clientScale:0.5, bloodRadio: 0.0242}, '方卡':{width: 1252, height: 1252, clientScale:0.5}, '拍立得':{width: 709, height: 1087, clientScale:0.5, bloodRadio: 0.0242},
-                    '直拍封面':{width: 732, height: 1252, clientScale:0.5, bloodRadio: 0.02325}, '书签': {width: 638, height: 1819, clientScale:0.4, bloodRadio: 0.0264},'明信片':{width: 1252, height: 1819, clientScale:0.4, bloodRadio: 0.0261},
+                    '直拍封面':{width: 732, height: 1252, clientScale:0.5, bloodRadio: 0.0465}, '书签': {width: 638, height: 1819, clientScale:0.4, bloodRadio: 0.0264},'明信片':{width: 1252, height: 1819, clientScale:0.4, bloodRadio: 0.0261},
                     '徽章':{width: 839, height: 839, clientScale:0.5, bloodRadio: 0.0813, bloodRadius:100},'票根':{width: 709, height: 1489, clientScale:0.5, bloodRadio: 0.0465},
                     '手幅':{width: 1252, height: 3614, clientScale:0.25, bloodRadio: 0.0255},'二宫格':{width: 1252, height: 732, clientScale:0.25, bloodRadio: 0.05}}
   export default {

+ 0 - 1
src/views/modules/print/wave-print-order.vue

@@ -321,7 +321,6 @@
           <el-select v-model="printOrder.deliveryCode" :clearable="true" @change="handleDeliveryChange">
             <el-option key="ZTO" label="中通快递" value="ZTO"></el-option>
             <el-option key="YUNDA" label="韵达速递" value="YUNDA"></el-option>
-            <el-option key="STO" label="申通快递" value="STO"></el-option>
           </el-select>
         </el-form-item>
         <el-form-item label="快递名称" label-width="70px">

+ 1 - 1
src/views/modules/print/wave.vue

@@ -291,7 +291,7 @@
         page: {
           total: 0, // 总页数
           currentPage: 1, // 当前页数
-          pageSize: 10 // 每页显示多少条
+          pageSize: 50 // 每页显示多少条
         },
         searchForm: {shopId: this.$store.state.user.shopId},
         dateRange: [],