Browse Source

【修改】 bug

Howie 3 năm trước cách đây
mục cha
commit
0b597203c2

+ 2 - 2
src/views/supply/apply/components/apply_detail.vue

@@ -175,8 +175,8 @@
       </div>
 
     </div>
-    <!-- <print-preview ref="preView" /> -->
-    <CommonPrint :printId="printId" :printType="printType" v-if="isShowPrint" @backDetail="backDetail" />
+    <print-preview ref="preView" />
+    <!-- <CommonPrint :printId="printId" :printType="printType" v-if="isShowPrint" @backDetail="backDetail" /> -->
 
   </div>
 </template>

+ 1 - 0
src/views/supply/pickup/check.vue

@@ -575,6 +575,7 @@ export default {
 
       if (!this.tableSelection[0].printNum) {
         this.queryItem = this.tableSelection;
+        console.log(this.tableSelection);
         getDetails(this.tableSelection)
         this.$refs.preView.show(this.hiprintTemplate, detailArr)
       } else {

+ 1 - 1
src/views/supply/pickup/components/design/panel.js

@@ -298,7 +298,7 @@ export default {
         "fontSize": 13,
         "title": "仓库",
         "fontFamily": '黑体',
-        "field": "correspondName",
+        "field": "correspondNames",
         "testData": "",
         "color": "#000",
         "textAlign": "left"