Jelajahi Sumber

1.修改了栏舍剩料记录导入导出参数

duanxiaoduan 1 tahun lalu
induk
melakukan
199a1dc86d
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. TEMPAT SAMPAH
      dist.zip
  2. 3 3
      src/views/shedProduction/materialRemainingRecord/index.vue

TEMPAT SAMPAH
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'