Browse Source

2025-11-17

优化
master
fengyuan_yang 2 months ago
parent
commit
1544d2cc55
  1. 4
      src/views/modules/boxManage/saleBoxManage.vue
  2. 18
      src/views/modules/qc/IQCResultEntry.vue

4
src/views/modules/boxManage/saleBoxManage.vue

@ -250,11 +250,11 @@
<span style="color: rgb(38, 92, 147); font-weight: bold;">{{currentRow.requiredQty || 0}}</span>
</span>
<span style="margin-left: 20px; font-size: 14px; display: inline-block; margin-top: 20px;">
<span style="color: #606266;">盒数</span>
<span style="color: #606266;">标签张</span>
<span style="color: rgb(38, 92, 147); font-weight: bold;">{{caseStatistics.casesCount}}</span>
</span>
<span style="margin-left: 20px; font-size: 14px; display: inline-block; margin-top: 20px;">
<span style="color: #606266;">卷数</span>
<span style="color: #606266;">标签张</span>
<span style="color: rgb(38, 92, 147); font-weight: bold;">{{caseStatistics.rollCount}}</span>
</span>
<span style="margin-left: 20px; font-size: 14px; display: inline-block; margin-top: 20px;">

18
src/views/modules/qc/IQCResultEntry.vue

@ -1201,6 +1201,24 @@
fixed: '',
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 301006,
serialNumber: '301006Table1RollQty',
tableId: "301006Table1",
tableName: "IQC检验记录表",
columnProp: 'rollCount',
headerAlign: "center",
align: "right",
columnLabel: '到货卷数',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 301006,

Loading…
Cancel
Save