Browse Source

一键导出里加箱单,发票模板

java8
han\hanst 4 months ago
parent
commit
3590d4348a
  1. 14
      src/views/modules/ecss/declaration.vue

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

@ -161,7 +161,12 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="20"> <el-row :gutter="20">
<div class="custom-divider"><span class="text">发票</span></div>
<div class="custom-divider">
<span class="text">
发票
<a href="#" @click="openTemplate('发票')" style="margin-left: 10px; color: #0130ff; text-decoration: none;">模版</a>
</span>
</div>
<!-- 发票--> <!-- 发票-->
<el-col :span="8" > <el-col :span="8" >
<el-form-item :label="''" > <el-form-item :label="''" >
@ -181,7 +186,12 @@
<!-- 箱单--> <!-- 箱单-->
</el-row> </el-row>
<el-row :gutter="20" style="margin-top: 30px"> <el-row :gutter="20" style="margin-top: 30px">
<div class="custom-divider"><span class="text">箱单</span></div>
<div class="custom-divider">
<span class="text">
箱单
<a href="#" @click="openTemplate('箱单')" style="margin-left: 10px; color: #0130ff; text-decoration: none;">模版</a>
</span>
</div>
<el-col :span="8" > <el-col :span="8" >
<el-form-item :label="''" > <el-form-item :label="''" >
<el-checkbox v-model="exportPaking.goodsLabel">货物明细</el-checkbox> <el-checkbox v-model="exportPaking.goodsLabel">货物明细</el-checkbox>

Loading…
Cancel
Save