구매리스트 수정

This commit is contained in:
2025-11-27 14:52:51 +09:00
parent 1acc9af3be
commit c5ba0ae012
9 changed files with 324 additions and 169 deletions

View File

@@ -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,