rev:修改

This commit is contained in:
2026-03-17 17:35:30 +08:00
parent 50b357b6f9
commit 5a8916bebf
14 changed files with 198 additions and 135 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -27,11 +27,11 @@
style="width: 200px"
/>
</el-form-item>
<el-form-item label="批次号">
<el-form-item label="工单编码">
<el-input
v-model="query.batchNo"
clearable
placeholder="请输入批次号"
placeholder="请输入工单编码"
style="width: 200px"
/>
</el-form-item>
@@ -75,13 +75,12 @@
<!--表格渲染-->
<el-table ref="table" border v-loading="crud.loading" :data="crud.data" size="mini" style="width: 100%;" @selection-change="crud.selectionChangeHandler">
<el-table-column type="selection" width="55" />
<el-table-column prop="rowNum" label="序号" width="80" align="center" />
<el-table-column prop="groupCode" label="班组编码" width="120" />
<el-table-column prop="groupName" label="班组名称" width="120" />
<el-table-column prop="materialCode" label="物料编码" width="150" />
<el-table-column prop="materialName" label="物料名称" />
<el-table-column prop="materialSpec" label="规格型号" />
<el-table-column prop="batchNo" label="批次" width="150" />
<el-table-column prop="batchNo" label="工单编码" width="150" />
<el-table-column prop="receiveQty" label="领料重量" width="100" align="right" />
<el-table-column prop="returnQty" label="退料重量" width="100" align="right" />
<el-table-column prop="consumeQty" label="消耗重量" width="100" align="right" />
@@ -138,7 +137,7 @@ export default {
startDate: this.query.startDate || '',
endDate: this.query.endDate || ''
}
crudConsumeReport.downloadExcel(params).then(res => {
const blob = new Blob([res], { type: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' })
const url = window.URL.createObjectURL(blob)

View File

@@ -75,7 +75,6 @@
<!--表格渲染-->
<el-table ref="table" border v-loading="crud.loading" :data="crud.data" size="mini" style="width: 100%;" @selection-change="crud.selectionChangeHandler">
<el-table-column type="selection" width="55" />
<el-table-column prop="rowNum" label="序号" width="80" align="center" />
<el-table-column prop="confirmTime" label="领退时间" width="180" />
<el-table-column prop="groupCode" label="班组编码" width="120" />
<el-table-column prop="groupName" label="班组名称" width="120" />
@@ -138,7 +137,7 @@ export default {
startDate: this.query.startDate || '',
endDate: this.query.endDate || ''
}
crudIosReport.downloadExcel(params).then(res => {
const blob = new Blob([res], { type: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' })
const url = window.URL.createObjectURL(blob)

View File

@@ -3,7 +3,7 @@
<!-- 头部标题 -->
<div class="screen-header">
<div class="header-logo">
<img src="@/assets/images/logo.png" alt="logo" class="logo-img">
<img src="@/assets/images/1.png" alt="logo" class="logo-img">
</div>
<div class="header-title">
哈电汽轮机镇江有限责任公司数字化焊材库智慧大屏
@@ -67,7 +67,7 @@
<div class="agv-status" :class="getAgvStatusClass(agv.status)">
{{ getAgvStatusText(agv.status) }}
</div>
<div class="agv-task">当前任务{{ agv.taskCode || '无' }}</div>
<div class="agv-task">当前任务{{ agv.task_code || '无' }}</div>
<div class="agv-battery">电量{{ agv.power || 0 }}%</div>
</div>
</div>