Browse Source

bug修复【ID1008282】

chenrui 3 năm trước cách đây
mục cha
commit
ab1c856f3e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/salesManagement/salesReturn/queryPart.vue

+ 1 - 1
src/views/salesManagement/salesReturn/queryPart.vue

@@ -137,7 +137,7 @@ export default {
         { title: '产品名称', dataIndex: 'dealerProductEntity.name', align: 'center', ellipsis: true },
         { title: '原厂编码', dataIndex: 'dealerProductEntity.origCode', align: 'center', customRender: function (text) { return text || '--' }, width: 220 },
         { title: '销售单号', dataIndex: 'salesBillNo', align: 'center', width: 220 },
-        { title: '销售审核时间', dataIndex: 'auditTime', align: 'center', customRender: function (text) { return text || '--' }, width: 160 },
+        { title: '销售审核时间', dataIndex: 'auditDate', align: 'center', customRender: function (text) { return text || '--' }, width: 160 },
         { title: '售价', dataIndex: 'price', align: 'center', width: 100, scopedSlots: { customRender: 'price' } },
         { title: '单位', dataIndex: 'dealerProductEntity.unit', align: 'center', width: 100 },
         { title: '销售数量', dataIndex: 'qty', align: 'center', width: 100 },