浏览代码

bug 修复

lilei 2 年之前
父节点
当前提交
bddd0646c6
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/financialManagement/returnConfirmation/detailModal.vue

+ 0 - 1
src/views/financialManagement/returnConfirmation/detailModal.vue

@@ -89,7 +89,6 @@ export default {
     columns () {
       const arr = [
         { title: '序号', dataIndex: 'no', width: '4%', align: 'center' },
-        { title: '采购单号', dataIndex: 'purchaseBillNo', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '产品编码', dataIndex: 'productEntity.code', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '产品名称', dataIndex: 'productEntity.name', width: '20%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '退货数量', dataIndex: 'qty', width: '6%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },