|
@@ -11,8 +11,8 @@
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|
|
|
- <a-form-item label="OEM">
|
|
|
- <a-input id="foreignTradeGoods-oeCode" v-model.trim="queryParam.oeCode" allowClear placeholder="请输入OEM"/>
|
|
|
+ <a-form-item label="OE码">
|
|
|
+ <a-input id="foreignTradeGoods-oeCode" v-model.trim="queryParam.oeCode" allowClear placeholder="请输入OE码"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|
|
@@ -132,9 +132,9 @@ export default {
|
|
|
{ title: '产品名称', dataIndex: 'productEntity.name', align: 'left', width: '15%', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
{ title: '产品编码', dataIndex: 'productEntity.code', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '原厂编码', dataIndex: 'productEntity.origCode', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
- { title: '产品分类(一级)', dataIndex: 'productEntity.productTypeName1', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
- { title: '产品分类(二级)', dataIndex: 'productEntity.productTypeName2', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
- { title: '产品分类(三级)', dataIndex: 'productEntity.productTypeName3', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
+ { title: '产品一级分类', dataIndex: 'productEntity.productTypeName1', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
+ { title: '产品二级分类', dataIndex: 'productEntity.productTypeName2', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
+ { title: '产品三级分类', dataIndex: 'productEntity.productTypeName3', width: '10%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '主材料', dataIndex: 'material', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: 'OE码', dataIndex: 'oeCode', width: '9%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '大厂码',
|