| | |
| | | vc.on('parkingAreaSelect2', 'setParkingArea', function (_param) { |
| | | vc.copyObject(_param, this.parkingAreaSelect2Info); |
| | | |
| | | var option = new Option(_param.num + '号停车场', _param.paId, true, true); |
| | | var option = new Option(_param.num, _param.paId, true, true); |
| | | this.parkingAreaSelect2Info.parkingAreaSelector.append(option); |
| | | }); |
| | | |
| | |
| | | errInfo:"车位编号长度不能超过12位" |
| | | }, |
| | | ], |
| | | 'editParkingSpaceInfo.typeCd':[ |
| | | 'editParkingSpaceInfo.paId':[ |
| | | { |
| | | limit:"required", |
| | | param:"", |
| | | errInfo:"车位类型不能为空" |
| | | errInfo:"停车场不能为空" |
| | | } |
| | | ], |
| | | 'editParkingSpaceInfo.area':[ |