|
|
@@ -2704,24 +2704,24 @@
|
|
|
}
|
|
|
});
|
|
|
|
|
|
- if (goods.goodsType != 'N'){
|
|
|
+ if (goods.goodsType != 'G056_N'){
|
|
|
isExist = true;
|
|
|
}
|
|
|
if(!isExist){
|
|
|
|
|
|
var data = {
|
|
|
goodsCd : $('#goodsDetailForm input[name=goodsCd]').val()
|
|
|
- , extendGoodsCd: goods.goodsCd
|
|
|
+ , compsGoodsCd: goods.goodsCd
|
|
|
, goodsType: $('#goodsDetailForm input[name=goodsType]').val()
|
|
|
, dispOrd: idx
|
|
|
, qty: 1
|
|
|
, compsCurrPrice: goods.currPrice
|
|
|
- , extendStaffCurrPrice: goods.currPrice
|
|
|
, baseYn: 'N'
|
|
|
+ , repYn: 'N'
|
|
|
, goodsStat : goods.goodsStat
|
|
|
, useYn: 'Y'
|
|
|
- , extendGoodsOptNm : goods.goodsNm
|
|
|
- , extendGoodsCdNm : goods.goodsNm
|
|
|
+ , compsGoodsOptNm : goods.goodsNm
|
|
|
+ , compsGoodsNm : goods.goodsNm
|
|
|
, currPrice : goods.currPrice
|
|
|
, selfGoodsYn : goods.selfGoodsYn
|
|
|
, sysImgNm : goods.sysImgNm
|