| | |
| | | </zxz-uni-data-select> |
| | | </view> |
| | | <view class="form-item"> |
| | | <view class="title required">维修项目:</view> |
| | | <zxz-uni-data-select required class="right" :localdata="HRepairList" dataKey="维修项目" |
| | | <view class="title">维修项目:</view> |
| | | <zxz-uni-data-select class="right" :localdata="HRepairList" dataKey="维修项目" |
| | | dataValue="hitemid" v-model="hform.HRepairID"> |
| | | </zxz-uni-data-select> |
| | | </view> |
| | |
| | | if (this.hform.HEmpID == 0) { |
| | | return { |
| | | Message: "维修人不得为空!", |
| | | state: false |
| | | } |
| | | } |
| | | if (this.hform.HRepairID == 0) { |
| | | return { |
| | | Message: "维修项目不得为空!", |
| | | state: false |
| | | } |
| | | } |