|
@@ -5,7 +5,7 @@
|
|
|
<a-tabs @change="tabsCallback" :default-active-key="activeKey">
|
|
|
<a-tab-pane v-for="(item, index) in tabNameList" :key="index" :tab="item">
|
|
|
<!-- tabs 面料 -->
|
|
|
- <div>
|
|
|
+ <div :class="[(fabData.length==0?'noprint': '')]">
|
|
|
<h6 class="table-title">面料</h6>
|
|
|
<a-table
|
|
|
rowKey="(item)=>item.id"
|
|
@@ -36,7 +36,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- tabs 辅料 -->
|
|
|
- <div style="margin:30px 0">
|
|
|
+ <div style="margin:30px 0" :class="[(ingData.length==0?'noprint': '')]">
|
|
|
<h6 class="table-title">辅料</h6>
|
|
|
<a-table
|
|
|
rowKey="(item)=>item.id"
|
|
@@ -63,7 +63,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- tabs 发运明细 :scroll="{ x: 1500 }"-->
|
|
|
- <div>
|
|
|
+ <div :class="[(shipData.length==0?'noprint': '')]">
|
|
|
<h6 class="table-title">发运明细</h6>
|
|
|
<a-table
|
|
|
rowKey="(item)=>item.id"
|