Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev
| | |
| | | </checkbox-group> |
| | | </view> |
| | | </view> |
| | | <view class="form-item" v-show="false"> |
| | | <view class="form-item" v-show="true"> |
| | | <view class="title">开工时间:</view> |
| | | <view class="right"> |
| | | <uni-datetime-picker v-model="hform.HRelBeginTime" @change="HRelBeginTimeChange" v-if="hform.HIsTimeFlag==1" :hide-second="true"> |
| | |
| | | </uni-datetime-picker> |
| | | </view> |
| | | </view> |
| | | <view class="form-item" v-show="false"> |
| | | <view class="form-item" v-show="true"> |
| | | <view class="title">完工时间:</view> |
| | | <view class="right"> |
| | | <uni-datetime-picker v-model="hform.HRelEndTime" @change="HRelEndTimeChange" v-if="hform.HIsTimeFlag==1" :hide-second="true"> |
| | |
| | | //this.getHMaterList() |
| | | //this.getHProcList() |
| | | //this.getHSupList() |
| | | this.getHSourceList() |
| | | this.getHGroupList() |
| | | //this.getHSourceList() |
| | | //this.getHGroupList() |
| | | this.getHEmpList() |
| | | this.getHCenterList() |
| | | |
| | |
| | | this.$forceUpdate(); |
| | | } else { |
| | | uni.showToast({ |
| | | title: res.data.Message, |
| | | title: res.data.msg, |
| | | icon: 'none' |
| | | }) |
| | | } |