| | |
| | | <div style="width: 65%; float: left; font-size: 12px"> |
| | | <div style="margin-top: 5px"> |
| | | <input type="radio" v-model="radio" value="1" /> |
| | | 不使用禁用农药兽药、停用兽药和非法添加物 |
| | | 男不使用禁用农药兽药、停用兽药和非法添加物 |
| | | </div> |
| | | <div style="margin-top: 3px"> |
| | | <input type="radio" v-model="radio" value="1" /> |
| | |
| | | submit() { |
| | | var that = this; |
| | | that.formLabelAlign['tenantId'] = this.userInfo.tenant_id; |
| | | that.formLabelAlign['deptId'] = this.$farmId |
| | | that.formLabelAlign['deptId'] = this.$farmId; |
| | | this.$refs["formLabelAlign"].validate((valid) => { |
| | | if (valid) { |
| | | that.formLabelAlign.createTime = |
| | |
| | | // } |
| | | // }) |
| | | //获取农地数据 |
| | | getLandList(this.userInfo.dept_id).then((res)=>{ |
| | | getLandList(this.$farmId).then((res)=>{ |
| | | if(res.data.code==200){ |
| | | var landIdcolumn = that.findObject(that.option.column,"landId"); |
| | | that.landList = res.data.data; |
| | |
| | | }, |
| | | onLoad(page, params = {}) { |
| | | this.loading = true; |
| | | params["farmId"] = this.$farmId |
| | | getList( |
| | | page.currentPage, |
| | | page.pageSize, |