3cdf123854e146fa8131baabd49e765379b1a478.svn-base 37 KB

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