Browse Source

[fix] 采购管理

修改采购入库通知单前端列表页面 新增通知到货数字段
dev
liuxiaoxu 4 months ago
parent
commit
5bccbcf8fa
  1. 10
      ruoyi-admin/src/main/resources/templates/purchase/purchaseStorage/purchaseStorage.html

10
ruoyi-admin/src/main/resources/templates/purchase/purchaseStorage/purchaseStorage.html

@ -138,7 +138,15 @@
return $.table.selectDictLabel(warehouseDeptTypeDatas, value); return $.table.selectDictLabel(warehouseDeptTypeDatas, value);
} }
}, },
{title: '通知已到货数量',field: 'notifyArrivedNum',}, {
title: '通知已到货数',
field: 'notifyHasArrivedNum',
},
{
title: '通知到货数',
field: 'notifyArriveNum',
},
{title: '实际已到货数量',field: 'actualArrivedNum',}, {title: '实际已到货数量',field: 'actualArrivedNum',},
{title: '暂收合格数量',field: 'temporaryQualifiedNum',}, {title: '暂收合格数量',field: 'temporaryQualifiedNum',},
{title: '暂收不合格数量',field: 'temporaryUnqualifiedNum',}, {title: '暂收不合格数量',field: 'temporaryUnqualifiedNum',},

Loading…
Cancel
Save