Ver Fonte

外贸产品 文字显示修改

chenrui há 2 meses atrás
pai
commit
229f931568

+ 3 - 3
src/views/productManagement/foreignTradeGoods/chooseImportModal.vue

@@ -94,9 +94,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: '8%', 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: '含盒报价', dataIndex: 'priceFreeBox', width: '8%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
         { title: '无盒报价', dataIndex: 'priceWithBox', width: '8%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },

+ 5 - 5
src/views/productManagement/foreignTradeGoods/list.vue

@@ -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: '大厂码',