Browse Source

删除了饲喂效率配方成本,产奶量,公斤奶饲料成本

duanxiaoduan 1 năm trước cách đây
mục cha
commit
3c8df0580b

+ 1 - 1
src/views/inventoryManagement/warehousing/index.vue

@@ -1169,7 +1169,7 @@ export default {
       if (item == 1) {
         console.log('点击了导出模板')
         const requestParam = this.requestParam
-        const url = process.env.VUE_APP_BASE_API + 'file/导入导出模板/库存管理/入库导入模板.xlsx' // 请求下载文件的地址
+        const url = Cookies.get('url') + 'file/导入导出模板/库存管理/入库导入模板.xlsx' // 请求下载文件的地址
         console.log(url)
         axios({
           method: 'GET',

+ 0 - 3
src/views/statisticalAnalysis/feedingEfficiency/pasture/index.vue

@@ -55,11 +55,8 @@
             <el-table-column sortable label="实际干物质采食量(kg/头)" min-width="80px" align="center" prop="实际干物质采食量" />
             <el-table-column sortable label="采食率(%)" min-width="60px" align="center" prop="采食率" />
             <el-table-column sortable label="配方理论成本" min-width="60px" align="center" prop="feedtempletPrice" />
-            <el-table-column sortable label="配方成本(元/头)" min-width="65px" align="center" prop="配方成本" />
             <el-table-column sortable label="实际成本(元/头)" min-width="65px" align="center" prop="实际成本" />
-            <el-table-column sortable label="产奶量(kg/头)" min-width="65px" align="center" prop="产奶量" />
             <el-table-column sortable label="饲料转化率(%)" min-width="60px" align="center" prop="饲料转化率" />
-            <el-table-column sortable label="公斤奶饲料成本" min-width="60px" align="center" prop="公斤奶饲料成本" />
           </el-table>
           <span v-if="tab.table.listLoading == false" style="margin-right: 30px;margin-top: 10px;font-size: 14px;">共{{ tab.table.total }}条</span>
         </div>