Browse Source

调用记录

master
常熟吴彦祖 3 months ago
parent
commit
d5c82bb66a
  1. 2
      src/views/modules/warehouse/labelQueryLocation.vue
  2. 4
      src/views/modules/warehouse/pallet.vue

2
src/views/modules/warehouse/labelQueryLocation.vue

@ -123,7 +123,7 @@ export default {
{columnProp: "qty", headerAlign: "center", align: "right", columnLabel: "数量", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "qty", headerAlign: "center", align: "right", columnLabel: "数量", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""},
{columnProp: "palletId", headerAlign: "center", align: "center", columnLabel: "所在栈板", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "palletId", headerAlign: "center", align: "center", columnLabel: "所在栈板", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""},
{columnProp: "callingFlag", headerAlign: "center", align: "center", columnLabel: "是否调用", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "callingFlag", headerAlign: "center", align: "center", columnLabel: "是否调用", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""},
{columnProp: "remark", headerAlign: "center", align: "left", columnLabel: "最近一次调用原因", columnWidth: 150, columnSortable: false, showOverflowTooltip: true, fixed: ""},
{columnProp: "remark", headerAlign: "center", align: "left", columnLabel: "最近一次调用备注", columnWidth: 150, columnSortable: false, showOverflowTooltip: true, fixed: ""},
{columnProp: "position", headerAlign: "center", align: "center", columnLabel: "位置", columnWidth: 60, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "position", headerAlign: "center", align: "center", columnLabel: "位置", columnWidth: 60, columnSortable: false, showOverflowTooltip: true, fixed: ""},
{columnProp: "layer", headerAlign: "center", align: "center", columnLabel: "层数", columnWidth: 60, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "layer", headerAlign: "center", align: "center", columnLabel: "层数", columnWidth: 60, columnSortable: false, showOverflowTooltip: true, fixed: ""},

4
src/views/modules/warehouse/pallet.vue

@ -244,7 +244,7 @@
<!-- 备注占全行 - rqrq --> <!-- 备注占全行 - rqrq -->
<el-row> <el-row>
<el-col :span="24"> <el-col :span="24">
<el-form-item label="最近一次调用原因">
<el-form-item label="最近一次调用备注">
<el-input v-model="saveHeaderData.remark" readonly ></el-input> <el-input v-model="saveHeaderData.remark" readonly ></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
@ -392,7 +392,7 @@ export default {
columnProp: "remark", columnProp: "remark",
headerAlign: "center", headerAlign: "center",
align: "left", align: "left",
columnLabel: "最近一次调用原因",
columnLabel: "最近一次调用备注",
columnWidth: 150, columnWidth: 150,
}, },
{ {

Loading…
Cancel
Save