|
|
@ -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> |
|
|
|