구매리스트 수정
This commit is contained in:
@@ -547,7 +547,7 @@ function fn_initGrid() {
|
||||
hozAlign: 'left',
|
||||
width: 150,
|
||||
title: '공급업체',
|
||||
field: 'VENDOR',
|
||||
field: 'VENDOR_NAME',
|
||||
editor: false, // 구매쪽에서 입력
|
||||
formatter: function(cell) {
|
||||
return cell.getValue() || '-';
|
||||
@@ -891,7 +891,7 @@ function getMbomTreeData() {
|
||||
shortageQty: toNumber(row.SHORTAGE_QTY),
|
||||
|
||||
// 구매 정보
|
||||
vendor: row.VENDOR,
|
||||
vendor: row.VENDOR_NAME,
|
||||
unitPrice: toNumber(row.UNIT_PRICE),
|
||||
totalPrice: toNumber(row.TOTAL_PRICE),
|
||||
currency: row.CURRENCY,
|
||||
|
||||
Reference in New Issue
Block a user