#944 물건번호 생성시 시작번호 R->S 변경에따른 주석정리
This commit is contained in:
parent
b82901271d
commit
24ba8bfb14
@ -203,7 +203,7 @@ export default function Stuff() {
|
||||
if (event.column.colId === 'objectNo') {
|
||||
return
|
||||
} else {
|
||||
//T 면 임시 R은 진짜
|
||||
//T 면 임시 S는 진짜
|
||||
if (event.data.objectNo) {
|
||||
setIsGlobalLoading(true)
|
||||
if (event.data.tempFlg === '0') {
|
||||
|
||||
@ -54,7 +54,7 @@ export default function StuffDetail() {
|
||||
const { get, promiseGet, del, promisePost, promisePut } = useAxios(globalLocaleState)
|
||||
//form
|
||||
const formInitValue = {
|
||||
// 물건번호 T...(임시) R...(진짜)
|
||||
// 물건번호 T...(임시) S...(진짜)
|
||||
planReqNo: '', //설계의뢰No
|
||||
receiveUser: session?.userNm, //담당자 로그인사용자명 디폴트
|
||||
objectStatusId: '0', //물건구분(신축:0 기축 : 1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user