3b5a29eb5f34620f6b18c95954bc930e48734571.svn-base 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  1. <template>
  2. <div class="app-container">
  3. <div class="operation">
  4. <el-button v-if="isRoleEdit" class="success" style="float: left;margin-right:10px;" @click="handleCreate">新增</el-button>
  5. <el-button v-if="isRoleEdit" class="danger" style="float: left;margin-right:10px;" @click="handleDelete">删除</el-button>
  6. <el-button v-if="isRoleEdit" class="warning" style="float: left;margin-right:10px;" @click="handleCopy">复制</el-button>
  7. <el-upload v-if="isRoleEdit" style="float: right;" :headers="headers" :data="uploadData" :action="uploadExcelUrl" :show-file-list="false" :before-upload="beforeImport" :on-success="handleImportSuccess">
  8. <el-button class="import" style="float: right;">导入</el-button>
  9. </el-upload>
  10. <el-dropdown style="float: right;margin-right: 10px;">
  11. <el-button class="export">导出</el-button>
  12. <el-dropdown-menu slot="dropdown">
  13. <el-dropdown-item @click.native="handleExport(1)">导出模板</el-dropdown-item>
  14. <el-dropdown-item @click.native="handleExport(2)">导出数据</el-dropdown-item>
  15. </el-dropdown-menu>
  16. </el-dropdown>
  17. </div>
  18. <div class="search">
  19. <el-date-picker v-model="table.getdataListParm.parammaps.inputDatetime" class="inputDatetime filter-item" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" style="width: 250px;" />
  20. <el-button class="el-icon-arrow-left elIconArrowLeft" @click="handleBefore" />
  21. <el-button class="el-icon-arrow-right elIconArrowRight" @click="handleNext" />
  22. <el-select v-model="table.getdataListParm.parammaps.barid" placeholder="栏舍名称" class="filter-item" style="width: 120px;" clearable>
  23. <el-option v-for="item in houseNameList" :key="item.id" :label="item.bname" :value="item.id" />
  24. </el-select>
  25. <el-button class="successBorder" @click="handleSearch">查询</el-button>
  26. <el-button class="successBorder" @click="handleRefresh">重置</el-button>
  27. </div>
  28. <div class="table">
  29. <el-table
  30. :key="table.tableKey"
  31. v-loading="table.listLoading"
  32. element-loading-text="给我一点时间"
  33. :data="table.list"
  34. border
  35. fit
  36. highlight-current-row
  37. style="width: 100%;"
  38. :row-style="rowStyle"
  39. :cell-style="cellStyle"
  40. class="elTable table-fixed"
  41. @selection-change="handleSelectionChange"
  42. >
  43. <el-table-column type="selection" align="center" width="50" />
  44. <el-table-column label="序号" align="center" type="index" width="50px">
  45. <template slot-scope="scope">
  46. <span>{{ scope.$index + (table.pageNum-1) * table.pageSize + 1 }}</span>
  47. </template>
  48. </el-table-column>
  49. <el-table-column label="栏舍名称" min-width="150px" align="center">
  50. <template slot-scope="scope">
  51. <span>{{ scope.row.barname }}</span>
  52. </template>
  53. </el-table-column>
  54. <el-table-column label="标准分数(分)" min-width="90px" align="center">
  55. <template slot-scope="scope">
  56. <span>{{ scope.row.standardscore }}</span>
  57. </template>
  58. </el-table-column>
  59. <el-table-column label="牛头数(头)" min-width="90px" align="center">
  60. <template slot-scope="scope">
  61. <span>{{ scope.row.cowsum }}</span>
  62. </template>
  63. </el-table-column>
  64. <el-table-column label="评分" align="center">
  65. <el-table-column label="2.75分-(头)" min-width="110px" align="center">
  66. <template slot-scope="scope">
  67. <span>{{ scope.row.score25 }}({{ scope.row.score25rate }}%)</span>
  68. </template>
  69. </el-table-column>
  70. <el-table-column label="2.75分(头)" min-width="110px" align="center">
  71. <template slot-scope="scope">
  72. <span>{{ scope.row.score275 }}({{ scope.row.score275rate }}%)</span>
  73. </template>
  74. </el-table-column>
  75. <el-table-column label="3分(头)" min-width="110px" align="center">
  76. <template slot-scope="scope">
  77. <span>{{ scope.row.score3 }}({{ scope.row.score3rate }}%)</span>
  78. </template>
  79. </el-table-column>
  80. <el-table-column label="3.25分(头)" min-width="110px" align="center">
  81. <template slot-scope="scope">
  82. <span>{{ scope.row.score325 }}({{ scope.row.score325rate }}%)</span>
  83. </template>
  84. </el-table-column>
  85. <el-table-column label="3.5分(头)" min-width="110px" align="center">
  86. <template slot-scope="scope">
  87. <span>{{ scope.row.score35 }}({{ scope.row.score35rate }}%)</span>
  88. </template>
  89. </el-table-column>
  90. <el-table-column label="3.75分(头)" min-width="110px" align="center">
  91. <template slot-scope="scope">
  92. <span>{{ scope.row.score375 }}({{ scope.row.score375rate }}%)</span>
  93. </template>
  94. </el-table-column>
  95. <el-table-column label="4分+(头)" min-width="110px" align="center">
  96. <template slot-scope="scope">
  97. <span>{{ scope.row.score4 }}({{ scope.row.score4rate }}%)</span>
  98. </template>
  99. </el-table-column>
  100. </el-table-column>
  101. <el-table-column label="备注" min-width="90px" align="center">
  102. <template slot-scope="scope">
  103. <span>{{ scope.row.remark }}</span>
  104. </template>
  105. </el-table-column>
  106. <el-table-column label="操作人" min-width="90px" align="center">
  107. <template slot-scope="scope">
  108. <span>{{ scope.row.emp }}</span>
  109. </template>
  110. </el-table-column>
  111. <el-table-column label="操作日期" min-width="90px" align="center">
  112. <template slot-scope="scope">
  113. <span>{{ scope.row.operatetime }}</span>
  114. </template>
  115. </el-table-column>
  116. <el-table-column label="操作" align="center" width="250" class-name="small-padding fixed-width" fixed="right">
  117. <template slot-scope="{row}">
  118. <el-button v-if="isRoleEdit" class="miniSuccess" @click="handleUpdate(row)">编辑</el-button>
  119. <el-button v-if="isRoleEdit" class="miniDanger" @click="handleRowDelete(row)">删除</el-button>
  120. </template>
  121. </el-table-column>
  122. </el-table>
  123. <pagination v-show="table.total>=0" :total="table.total" :page.sync="table.getdataListParm.offset" :limit.sync="table.getdataListParm.pagecount" @pagination="getList" />
  124. </div>
  125. <!-- 新增/编辑 -->
  126. <el-dialog :title="textMap[create.dialogStatus]" :visible.sync="create.dialogFormVisible" :close-on-click-modal="false" width="90%">
  127. <div class="app-add">
  128. <el-form ref="temp" :rules="create.rules" :model="create.temp" label-position="right" label-width="150px" style="width: 100%;margin:0 auto 50px">
  129. <el-row>
  130. <el-col :span="24">
  131. <h3 style="width: 150px;text-align: right;">栏舍信息</h3>
  132. </el-col>
  133. </el-row>
  134. <el-row>
  135. <el-col v-if="create.dialogStatus=='create'" :span="6">
  136. <el-form-item label="栏舍名称:" prop="barid">
  137. <el-select ref="barid" v-model="create.temp.barid" :disabled="create.dialogStatus == 'update'" filterable placeholder="栏舍名称" class="filter-item" style="width: 100%;" @change="changeBar">
  138. <el-option v-for="item in houseNameList" :key="item.id" :label="item.bname" :value="item.id" />
  139. </el-select>
  140. </el-form-item>
  141. </el-col>
  142. <el-col v-else :span="6">
  143. <el-form-item label="栏舍名称:" prop="barname">
  144. <el-input ref="barname" v-model="create.temp.barname" disabled class="filter-item" placeholder="barname" />
  145. </el-form-item>
  146. </el-col>
  147. </el-row>
  148. <el-row>
  149. <el-col :span="24">
  150. <h3 style="width: 150px;text-align: right;">评分</h3>
  151. </el-col>
  152. </el-row>
  153. <el-row>
  154. <el-col :span="6">
  155. <el-form-item label="标准分数(分):" prop="standardscore">
  156. <el-input ref="standardscore" v-model="create.temp.standardscore" class="filter-item" style="width: 100%;" disabled />
  157. </el-form-item>
  158. </el-col>
  159. <el-col :span="6">
  160. <el-form-item label="牛头数(头):" prop="cowsum">
  161. <el-input ref="cowsum" v-model="create.temp.cowsum" class="filter-item" style="width: 100%;" disabled />
  162. </el-form-item>
  163. </el-col>
  164. </el-row>
  165. <el-row>
  166. <el-col :span="6">
  167. <el-form-item label="2.75分-:" prop="score25">
  168. <el-input ref="score25" v-model="create.temp.score25" class="filter-item" placeholder="牛头数" type="number" style="width: 100%;" @blur="blurScore" />
  169. </el-form-item>
  170. </el-col>
  171. <el-col :span="6">
  172. <el-form-item label="2.75分:" prop="score275">
  173. <el-input ref="score275" v-model="create.temp.score275" class="filter-item" placeholder="牛头数" type="number" style="width: 100%;" @blur="blurScore" />
  174. </el-form-item>
  175. </el-col>
  176. <el-col :span="6">
  177. <el-form-item label="3分:" prop="score3">
  178. <el-input ref="score3" v-model="create.temp.score3" class="filter-item" placeholder="牛头数" type="number" style="width: 100%;" @blur="blurScore" />
  179. </el-form-item>
  180. </el-col>
  181. <el-col :span="6">
  182. <el-form-item label="3.25分:" prop="score325">
  183. <el-input ref="score325" v-model="create.temp.score325" class="filter-item" placeholder="牛头数" type="number" style="width: 100%;" @blur="blurScore" />
  184. </el-form-item>
  185. </el-col>
  186. </el-row>
  187. <el-row>
  188. <el-col :span="6">
  189. <el-form-item label="3.5分:" prop="score35">
  190. <el-input ref="score35" v-model="create.temp.score35" class="filter-item" placeholder="牛头数" type="number" style="width: 100%;" @blur="blurScore" />
  191. </el-form-item>
  192. </el-col>
  193. <el-col :span="6">
  194. <el-form-item label="3.75分:" prop="score375">
  195. <el-input ref="score375" v-model="create.temp.score375" class="filter-item" placeholder="牛头数" type="number" style="width: 100%;" @blur="blurScore" />
  196. </el-form-item>
  197. </el-col>
  198. <el-col :span="6">
  199. <el-form-item label="4分+:" prop="score4">
  200. <el-input ref="score4" v-model="create.temp.score4" class="filter-item" placeholder="牛头数" type="number" style="width: 100%;" @blur="blurScore" />
  201. </el-form-item>
  202. </el-col>
  203. </el-row>
  204. <el-row>
  205. <el-col :span="24">
  206. <h3 style="width: 150px;text-align: right;">操作详情</h3>
  207. </el-col>
  208. </el-row>
  209. <el-row>
  210. <el-col :span="6">
  211. <el-form-item label="操作人:" prop="emp">
  212. <el-select ref="emp" v-model="create.temp.emp" filterable placeholder="操作人" class="filter-item" style="width: 100%;" @blur="blurEmp">
  213. <el-option v-for="item in create.noteTakerList" :key="item.myId" :label="item.emp" :value="item.emp" />
  214. </el-select>
  215. </el-form-item>
  216. </el-col>
  217. <el-col :span="6">
  218. <el-form-item label="操作日期:" prop="operatetime">
  219. <el-date-picker v-model="create.temp.operatetime" type="date" placeholder="选择日期" format="yyyy-MM-dd" value-format="yyyy-MM-dd" style="width: 100%;" :clearable="false" @change="changeOperatetime" />
  220. </el-form-item>
  221. </el-col>
  222. <el-col :span="12">
  223. <el-form-item label="备注:" prop="remark">
  224. <el-input ref="remark" v-model="create.temp.remark" type="textarea" :autosize="{ minRows: 1.3, maxRows: 4}" placeholder="1-255字符" maxlength="255" class="filter-item" style="width: 100%;" />
  225. </el-form-item>
  226. </el-col>
  227. </el-row>
  228. </el-form>
  229. <div slot="footer" class="dialog-footer">
  230. <el-button class="cancelClose" @click="create.dialogFormVisible = false;getList()">关闭</el-button>
  231. <el-button v-if="create.dialogStatus==='create'" class="success" :disabled="isokDisable" @click="createDataAgain()">确认新增</el-button>
  232. <el-button v-if="create.dialogStatus==='create' || create.dialogStatus==='update'" class="success" :disabled="isokDisable" @click="create.dialogStatus==='create'?createData():updateData()">确认</el-button>
  233. </div>
  234. </div>
  235. </el-dialog>
  236. </div>
  237. </template>
  238. <script>
  239. import { GetDataByName, PostDataByName, failproccess, ExecDataByConfig, GetDataByNames, checkButtons } from '@/api/common'
  240. import Cookies from 'js-cookie'
  241. import { parseTime, json2excel } from '@/utils/index.js'
  242. import Pagination from '@/components/Pagination'
  243. import { MessageBox } from 'element-ui'
  244. import axios from 'axios'
  245. import { getToken } from '@/utils/auth'
  246. export default {
  247. name: 'PhysicalConditionScore',
  248. components: { Pagination },
  249. data() {
  250. return {
  251. isRoleEdit: [],
  252. requestParams: [
  253. { name: 'getBarListEnable', offset: 0, pagecount: 0, parammaps: { 'pastureid': Cookies.get('pastureid') }},
  254. { name: 'getSysoptEnable', offset: 0, pagecount: 0, parammaps: { 'pastureid': Cookies.get('pastureid'), 'inforname': 'times' }}
  255. ],
  256. houseNameList: [], // 栏舍名称
  257. frequencyList: [], // 班次
  258. table: {
  259. getdataListParm: {
  260. name: 'getBodyscoreList',
  261. page: 1,
  262. offset: 1,
  263. pagecount: 10,
  264. returntype: 'Map',
  265. parammaps: {
  266. pastureid: Cookies.get('pastureid'),
  267. barid: '',
  268. times: '',
  269. startTime: '',
  270. stopTime: '',
  271. inputDatetime: ''
  272. }
  273. },
  274. tableKey: 0,
  275. list: [],
  276. total: 0,
  277. listLoading: true,
  278. temp: {}
  279. },
  280. // 新增/编辑
  281. create: {
  282. dialogFormVisible: false,
  283. dialogStatus: '',
  284. temp: { pastureid: Cookies.get('pastureid'), operatetime: parseTime(new Date(), '{y}-{m}-{d}'), emp: Cookies.get('employename'), barid: '', barname: '', times: '', standardscore: '', cowsum: '', score25: '', score275: '', score3: '', score325: '', score35: '', score375: '', score4: '', remark: '', ftid: '', ftname: '' },
  285. rules: {
  286. barid: [{ type: 'string', required: true, message: '必填', trigger: 'blur' }],
  287. times: [{ type: 'string', required: true, message: '必填', trigger: 'blur' }],
  288. score25: [{ type: 'string', required: true, message: '必填', trigger: 'blur' }],
  289. score275: [{ type: 'string', required: true, message: '必填', trigger: 'blur' }],
  290. score3: [{ type: 'string', required: true, message: '必填', trigger: 'blur' }],
  291. score325: [{ type: 'string', required: true, message: '必填', trigger: 'blur' }],
  292. score35: [{ type: 'string', required: true, message: '必填', trigger: 'blur' }],
  293. score375: [{ type: 'string', required: true, message: '必填', trigger: 'blur' }],
  294. score4: [{ type: 'string', required: true, message: '必填', trigger: 'blur' }]
  295. },
  296. // 操作人
  297. getdataListParm: {
  298. name: 'getBodyscoreEmpHis',
  299. page: 1,
  300. offset: 1,
  301. pagecount: 10,
  302. returntype: 'Map',
  303. parammaps: {
  304. pastureid: Cookies.get('pastureid')
  305. }
  306. },
  307. // 体况评分参数
  308. getdataListParm2: {
  309. name: 'getDungAndBodyScore',
  310. page: 1,
  311. offset: 1,
  312. pagecount: 1,
  313. returntype: 'Map',
  314. parammaps: {
  315. pastureid: Cookies.get('pastureid'),
  316. barid: '',
  317. date: ''
  318. }
  319. },
  320. noteTakerList: [] // 记录人
  321. },
  322. textMap: {
  323. create: '新增',
  324. update: '编辑'
  325. },
  326. requestParam: {},
  327. download: {
  328. getdataListParm: {
  329. name: 'getBodyscoreList',
  330. page: 1,
  331. offset: 1,
  332. pagecount: 0,
  333. returntype: 'Map',
  334. parammaps: {
  335. pastureid: Cookies.get('pastureid'),
  336. barid: '',
  337. times: '',
  338. startTime: '',
  339. stopTime: '',
  340. inputDatetime: ''
  341. }
  342. },
  343. list: []
  344. },
  345. isokDisable: false,
  346. selectList: [],
  347. rowStyle: { maxHeight: 50 + 'px', height: 45 + 'px' },
  348. cellStyle: { padding: 0 + 'px' }
  349. }
  350. },
  351. computed: {
  352. // 设置请求头
  353. headers() {
  354. return {
  355. token: getToken()
  356. }
  357. },
  358. uploadData() {
  359. return {
  360. name: 'checkbarname,insertBodyscoreUpload',
  361. importParams: '栏舍名称,2.75-分(头),2.75分(头),3分(头),3.25分(头),3.5分(头),3.75分(头),4+分(头),备注,操作人,操作日期',
  362. sheetname: 'Sheet1',
  363. // 登录牧场
  364. pastureid: Cookies.get('pastureid'),
  365. // 日期参数
  366. dateParams: '操作日期',
  367. // 必填参数
  368. requiredParams: '栏舍名称,2.75-分(头),2.75分(头),3分(头),3.25分(头),3.5分(头),3.75分(头),4+分(头)',
  369. // 为数值的参数
  370. numParams: '2.75-分(头),2.75分(头),3分(头),3.25分(头),3.5分(头),3.75分(头),4+分(头)'
  371. }
  372. },
  373. // 设置上传地址
  374. uploadExcelUrl() {
  375. return process.env.VUE_APP_BASE_API + 'authdata/ImportExcel'
  376. }
  377. },
  378. created() {
  379. this.getList()
  380. this.getDownList()
  381. this.getDownList()
  382. },
  383. methods: {
  384. getButtons() {
  385. const Edit = 'PhysicalConditionScore'
  386. const isRoleEdit = checkButtons(JSON.parse(sessionStorage.getItem('buttons')), Edit)
  387. this.isRoleEdit = isRoleEdit
  388. },
  389. getDownList() {
  390. GetDataByNames(this.requestParams).then(response => {
  391. this.houseNameList = response.data.getBarListEnable.list
  392. if (response.data.getSysoptEnable.list !== null) {
  393. for (let i = 1; i <= response.data.getSysoptEnable.list[0].inforvalue; i++) {
  394. const obj = {}
  395. obj.id = String(i)
  396. if (i == 1) { obj.name = '第一班' } else if (i == 2) { obj.name = '第二班' } else if (i == 3) { obj.name = '第三班' } else if (i == 4) { obj.name = '第四班' }
  397. this.frequencyList.push(obj)
  398. }
  399. } else {
  400. this.frequencyList = []
  401. }
  402. })
  403. },
  404. handleBefore() {
  405. if (this.table.getdataListParm.parammaps.inputDatetime !== '' && this.table.getdataListParm.parammaps.inputDatetime !== null) {
  406. var start = new Date(this.table.getdataListParm.parammaps.inputDatetime[0].setDate(this.table.getdataListParm.parammaps.inputDatetime[0].getDate() - 1))
  407. var stop = new Date(this.table.getdataListParm.parammaps.inputDatetime[1].setDate(this.table.getdataListParm.parammaps.inputDatetime[1].getDate() - 1))
  408. this.table.getdataListParm.parammaps.inputDatetime.length = 0
  409. this.table.getdataListParm.parammaps.inputDatetime.push(start, stop)
  410. this.$forceUpdate()
  411. }
  412. },
  413. handleNext() {
  414. if (this.table.getdataListParm.parammaps.inputDatetime !== '' && this.table.getdataListParm.parammaps.inputDatetime !== null) {
  415. var start = new Date(this.table.getdataListParm.parammaps.inputDatetime[0].setDate(this.table.getdataListParm.parammaps.inputDatetime[0].getDate() + 1))
  416. var stop = new Date(this.table.getdataListParm.parammaps.inputDatetime[1].setDate(this.table.getdataListParm.parammaps.inputDatetime[1].getDate() + 1))
  417. this.table.getdataListParm.parammaps.inputDatetime.length = 0
  418. this.table.getdataListParm.parammaps.inputDatetime.push(start, stop)
  419. this.$forceUpdate()
  420. }
  421. },
  422. getList() {
  423. this.table.listLoading = true
  424. GetDataByName(this.table.getdataListParm).then(response => {
  425. console.log('table数据', response.data.list)
  426. if (response.data.list !== null) {
  427. for (let i = 0; i < response.data.list.length; i++) {
  428. this.$set(response.data.list[i], 'score25rate', (parseFloat(response.data.list[i].score25) / parseFloat(response.data.list[i].cowsum) * 100).toFixed(2))
  429. this.$set(response.data.list[i], 'score275rate', (parseFloat(response.data.list[i].score275) / parseFloat(response.data.list[i].cowsum) * 100).toFixed(2))
  430. this.$set(response.data.list[i], 'score3rate', (parseFloat(response.data.list[i].score3) / parseFloat(response.data.list[i].cowsum) * 100).toFixed(2))
  431. this.$set(response.data.list[i], 'score325rate', (parseFloat(response.data.list[i].score325) / parseFloat(response.data.list[i].cowsum) * 100).toFixed(2))
  432. this.$set(response.data.list[i], 'score35rate', (parseFloat(response.data.list[i].score35) / parseFloat(response.data.list[i].cowsum) * 100).toFixed(2))
  433. this.$set(response.data.list[i], 'score375rate', (parseFloat(response.data.list[i].score375) / parseFloat(response.data.list[i].cowsum) * 100).toFixed(2))
  434. this.$set(response.data.list[i], 'score4rate', (100 - response.data.list[i].score25rate - response.data.list[i].score275rate - response.data.list[i].score3rate - response.data.list[i].score325rate - response.data.list[i].score35rate - response.data.list[i].score375rate).toFixed(2))
  435. }
  436. this.table.list = response.data.list
  437. this.table.pageNum = response.data.pageNum
  438. this.table.pageSize = response.data.pageSize
  439. this.table.total = response.data.total
  440. } else {
  441. this.table.list = []
  442. }
  443. setTimeout(() => {
  444. this.table.listLoading = false
  445. }, 100)
  446. })
  447. },
  448. handleSearch() {
  449. console.log('点击了查询')
  450. if (this.table.getdataListParm.parammaps.inputDatetime !== '' && this.table.getdataListParm.parammaps.inputDatetime !== null) {
  451. this.table.getdataListParm.parammaps.startTime = parseTime(this.table.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
  452. this.table.getdataListParm.parammaps.stopTime = parseTime(this.table.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
  453. } else {
  454. this.table.getdataListParm.parammaps.inputDatetime = ''
  455. this.table.getdataListParm.parammaps.startTime = ''
  456. this.table.getdataListParm.parammaps.stopTime = ''
  457. }
  458. this.table.getdataListParm.offset = 1
  459. this.getList()
  460. },
  461. handleRefresh() {
  462. console.log('点击了重置')
  463. this.table.getdataListParm.parammaps.barid = ''
  464. this.table.getdataListParm.parammaps.times = ''
  465. this.table.getdataListParm.parammaps.startTime = ''
  466. this.table.getdataListParm.parammaps.stopTime = ''
  467. this.table.getdataListParm.parammaps.inputDatetime = ''
  468. this.table.getdataListParm.offset = 1
  469. this.getList()
  470. },
  471. // 新增
  472. resetTemp() {
  473. this.create.temp = { pastureid: Cookies.get('pastureid'), operatetime: parseTime(new Date(), '{y}-{m}-{d}'), emp: Cookies.get('employename'), barid: '', barname: '', times: '', standardscore: '', cowsum: '', score25: '', score275: '', score3: '', score325: '', score35: '', score375: '', score4: '', remark: '', ftid: '', ftname: '' }
  474. },
  475. blurEmp(item) {
  476. this.create.temp.emp = item.target.value
  477. },
  478. // 栏舍名称
  479. changeBar(item) {
  480. this.create.temp.barname = this.houseNameList.find(obj => obj.id === item).bname
  481. this.getRange()
  482. },
  483. changeOperatetime() {
  484. this.getRange()
  485. },
  486. // 粪便评分参数
  487. getRange() {
  488. this.create.getdataListParm2.parammaps.date = this.create.temp.operatetime
  489. this.create.getdataListParm2.parammaps.barid = this.create.temp.barid
  490. GetDataByName(this.create.getdataListParm2).then(response => {
  491. if (response.data.list !== null) {
  492. this.create.temp.standardscore = response.data.list[0].bodystandard
  493. this.create.temp.ftid = response.data.list[0].ftid
  494. this.create.temp.ftname = response.data.list[0].ftname
  495. } else {
  496. this.create.temp.standardscore = ''
  497. this.create.temp.ftid = ''
  498. this.create.temp.ftname = ''
  499. }
  500. })
  501. },
  502. // 操作人
  503. getNoteTakerList() {
  504. GetDataByName(this.create.getdataListParm).then(response => {
  505. if (response.data.list !== null) {
  506. for (let i = 0; i < response.data.list.length; i++) {
  507. response.data.list[i].myId = i
  508. }
  509. this.create.noteTakerList = response.data.list
  510. console.log('记录人数据', response.data.list)
  511. console.log(this.create.noteTakerList)
  512. } else {
  513. this.create.noteTakerList = []
  514. }
  515. })
  516. },
  517. blurScore() {
  518. if (this.create.temp.score25 !== '' && this.create.temp.score275 !== '' && this.create.temp.score3 !== '' && this.create.temp.score325 !== '' && this.create.temp.score35 !== '' && this.create.temp.score375 !== '' && this.create.temp.score4 !== '') {
  519. this.create.temp.cowsum = parseInt(this.create.temp.score25) + parseInt(this.create.temp.score275) + parseInt(this.create.temp.score3) + parseInt(this.create.temp.score325) + parseInt(this.create.temp.score35) + parseInt(this.create.temp.score375) + parseInt(this.create.temp.score4)
  520. }
  521. },
  522. handleCreate() {
  523. console.log('点击了新增')
  524. this.resetTemp()
  525. this.getNoteTakerList()
  526. this.create.dialogStatus = 'create'
  527. this.create.dialogFormVisible = true
  528. },
  529. createData() {
  530. console.log('点击了新增保存')
  531. this.isokDisable = true
  532. setTimeout(() => {
  533. this.isokDisable = false
  534. }, 1000)
  535. this.$refs['temp'].validate(valid => {
  536. if (valid) {
  537. this.isokDisable = true
  538. setTimeout(() => {
  539. this.isokDisable = false
  540. }, 1000)
  541. const score = /^\d*$/
  542. // 2.5分-/2.75分/3分/3.25分/3.5分/3.75分/4分+
  543. if (!score.test(parseFloat(this.create.temp.score25)) || !score.test(parseFloat(this.create.temp.score275)) || !score.test(parseFloat(this.create.temp.score3)) || !score.test(parseFloat(this.create.temp.score325)) || !score.test(parseFloat(this.create.temp.score35)) || !score.test(parseFloat(this.create.temp.score375)) || !score.test(parseFloat(this.create.temp.score4))) {
  544. this.$message({ type: 'error', message: '牛头数请输入大于等于0的整数', duration: 2000 })
  545. return false
  546. }
  547. this.requestParam.name = 'insertBodyscore'
  548. this.requestParam.parammaps = this.create.temp
  549. if (this.create.temp.emp == '') { this.create.temp.emp = Cookies.get('employename') }
  550. PostDataByName(this.requestParam).then(response => {
  551. console.log('新增保存发送参数', this.requestParam)
  552. if (response.msg !== 'fail') {
  553. this.$notify({ title: '成功', message: '保存成功', type: 'success', duration: 2000 })
  554. this.create.dialogFormVisible = false
  555. this.getList()
  556. } else {
  557. this.$notify({ title: '保存失败', message: response.data, type: 'warning', duration: 2000 })
  558. }
  559. })
  560. }
  561. })
  562. },
  563. createDataAgain() {
  564. console.log('点击了新增保存')
  565. this.isokDisable = true
  566. setTimeout(() => {
  567. this.isokDisable = false
  568. }, 1000)
  569. this.$refs['temp'].validate(valid => {
  570. if (valid) {
  571. this.isokDisable = true
  572. setTimeout(() => {
  573. this.isokDisable = false
  574. }, 1000)
  575. const score = /^\d*$/
  576. // 2.5分-/2.75分/3分/3.25分/3.5分/3.75分/4分+
  577. if (!score.test(parseFloat(this.create.temp.score25)) || !score.test(parseFloat(this.create.temp.score275)) || !score.test(parseFloat(this.create.temp.score3)) || !score.test(parseFloat(this.create.temp.score325)) || !score.test(parseFloat(this.create.temp.score35)) || !score.test(parseFloat(this.create.temp.score375)) || !score.test(parseFloat(this.create.temp.score4))) {
  578. this.$message({ type: 'error', message: '牛头数请输入大于等于0的整数', duration: 2000 })
  579. return false
  580. }
  581. this.requestParam.name = 'insertBodyscore'
  582. this.requestParam.parammaps = this.create.temp
  583. if (this.create.temp.emp == '') { this.create.temp.emp = Cookies.get('employename') }
  584. PostDataByName(this.requestParam).then(response => {
  585. console.log('新增保存发送参数', this.requestParam)
  586. if (response.msg !== 'fail') {
  587. this.$notify({ title: '成功', message: '保存成功', type: 'success', duration: 2000 })
  588. this.resetTemp()
  589. this.getList()
  590. this.getNoteTakerList()
  591. } else {
  592. this.$notify({ title: '保存失败', message: response.data, type: 'warning', duration: 2000 })
  593. }
  594. })
  595. }
  596. })
  597. },
  598. // 编辑
  599. handleUpdate(row) {
  600. console.log('点击了编辑', row)
  601. row.barid = String(row.barid)
  602. row.score25 = String(row.score25)
  603. row.score275 = String(row.score275)
  604. row.score3 = String(row.score3)
  605. row.score325 = String(row.score325)
  606. row.score35 = String(row.score35)
  607. row.score375 = String(row.score375)
  608. row.score4 = String(row.score4)
  609. this.create.temp = Object.assign({}, row)
  610. this.create.temp.id = row.id
  611. this.getNoteTakerList()
  612. this.create.dialogStatus = 'update'
  613. this.create.dialogFormVisible = true
  614. },
  615. updateData() {
  616. this.isokDisable = true
  617. setTimeout(() => {
  618. this.isokDisable = false
  619. }, 1000)
  620. this.$refs['temp'].validate(valid => {
  621. if (valid) {
  622. this.isokDisable = true
  623. setTimeout(() => {
  624. this.isokDisable = false
  625. }, 1000)
  626. const score = /^\d*$/
  627. // 2.5分-/2.75分/3分/3.25分/3.5分/3.75分/4分+
  628. if (!score.test(parseFloat(this.create.temp.score25)) || !score.test(parseFloat(this.create.temp.score275)) || !score.test(parseFloat(this.create.temp.score3)) || !score.test(parseFloat(this.create.temp.score325)) || !score.test(parseFloat(this.create.temp.score35)) || !score.test(parseFloat(this.create.temp.score375)) || !score.test(parseFloat(this.create.temp.score4))) {
  629. this.$message({ type: 'error', message: '牛头数请输入大于等于0的整数', duration: 2000 })
  630. return false
  631. }
  632. this.requestParam.name = 'updateBodyscore'
  633. this.requestParam.parammaps = this.create.temp
  634. if (this.create.temp.emp == '') { this.create.temp.emp = Cookies.get('employename') }
  635. PostDataByName(this.requestParam).then(response => {
  636. console.log('新增保存发送参数', this.requestParam)
  637. if (response.msg !== 'fail') {
  638. this.$notify({ title: '成功', message: '保存成功', type: 'success', duration: 2000 })
  639. this.create.dialogFormVisible = false
  640. this.getList()
  641. } else {
  642. this.$notify({ title: '保存失败', message: response.data, type: 'warning', duration: 2000 })
  643. }
  644. })
  645. }
  646. })
  647. },
  648. // 删除
  649. handleRowDelete(row) {
  650. console.log('点击了行内删除')
  651. MessageBox.confirm('是否确认删除此信息?', {
  652. confirmButtonText: '确认', cancelButtonText: '取消', type: 'warning'
  653. }).then(() => {
  654. this.selectList = []
  655. this.requestParam.name = 'deleteBodyscore'
  656. this.requestParam.parammaps = {}
  657. this.requestParam.parammaps.pastureid = row.pastureid
  658. this.requestParam.parammaps.id = row.id
  659. PostDataByName(this.requestParam).then(response => {
  660. if (response.msg === 'fail') {
  661. this.$notify({ title: '删除失败', message: response.data, type: 'warning', duration: 2000 })
  662. } else {
  663. this.$notify({ title: '成功', message: '删除成功', type: 'success', duration: 2000 })
  664. this.getList()
  665. }
  666. })
  667. }).catch(() => {
  668. this.$message({ type: 'info', message: '已取消删除' })
  669. })
  670. },
  671. handleSelectionChange(val) {
  672. console.log('勾选数据', val)
  673. this.selectList = val
  674. },
  675. handleDelete() {
  676. console.log('点击了删除')
  677. if (this.selectList.length == 0) {
  678. this.$message({ type: 'error', message: '请选择体况评分', duration: 2000 })
  679. } else {
  680. MessageBox.confirm('当前选中' + this.selectList.length + '条信息,是否删除?', {
  681. confirmButtonText: '确认', cancelButtonText: '取消', type: 'warning'
  682. }).then(() => {
  683. console.log(this.selectList)
  684. this.requestParam.common = { 'returnmap': '0' }
  685. this.requestParam.data = []
  686. this.requestParam.data[0] = { 'name': 'insertSpotList', 'resultmaps': { 'list': this.selectList }}
  687. this.requestParam.data[0].children = []
  688. this.requestParam.data[0].children[0] = { 'name': 'deleteBodyscore', 'type': 'e', 'parammaps': {
  689. id: '@insertSpotList.id',
  690. pastureid: '@insertSpotList.pastureid'
  691. }}
  692. ExecDataByConfig(this.requestParam).then(response => {
  693. console.log('删除保存发送参数', this.requestParam)
  694. if (response.msg === 'fail') {
  695. this.$notify({ title: '删除失败', message: response.data, type: 'warning', duration: 2000 })
  696. } else {
  697. this.$notify({ title: '', message: '删除成功', type: 'success', duration: 2000 })
  698. this.getList()
  699. }
  700. })
  701. })
  702. }
  703. },
  704. // 复制
  705. handleCopy() {
  706. console.log('点击了复制')
  707. if (this.selectList.length == 0) {
  708. this.$message({ type: 'error', message: '请选择体况评分', duration: 2000 })
  709. } else if (this.selectList.length == 1) {
  710. MessageBox.confirm('是否确认复制此信息?', {
  711. confirmButtonText: '确认', cancelButtonText: '取消', type: 'warning'
  712. }).then(() => {
  713. this.requestParam.name = 'copyBodyscore'
  714. this.requestParam.parammaps = {}
  715. this.requestParam.parammaps.pastureid = this.selectList[0].pastureid
  716. this.requestParam.parammaps.id = this.selectList[0].id
  717. PostDataByName(this.requestParam).then(response => {
  718. if (response.msg === 'fail') {
  719. this.$notify({ title: '保存失败', message: response.data, type: 'warning', duration: 2000 })
  720. } else {
  721. this.$notify({ title: '成功', message: '保存成功', type: 'success', duration: 2000 })
  722. this.getList()
  723. }
  724. })
  725. }).catch(() => {
  726. this.$message({ type: 'info', message: '已取消删除' })
  727. })
  728. } else {
  729. this.$message({ type: 'error', message: '请选择一条体况评分', duration: 2000 })
  730. }
  731. },
  732. // 导出
  733. handleExport(item) {
  734. if (item == 1) {
  735. console.log('点击了导出模板')
  736. const requestParam = this.requestParam
  737. const url = process.env.VUE_APP_BASE_API + 'file/导入导出模板/栏舍生产/体况评分导入模板.xlsx' // 请求下载文件的地址
  738. console.log(url)
  739. axios({
  740. method: 'GET',
  741. url: url,
  742. data: requestParam,
  743. headers: { token: getToken(), optname: 'insertcustomdoc' },
  744. responseType: 'blob'
  745. }).then(res => {
  746. if (!res) return
  747. this.percentage = 99
  748. setTimeout(() => {
  749. this.isPercentage = false
  750. }, 2000)
  751. const blob = new Blob([res.data], {
  752. type: 'application/octet-stream;charset=utf-8'
  753. })
  754. const url = window.URL.createObjectURL(blob)
  755. const aLink = document.createElement('a')
  756. aLink.style.display = 'none'
  757. aLink.href = url
  758. const docname = '体况评分导入模板.xlsx'
  759. aLink.setAttribute('download', docname) // 下载的文件
  760. document.body.appendChild(aLink)
  761. aLink.click()
  762. document.body.removeChild(aLink)
  763. window.URL.revokeObjectURL(url)
  764. })
  765. } else {
  766. console.log('点击了导出数据')
  767. this.download.getdataListParm.parammaps = this.table.getdataListParm.parammaps
  768. if (this.download.getdataListParm.parammaps.inputDatetime !== '' && this.download.getdataListParm.parammaps.inputDatetime !== null) {
  769. this.download.getdataListParm.parammaps.startTime = parseTime(this.download.getdataListParm.parammaps.inputDatetime[0], '{y}-{m}-{d}')
  770. this.download.getdataListParm.parammaps.stopTime = parseTime(this.download.getdataListParm.parammaps.inputDatetime[1], '{y}-{m}-{d}')
  771. } else {
  772. this.download.getdataListParm.parammaps.inputDatetime = ''
  773. this.download.getdataListParm.parammaps.startTime = ''
  774. this.download.getdataListParm.parammaps.stopTime = ''
  775. }
  776. GetDataByName(this.download.getdataListParm).then(response => {
  777. if (response.data.list !== null) {
  778. this.download.list = response.data.list
  779. } else {
  780. this.download.list = []
  781. }
  782. var excelDatas = [
  783. {
  784. tHeader: ['栏舍名称', '标准分数(分)', '牛头数(头)', '2.75-分(头)', '2.75分(头)', '3分(头)', '3.25分(头)', '3.5分(头)', '3.75分(头)', '4+分(头)', '备注', '操作人', '操作日期'],
  785. filterVal: ['barname', 'standardscore', 'cowsum', 'score25', 'score275', 'score3', 'score325', 'score35', 'score375', 'score4', 'remark', 'emp', 'operatetime'],
  786. tableDatas: this.download.list,
  787. sheetName: 'Sheet1'
  788. }
  789. ]
  790. json2excel(excelDatas, '体况评分', true, 'xlsx')
  791. })
  792. }
  793. },
  794. beforeImport(file) {
  795. const isLt2M = file.size / 1024 / 1024 < 2
  796. if (!isLt2M) {
  797. this.$message.error('上传文件大小不能超过 2MB!')
  798. }
  799. return isLt2M
  800. },
  801. handleImportSuccess(res, file) {
  802. this.getList()
  803. if (res.msg === 'ok') {
  804. this.$message({ title: '成功', message: '导入成功:' + res.data.success + '条!', type: 'success', duration: 2000 })
  805. if (res.data.err_count > 0) {
  806. this.$notify({ title: '失败', message: '导入失败:' + res.data.err_count + '条!', type: 'danger', duration: 2000 })
  807. import('@/vendor/Export2Excel').then(excel => {
  808. const list1 = res.data.result
  809. const tHeader = [
  810. '栏舍名称', '2.75-分(头)', '2.75分(头)', '3分(头)', '3.25分(头)', '3.5分(头)', '3.75分(头)', '4+分(头)', '备注', '操作人', '操作日期', '错误信息'
  811. ]
  812. const filterVal = [
  813. '栏舍名称', '2.75-分(头)', '2.75分(头)', '3分(头)', '3.25分(头)', '3.5分(头)', '3.75分(头)', '4+分(头)', '备注', '操作人', '操作日期', 'error_msg'
  814. ]
  815. const data1 = this.formatJson(filterVal, list1)
  816. excel.export_json_to_excel({ header: tHeader, data: data1, filename: '体况评分导入报错信息', autoWidth: true, bookType: 'xlsx' })
  817. })
  818. }
  819. } else {
  820. this.$notify({ title: '失败', message: '上传失败', type: 'danger', duration: 2000 })
  821. }
  822. },
  823. formatJson(filterVal, jsonData) {
  824. return jsonData.map(v =>
  825. filterVal.map(j => {
  826. if (j === 'timestamp') {
  827. return parseTime(v[j])
  828. } else {
  829. return v[j]
  830. }
  831. })
  832. )
  833. }
  834. }
  835. }
  836. </script>
  837. <style lang="scss" scoped>
  838. .search{padding-top:10px;clear: both;}
  839. .table{margin-top:10px;}
  840. </style>