|
|
@@ -1241,7 +1241,7 @@
|
|
|
<div label="线条:" style="margin-left:20px;width:95%">
|
|
|
<div style="font-size:20px">
|
|
|
<span>线条:</span>
|
|
|
- <span>{{print_line_data}}</span>
|
|
|
+ <span>{{print_line_data===''?'无':print_line_data}}</span>
|
|
|
<!-- <span v-if="wood_title_count.length < 1">无</span>
|
|
|
<span
|
|
|
v-else
|
|
|
@@ -2520,7 +2520,9 @@ export default {
|
|
|
this.initData(this.order_no);
|
|
|
}
|
|
|
this.getProducts();
|
|
|
- this.print_line();
|
|
|
+ if(this.$route.query.type != 1){
|
|
|
+ this.print_line();
|
|
|
+ }
|
|
|
addEventListener("resize", (e) => {
|
|
|
this.tableWidth = e.target.innerWidth - 300;
|
|
|
this.$forceUpdate();
|