|
@@ -28,28 +28,21 @@
|
|
|
<!-- ------------- 数据列表 ------------- -->
|
|
|
<el-table class="data-table" ref="data-table" :data="dataList" >
|
|
|
<sa-td type="selection"></sa-td>
|
|
|
- <sa-td name="业务编号" prop="platSeqNo" ></sa-td>
|
|
|
- <sa-td name="商品序号" prop="gNo" ></sa-td>
|
|
|
- <sa-td name="商品编码" prop="codeTs" ></sa-td>
|
|
|
- <sa-td name="商品名称" prop="gName" ></sa-td>
|
|
|
+ <sa-td name="业务编号" prop="platSeqNo" width="200"></sa-td>
|
|
|
+ <sa-td name="商品序号" prop="gNo" width="160"></sa-td>
|
|
|
+ <sa-td name="商品编码" prop="codeTs" width="120"></sa-td>
|
|
|
+ <sa-td name="商品名称" prop="gName" width="120"></sa-td>
|
|
|
<sa-td name="规格型号" prop="gModel" ></sa-td>
|
|
|
<sa-td name="申报数量" prop="gQty" ></sa-td>
|
|
|
- <sa-td name="第一数量" prop="qty1" ></sa-td>
|
|
|
- <sa-td name="商品第二数量" prop="qty2" ></sa-td>
|
|
|
- <sa-td name="商品毛重" prop="grossWt" ></sa-td>
|
|
|
- <sa-td name="商品净重" prop="netWt" ></sa-td>
|
|
|
- <sa-td name="商品产销国" prop="originCountry" ></sa-td>
|
|
|
- <sa-td name="申报计量单位:参见计量单位参数表" prop="gUnit" ></sa-td>
|
|
|
- <sa-td name="商品第一计量单位" prop="unit1" ></sa-td>
|
|
|
- <sa-td name="商品第二计量单位" prop="unit2" ></sa-td>
|
|
|
- <sa-td name="商品申报单价" prop="declPrice" ></sa-td>
|
|
|
+ <sa-td name="毛重(kg)" prop="grossWt" ></sa-td>
|
|
|
+ <sa-td name="净重(kg)" prop="netWt" ></sa-td>
|
|
|
+ <sa-td name="产销国" prop="originCountry" ></sa-td>
|
|
|
+ <sa-td name="申报单价" prop="declPrice" ></sa-td>
|
|
|
<sa-td name="申报总价" prop="declTotal" ></sa-td>
|
|
|
- <sa-td name="储存条件:1常温2冷藏3冷冻" prop="storageEnvm" ></sa-td>
|
|
|
+ <sa-td name="储存条件" prop="storageEnvm" ></sa-td>
|
|
|
<sa-td name="商品用途" prop="useTo" ></sa-td>
|
|
|
<sa-td name="商铺编码" prop="shopNo" ></sa-td>
|
|
|
<sa-td name="商铺名称" prop="shopName" ></sa-td>
|
|
|
- <sa-td name="检疫检疫代码" prop="ciqCode" ></sa-td>
|
|
|
- <sa-td name="检疫检疫名称" prop="ciqName" ></sa-td>
|
|
|
<sa-td name="包装类型" prop="wrapType" ></sa-td>
|
|
|
<el-table-column label="操作" fixed="right" width="240px">
|
|
|
<template slot-scope="s">
|