190110 chi NR구매 화면 모델 -> 규격명칭 변경
장비기술 공정이 공용코드 09번에 연결됨 기존 장비기술 공정코드 일괄 추가(공용코드 09번) 공정,제조사,모델 항목 알파벳 정렬 목록의 열 정렬 일부 변경
This commit is contained in:
@@ -706,7 +706,7 @@ namespace FEQ0000
|
||||
var drv = this.bs.Current as DataRowView;
|
||||
if(drv==null) return;
|
||||
var dr = drv.Row as dsPurchase.PurchaseRow;
|
||||
string buffer = string.Format("{0}_{1}",dr.sid,dr.request);
|
||||
string buffer = string.Format("{0}_{1}_{2}_{3}_{4}", dr.pumname.Replace("_", "-"), dr.pumscale.Replace("_", "-"), dr.dept.Replace("_", "-"), dr.manuproc.Replace("_", "-"), dr.asset.Replace("_", "-"));
|
||||
Clipboard.SetText(buffer);
|
||||
FCOMMON.Util.MsgI("다음 데이터가 클립보드에 저장됨\n\n" + buffer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user