| | |
| | | @input="HSourceNameChange"></uni-combox> |
| | | </view> |
| | | </view> |
| | | <!-- 工作中心 --> |
| | | <!-- 工作中心 |
| | | <view class="form-item"> |
| | | <view class="title">工作中心:</view> |
| | | <view class="right"> |
| | | <uni-combox :candidates="arrayHCenterName" placeholder="请选择工作中心" v-model="hform.HCenterName" |
| | | @input="HCenterNameChange"></uni-combox> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | <!-- 生产班组 --> |
| | | <view class="form-item"> |
| | | <view class="title">生产班组:</view> |
| | |
| | | |
| | | this.hform.HSourceID=item.HSourceID |
| | | this.hform.HSourceName=item.生产资源 |
| | | this.hform.HCenterID=item.HCenterID |
| | | this.hform.HCenterName=item.工作中心 |
| | | // this.hform.HCenterID=item.HCenterID |
| | | // this.hform.HCenterName=item.工作中心 |
| | | this.hform.HGroupID=item.HGroupID |
| | | this.hform.HGroupName=item.班组 |
| | | this.hform.HEmpID=item.HEmpID |
| | |
| | | HWasterQty: this.hform.HWasterQty, |
| | | HSourceID: this.hform.HSourceID, |
| | | HSourceName: this.hform.HSourceName, |
| | | HCenterID: this.hform.HCenterID, |
| | | HCenterName: this.hform.HCenterName, |
| | | HCenterID: 0, |
| | | HCenterName: '', |
| | | HGroupID: this.hform.HGroupID, |
| | | HGroupName: this.hform.HGroupName, |
| | | HEmpID: this.hform.HEmpID, |