Browse Source

模版名称

java8
han\hanst 4 months ago
parent
commit
472e577d17
  1. 8
      src/views/modules/ecss/declaration.vue

8
src/views/modules/ecss/declaration.vue

@ -130,7 +130,7 @@
</el-tab-pane>
</el-tabs>
<el-dialog title="一键导出" :close-on-click-modal="false" v-drag :visible.sync="exportAllFlag" :width="'740px'">
<el-dialog title="一键导出" :close-on-click-modal="false" style="top: -85px" v-drag :visible.sync="exportAllFlag" :width="'740px'">
<el-form label-position="top" style="margin-left: 7px;margin-top: 5px;margin-bottom: 5px">
<el-row :gutter="20">
<el-col :span="6">
@ -186,7 +186,8 @@
<div class="custom-divider">
<span class="text">
发票
<a href="#" @click="openTemplate('发票')" style="margin-left: 10px; color: #0130ff; text-decoration: none;">模版</a>
<a v-if="!exportInvoice.templateName" href="#" @click="openTemplate('发票')" style="margin-left: 10px; color: #0130ff; text-decoration: none;">模版</a>
<a v-else href="#" @click="openTemplate('发票')" style="margin-left: 10px; color: #0130ff; text-decoration: none;">{{exportInvoice.templateName}}</a>
</span>
</div>
<!-- 发票-->
@ -227,7 +228,8 @@
<div class="custom-divider">
<span class="text">
箱单
<a href="#" @click="openTemplate('箱单')" style="margin-left: 10px; color: #0130ff; text-decoration: none;">模版</a>
<a v-if="!exportPaking.templateName" href="#" @click="openTemplate('箱单')" style="margin-left: 10px; color: #0130ff; text-decoration: none;">模版</a>
<a v-else href="#" @click="openTemplate('箱单')" style="margin-left: 10px; color: #0130ff; text-decoration: none;">{{exportPaking.templateName}}</a>
</span>
</div>
<el-col :span="8" >

Loading…
Cancel
Save