瀏覽代碼

bug修复【ID1008282】

chenrui 3 年之前
父節點
當前提交
ab1c856f3e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 },