fix:修复

20240912_adapter
chenhc 2 months ago
parent 7fbb42d160
commit f7317fbf22

@ -8,7 +8,7 @@
<div> <div>
<el-form :model="formData" class="order-el-form" ref="formData" label-width="120px"> <el-form :model="formData" class="order-el-form" ref="formData" label-width="120px">
<el-col :span="18" style="margin-left: 0px"> <el-col :span="12" style="margin-left: 0px">
<span style="font-size: 14px;color: #909399">当前工位:&nbsp&nbsp&nbsp&nbsp<span <span style="font-size: 14px;color: #909399">当前工位:&nbsp&nbsp&nbsp&nbsp<span
style="font-size: 16px;color: #000000">{{ this.formData.workplaceName }}</span> style="font-size: 16px;color: #000000">{{ this.formData.workplaceName }}</span>
&nbsp&nbsp&nbsp&nbsp<el-button type="primary" icon="el-icon-sort" @click="toggleWorkplace" v-if="workPlaceClass == 2" &nbsp&nbsp&nbsp&nbsp<el-button type="primary" icon="el-icon-sort" @click="toggleWorkplace" v-if="workPlaceClass == 2"
@ -27,7 +27,7 @@
</el-form> </el-form>
</div> </div>
<el-col :span="4" align="right" style="margin-top: 10px"> <el-col :span="10" align="right" style="margin-top: 10px">
<div class="inv-hos-title"> <div class="inv-hos-title">
<span <span
style="margin: 10px;color: #2d8cf0;font-size: 14px;" style="margin: 10px;color: #2d8cf0;font-size: 14px;"

@ -149,7 +149,7 @@
<!-- <el-table-column label="扫码数量" prop="scanActCount" width="80"></el-table-column>--> <!-- <el-table-column label="扫码数量" prop="scanActCount" width="80"></el-table-column>-->
<!-- <el-table-column label="单据数量" prop="count" width="80"></el-table-column>--> <!-- <el-table-column label="单据数量" prop="count" width="80"></el-table-column>-->
<!-- 扫码数量列 --> <!-- 扫码数量列 -->
<el-table-column label="扫码实际数量" width="80"> <el-table-column label="扫码实际数量" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<span :style="getScanActCountStyle(scope.row)"> <span :style="getScanActCountStyle(scope.row)">
<strong>{{ scope.row.scanActCount }}</strong> <strong>{{ scope.row.scanActCount }}</strong>

Loading…
Cancel
Save