chenrui 4 gadi atpakaļ
vecāks
revīzija
c37ef3da73
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/views/salesManagement/giftRecord/list.vue

+ 2 - 2
src/views/salesManagement/giftRecord/list.vue

@@ -85,8 +85,8 @@ export default {
         { title: '赠品名称', dataIndex: 'productName', width: 200, align: 'center', ellipsis: true, customRender: function (text) { return text || '--' } },
         { title: '原厂编码', dataIndex: 'productOldNum', width: 160, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '赠送数量', dataIndex: 'productBrand', width: 200, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
-        { title: '关联销售单号', dataIndex: 'productType', width: 200, align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '赠送客户', dataIndex: 'invaentoryNum', width: 180, align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '关联销售单号', dataIndex: 'productType', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '赠送客户', dataIndex: 'invaentoryNum', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '成本价', dataIndex: 'invenstoryNum', width: 180, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '成本总计', dataIndex: 'invdentoryNum', width: 180, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
       ],