chenrui vor 2 Monaten
Ursprung
Commit
7c5490ddde

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

@@ -70,7 +70,7 @@ export default {
       nowColumns: [
         { title: '序号', dataIndex: 'no', width: '6%', align: 'center' },
         { title: '查询码', dataIndex: 'queryCode', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '外贸产品编码', dataIndex: 'productForeignCode', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '外贸产品编码', dataIndex: 'foreignCode', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '箭冠产品编码', dataIndex: 'productCode', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: 'OE码', dataIndex: 'oeCode', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '大厂码',