Browse Source

Merge branch 'hotfix/bug1' of duanxiaoduan/tmr-admin into master

duanxiaoduan 1 year ago
parent
commit
6e6cd33622
2 changed files with 3 additions and 3 deletions
  1. BIN
      dist.zip
  2. 3 3
      src/views/shedProduction/materialRemainingRecord/index.vue

BIN
dist.zip


+ 3 - 3
src/views/shedProduction/materialRemainingRecord/index.vue

@@ -307,14 +307,14 @@ export default {
     uploadData() {
       return {
         name: 'checkbarname,checktimes,insertBarfeedremainUpload',
-        importParams: '栏舍名称,剩料量(kg),班次,收集时间,操作人',
+        importParams: '栏舍名称,剩料量(kg),班次(第一班/第二班/第三班),收集时间,操作人',
         sheetname: 'Sheet1',
         // 登录牧场
         pastureid: Cookies.get('pastureid'),
         // 日期参数
         dateParams: '收集时间',
         // 必填参数
-        requiredParams: '栏舍名称,剩料量(kg),班次',
+        requiredParams: '栏舍名称,剩料量(kg),剩料量(kg),班次(第一班/第二班/第三班)',
         // 为数值的参数
         numParams: '剩料量(kg)'
       }
@@ -742,7 +742,7 @@ export default {
            if(item== 2){
               var excelDatas1 = [
                 {
-                  tHeader: ['栏舍名称', '剩料量(kg)', '班次', '收集时间', '操作人'],
+                  tHeader: ['栏舍名称', '剩料量(kg)', '班次(第一班/第二班/第三班)', '收集时间', '操作人'],
                   filterVal: ['barname', 'remain', 'timesstr', 'operatetime', 'emp'],
                   tableDatas: this.download.list,
                   sheetName: 'Sheet1'