Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev-zlg
| | |
| | | BaseType: 'WebButton' |
| | | Properties: |
| | | [ |
| | | Image: 'SIXPACK_BEER' |
| | | Label: 'Packaging plan' |
| | | Taborder: 3 |
| | | Taborder: 5 |
| | | ] |
| | | } |
| | | Component bOfflinePlan |
| | |
| | | Taborder: 2 |
| | | ] |
| | | } |
| | | Component btnSecondDevelopmentPlan |
| | | Component bPackagingPlan |
| | | { |
| | | #keys: '[413988.0.1400700646]' |
| | | #keys: '[413988.0.1291640400]' |
| | | BaseType: 'WebButton' |
| | | Properties: |
| | | [ |
| | | Taborder: 4 |
| | | Image: 'SIXPACK_BEER' |
| | | Label: 'Packaging plan' |
| | | Taborder: 3 |
| | | ] |
| | | } |
| | | Component bShippingActualData |
| | |
| | | [ |
| | | Image: 'TABLE_CONNECTION' |
| | | Label: 'Shipping data' |
| | | Taborder: 5 |
| | | Taborder: 4 |
| | | ] |
| | | } |
| | | ] |
| | |
| | | BaseType: 'WebEditField' |
| | | Properties: |
| | | [ |
| | | Enabled: false |
| | | NumberOfColumns: 60 |
| | | Taborder: 1 |
| | | ] |
| | |
| | | BaseType: 'WebLabel' |
| | | Properties: |
| | | [ |
| | | Label: 'PPA' |
| | | NumberOfColumns: 0 |
| | | Taborder: 0 |
| | | ] |
| | |
| | | BaseType: 'WebCheckbox' |
| | | Properties: |
| | | [ |
| | | Checked: true |
| | | Label: '上传PPA' |
| | | Taborder: 1 |
| | | ] |
| | |
| | | FixedSize: true |
| | | Orientation: 'horizontal' |
| | | Taborder: 3 |
| | | Visible: false |
| | | ] |
| | | } |
| | |
| | | [* |
| | | try { |
| | | uploadJsonString := Application.GetFile(); |
| | | if ( uploadJsonString <> "" ) { |
| | | if ( uploadJsonString <> "" and not uploadJsonString.Regex( "Curve" ) ) { |
| | | WebMessageBox::Error( "文件名不匹配" ); |
| | | } else if ( uploadJsonString <> "" ) { |
| | | uploadJson := JSON::Parse( uploadJsonString ); |
| | | Archive::VerifyTheFileName( uploadJson ); |
| | | |
| | |
| | | [* |
| | | try { |
| | | uploadJsonString := Application.GetFile(); |
| | | if ( uploadJsonString <> "" ) { |
| | | if ( uploadJsonString <> "" and not uploadJsonString.Regex( "IDS" ) ) { |
| | | WebMessageBox::Error( "文件名不匹配" ); |
| | | } else if ( uploadJsonString <> "" ) { |
| | | uploadJson := JSON::Parse( uploadJsonString ); |
| | | Archive::VerifyTheFileName( uploadJson ); |
| | | |
| | |
| | | [* |
| | | try { |
| | | uploadJsonString := Application.GetFile(); |
| | | if ( uploadJsonString <> "" ) { |
| | | if ( uploadJsonString <> "" and not uploadJsonString.Regex( "PPA" ) ) { |
| | | WebMessageBox::Error( "文件名不匹配" ); |
| | | } else if ( uploadJsonString <> "" ) { |
| | | uploadJson := JSON::Parse( uploadJsonString ); |
| | | Archive::VerifyTheFileName( uploadJson ); |
| | | |