| | |
| | | <uni-data-select v-model="formData.reportStatus" :localdata="reportStatusList" |
| | | @change="changetypeList" placeholder="请选择报修状态" /> |
| | | </uni-forms-item> |
| | | <uni-forms-item name="name" label="领料产品:"> |
| | | <uni-easyinput v-model="formData.partNumNameModel" placeholder="请输入领料产品" /> |
| | | </uni-forms-item> |
| | | </uni-group> |
| | | </uni-forms> |
| | | <view class="flex"> |
| | |
| | | scrollLeft: 0, |
| | | formData: { |
| | | reportStatus: '' |
| | | |
| | | }, |
| | | reportStatusList: [], |
| | | NavBarColor: this.NavBarColor, |
| | |
| | | |
| | | |
| | | resetTask() { |
| | | this.formData.num = '' |
| | | this.formData.partNumNameModel = '' |
| | | this.$refs.popup.close(); |
| | | this.mescroll.resetUpScroll() |
| | | |