| | |
| | | } |
| | | /* 20230703 ljh 颜色不那么高亮 */ |
| | | div#in_Div_L td.tdRed { |
| | | background-color:red; |
| | | background-color:#c36f6f; |
| | | /* background-color:red; */ |
| | | } |
| | | div#in_Div_L td.tdYellow { |
| | | background-color:yellow; |
| | | background-color:#d6d60a; |
| | | /* background-color:yellow; */ |
| | | } |
| | | div#in_Div_L td.tdGray { |
| | | background-color:gray; |
| | | } |
| | | div#in_Div_L td.tdBlue { |
| | | background-color:Cyan; |
| | | } |
| | | /* 20230703 ljh 字体颜色黑色 */ |
| | | td.tdRed a,td.tdYellow a,td.tdGray a,td.tdBlue a,td.tdNormal a { |
| | | color: rgb(24, 24, 24); |
| | | } |
| | | /* 20230703 ljh 颜色不那么高亮 */ |
| | | div#in_Div_L td.tdNormal { |
| | |
| | | word-wrap: break-word; |
| | | } |
| | | div#in_Div_R td.tdRed { |
| | | background-color:red; |
| | | /* background-color:red; */ |
| | | background-color:#c36f6f; |
| | | } |
| | | div#in_Div_R td.tdYellow { |
| | | background-color:yellow; |
| | | /* background-color:yellow; */ |
| | | background-color:#d6d60a; |
| | | } |
| | | div#in_Div_R td.tdGray { |
| | | background-color:gray; |
| | |
| | | div#in_Div_R td.tdNormal { |
| | | background-color:none; |
| | | } |
| | | /* 20230703 ljh */ |
| | | div#in_Div_L td.dataCellBorder1{ |
| | | border-bottom: 1px solid rgb(201, 201, 201); |
| | | } |
| | |
| | | function saveJs() { |
| | | blockme(); |
| | | var flgReturn = j$(escapeVfId('allPage:allForm:returnIMFupdate')).value(); |
| | | console.log(flgReturn); |
| | | if(flgReturn == 'Changed'){ |
| | | var rg=confirm("注意整单归还备品,否则将按现场转借记违规3点"); |
| | | if(rg){ |
| | |
| | | unblockUI(); |
| | | } |
| | | }else{ |
| | | console.log('调用saveFunc'); |
| | | savefunc(); |
| | | } |
| | | |