|
|
<template>
|
|
|
<div class="app-container">
|
|
|
<el-scrollbar style="height: 100%">
|
|
|
<el-row style="" class="titleRow">
|
|
|
<el-col :span="12">
|
|
|
<el-button size="mini" type="primary" plain>新增</el-button>
|
|
|
<el-button size="mini" type="primary" plain>暂存</el-button>
|
|
|
<el-button size="mini" type="primary" plain>复制</el-button>
|
|
|
<el-button size="mini" type="primary" plain>打印</el-button>
|
|
|
<el-button size="mini" type="primary" plain>删除</el-button>
|
|
|
<el-button size="mini" type="primary" plain>备录</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-checkbox v-model="headType.card"><span style="color: red">涉证</span></el-checkbox>
|
|
|
<el-checkbox v-model="headType.checked"><span style="color: red">涉检</span></el-checkbox>
|
|
|
<el-checkbox v-model="headType.tax"><span style="color: red">涉税</span></el-checkbox>
|
|
|
</el-col>
|
|
|
<span style="float: right">
|
|
|
<el-button size="mini" type="primary" icon="el-icon-star-off">申报</el-button>
|
|
|
</span>
|
|
|
|
|
|
</el-row>
|
|
|
<div class="divContent">
|
|
|
<div class="divBox leftDiv">
|
|
|
<div class="divBoxTop">
|
|
|
<el-form ref="" :model="outLintModel" :rules="outLintRules" size="mini">
|
|
|
<table class="divTable">
|
|
|
<tr>
|
|
|
<td class="tableLabel">申报地海关</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" v-model="outLintModel.custom" @click=""></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">申报状态</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">申报日期</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">统一编号</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">预录入编号</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">海关编号</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">进境关别</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">进境日期</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">备案号</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">合同协议号</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">境内收发货人</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" placeholder="18位社会信用信用代码"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" placeholder="10位海关代码"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" placeholder="10位检验检疫编码"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" placeholder="企业名称(中文)"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">境内收发货人</td>
|
|
|
<td colspan="4">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" placeholder="境内收发货人代码"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td colspan="4">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" placeholder="企业名称(外文)"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">消费使用单位</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" placeholder="18位社会信用信用代码"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" placeholder="10位海关代码"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item>
|
|
|
<el-input type="text" placeholder="10位检验检疫编码" style="background-color: #fff"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td colspan="3">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" placeholder="企业名称(中文)"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">申报单位</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" placeholder="18位社会信用信用代码"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" placeholder="10位海关代码"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" placeholder="10位检验检疫编码"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td colspan="3">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text" placeholder="企业名称(中文)"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">运输方式</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">运输工具名称</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">航次号</td>
|
|
|
<td colspan="3">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">提运单号</td>
|
|
|
<td colspan="4">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">监管方式</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">征免性质</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">许可证号</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">启运国(地区)</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">经停港</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">成交方式</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">运费</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">保险费</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">杂费</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">件数</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">包装类型</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">包重(KG)</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">净重(kg)</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">贸易国别(地区)</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">集装箱数</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">随附单证</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">入境口岸</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">货物存放点</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">启运港</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">报关单类型</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">备注</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">其他事项确认</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">标准唛码</td>
|
|
|
<td colspan="4">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">业务事项</td>
|
|
|
<td colspan="3">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">检验检疫受理机关</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">企业资质类型</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">企业资质编码</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
|
|
|
<td class="tableLabel">领证机关</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">口岸检验检疫机关</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">启运日期</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">B/L号</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">目的地检验检疫机关</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">关联号码</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">关联理由</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">原箱运输</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">特殊业务标识</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">所需单证</td>
|
|
|
<td colspan="2">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
<div class="divBoxMid">
|
|
|
<el-table border style="width: 100%;font-size: 12px" height="200"
|
|
|
@selection-change="handleSelectionChange" >
|
|
|
<el-table-column type="selection" width="60px" align="center"></el-table-column>
|
|
|
<el-table-column prop="" label="项号" align="center" width="60px"></el-table-column>
|
|
|
<el-table-column prop="" label="备案序号" align="center"></el-table-column>
|
|
|
<el-table-column prop="" label="商品编号" align="center"></el-table-column>
|
|
|
<el-table-column prop="" label="商品名称" align="center"></el-table-column>
|
|
|
<el-table-column prop="" label="检验检疫名称" align="center" width="110px"></el-table-column>
|
|
|
<el-table-column prop="" label="规格" align="center"></el-table-column>
|
|
|
<el-table-column prop="" label="成交数量" align="center"></el-table-column>
|
|
|
<el-table-column prop="" label="成交计量单位" align="center" width="110px"></el-table-column>
|
|
|
<el-table-column prop="" label="单价" align="center" width="60px"></el-table-column>
|
|
|
<el-table-column prop="" label="总价" align="center" width="60px"></el-table-column>
|
|
|
<el-table-column prop="" label="币值" align="center" width="60px"></el-table-column>
|
|
|
<el-table-column prop="" label="原产国(地区)" align="center" width="100px"></el-table-column>
|
|
|
<el-table-column prop="" label="最终目的地" align="center" width="100px"></el-table-column>
|
|
|
<el-table-column prop="" label="征免方式" align="center"></el-table-column>
|
|
|
<el-table-column prop="" label="监管要求" align="center" ></el-table-column>
|
|
|
<el-table-column prop="" label="操作" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="danger" size="mini" @click="handleDelete(scope.row)">删除</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</div>
|
|
|
<div class="divBoxBtm">
|
|
|
<el-form ref="" :model="outLintGoods">
|
|
|
<table class="divTable">
|
|
|
<tr>
|
|
|
<td class="tableLabel">项号</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">备案序号</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">商品编号</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">检验检疫名称</td>
|
|
|
<td colspan="3">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">商品名称</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">成交数量</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">成交计量单位</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">总价</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">币值</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
<tr>
|
|
|
|
|
|
<td class="tableLabel">法定第一计量数量</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">法定第一计量单位</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">原产国(地区)</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">原产地区</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td colspan="2"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">法定第二计量数量</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">法定第二计量单位</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">成品单耗版本号</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">货号</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">最终目的国(地区)</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr >
|
|
|
<td class="tableLabel">货物属性</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">用途</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">产品资质</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">境内目的地</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">征免方式</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr >
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
<tr >
|
|
|
<td class="tableLabel">非危险化学品</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">UN编码</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">危险货物名称</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">危包类别</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
<td class="tableLabel">危包规格</td>
|
|
|
<td colspan="">
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</el-form>
|
|
|
<div style="margin:5px; float: right; ">
|
|
|
<el-button type="primary" size="small" @click="createOutLint()" plain>新增商品信息</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="divBox rightDiv">
|
|
|
<div class="rightDivTop">
|
|
|
<div>
|
|
|
<el-table border @selection-change="handleSelectContainer" height="300px">
|
|
|
<el-table-column type="selection" width="60px" align="center"></el-table-column>
|
|
|
<el-table-column prop="" label="集装箱号" align="center"></el-table-column>
|
|
|
<el-table-column prop="" label="集装箱规格" align="center"></el-table-column>
|
|
|
<el-table-column prop="" label="拼装标识" align="center"></el-table-column>
|
|
|
<el-table-column label="操作" width="100px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="danger" size="mini">删除</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<el-form ref="" :model="containerModel">
|
|
|
<table class="divTable">
|
|
|
<tr>
|
|
|
<td class="tableLabel">集装箱号</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">集装箱规格</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">自重(KG)</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">拼箱标识</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">商品项号关系</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<div style="float: right; margin-top: 5px">
|
|
|
<el-button type="primary" size="small" plain>新增集装箱</el-button>
|
|
|
</div>
|
|
|
|
|
|
</el-form>
|
|
|
</div>
|
|
|
<div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="rightDivBtm">
|
|
|
<el-table border @selection-change="handleSelectDocument" height="300px">
|
|
|
<el-table-column type="selection" width="60px" align="center"></el-table-column>
|
|
|
<el-table-column prop="" label="单证代码" align="center"></el-table-column>
|
|
|
<el-table-column prop="" label="单证编号" align="center"></el-table-column>
|
|
|
<el-table-column label="操作" width="100px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="danger" size="mini">删除</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<el-form ref="" :model="billModel">
|
|
|
<table class="divTable">
|
|
|
<tr>
|
|
|
<td class="tableLabel">随附单证代码</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">随附单证编号</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</el-form>
|
|
|
<div style="float: right;margin-top: 5px">
|
|
|
<el-button type="primary" size="small" plain>新增单证</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="customTable">
|
|
|
<table class="divTable">
|
|
|
<tr>
|
|
|
<td class="tableLabel">关联报关单</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">关联备案</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">报税/监管场地</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="tableLabel">场地代码</td>
|
|
|
<td>
|
|
|
<el-form-item prop="custom">
|
|
|
<el-input type="text"></el-input>
|
|
|
</el-form-item>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-scrollbar>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
export default {
|
|
|
name: "MoreDeclaration",
|
|
|
data() {
|
|
|
const validateCustomCode = (rule, value, callback) => {
|
|
|
if (!value) {
|
|
|
this.$message.error('海关没填')
|
|
|
}
|
|
|
callback();
|
|
|
};
|
|
|
return {
|
|
|
headType: {
|
|
|
card: false,
|
|
|
checked: false,
|
|
|
tax: false
|
|
|
},
|
|
|
outLintForm: {},
|
|
|
outLintModel: {
|
|
|
custom: '4604'
|
|
|
},
|
|
|
outLintRules: {
|
|
|
custom: [{validator: validateCustomCode, target: 'blur'}]
|
|
|
},
|
|
|
outLintGoods: {},
|
|
|
containerModel: {},
|
|
|
billModel: {},
|
|
|
}
|
|
|
},
|
|
|
watch: {
|
|
|
'headType.card': function (newVal, oldVal) {
|
|
|
console.log('headType.card newVal: ' + newVal)
|
|
|
console.log(oldVal)
|
|
|
},
|
|
|
'headType.checked': function (newVal, oldVal) {
|
|
|
console.log('headType.checked newVal: ' + newVal)
|
|
|
console.log(oldVal)
|
|
|
},
|
|
|
'headType.tax': function (newVal, oldVal) {
|
|
|
console.log('headType.tax newVal: ' + newVal)
|
|
|
console.log(oldVal)
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
/**
|
|
|
* 多选商品信息
|
|
|
*/
|
|
|
handleSelectionChange() {
|
|
|
|
|
|
},
|
|
|
/**
|
|
|
* 删除商品信息
|
|
|
*/
|
|
|
handleDelete() {
|
|
|
|
|
|
},
|
|
|
/**
|
|
|
* 新增概要商品信息
|
|
|
*/
|
|
|
createOutLint() {
|
|
|
|
|
|
},
|
|
|
/**
|
|
|
* 多选集装箱
|
|
|
*/
|
|
|
handleSelectContainer() {
|
|
|
|
|
|
},
|
|
|
/**
|
|
|
* 多选单证编号
|
|
|
*/
|
|
|
handleSelectDocument() {
|
|
|
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
<style>
|
|
|
.app-container .el-form-item {
|
|
|
margin-bottom: 0px;
|
|
|
}
|
|
|
|
|
|
.titleRow {
|
|
|
background-color: #e3effd;
|
|
|
height: 35px;
|
|
|
line-height: 35px;
|
|
|
}
|
|
|
|
|
|
.divTable .el-form-item__content {
|
|
|
line-height: 20px;
|
|
|
height: 20px;
|
|
|
}
|
|
|
|
|
|
.divTable .el-input__inner {
|
|
|
border: none;
|
|
|
border-radius: 0px;
|
|
|
background-color: #fafafa;
|
|
|
color: #000;
|
|
|
line-height: 20px;
|
|
|
height: 20px;
|
|
|
}
|
|
|
|
|
|
.titleSpan {
|
|
|
margin-top: 5px;
|
|
|
margin-bottom: 5px;
|
|
|
color: #44acfd;
|
|
|
}
|
|
|
|
|
|
.app-container .leftDiv {
|
|
|
float: left;
|
|
|
width: 75%;
|
|
|
}
|
|
|
|
|
|
.app-container .divBox .divBoxTop {
|
|
|
height: 70%;
|
|
|
}
|
|
|
|
|
|
.app-container .divTable {
|
|
|
border: #31abff 1px solid;
|
|
|
border-collapse: collapse;
|
|
|
font-size: 13px;
|
|
|
}
|
|
|
|
|
|
.app-container .divTable tr {
|
|
|
line-height: 25px;
|
|
|
}
|
|
|
|
|
|
.app-container .tableLabel {
|
|
|
text-align: right;
|
|
|
padding-right: 10px;
|
|
|
}
|
|
|
|
|
|
.app-container .tableInput {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
border: none;
|
|
|
background-color: #f7f7f7;
|
|
|
outline: none;
|
|
|
}
|
|
|
|
|
|
.divTable td {
|
|
|
width: 8%;
|
|
|
border: #bfcbd9 1px solid;
|
|
|
}
|
|
|
|
|
|
.app-container .divBox .divBoxMid {
|
|
|
height: 30%;
|
|
|
margin-top: 5px;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
|
|
|
.app-container .divBox .divBoxBtm {
|
|
|
height: 20%;
|
|
|
}
|
|
|
|
|
|
.app-container .rightDiv {
|
|
|
float: right;
|
|
|
width: 25%;
|
|
|
}
|
|
|
.rightDivTop{
|
|
|
height: 40%;
|
|
|
|
|
|
}
|
|
|
.rightDivBtm {
|
|
|
height: 67%;
|
|
|
margin-top: 5px;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
.customTable{
|
|
|
float: right;
|
|
|
margin-top: -2px;
|
|
|
}
|
|
|
</style> |
...
|
...
|
|