Browse Source

2026-02-10

生产订单列表增加领料方式
master
fengyuan_yang 2 weeks ago
parent
commit
397a6511d2
  1. 21
      src/views/modules/shopOrder/shopOrder/shopOrderList.vue

21
src/views/modules/shopOrder/shopOrder/shopOrderList.vue

@ -347,8 +347,7 @@
:label="item.columnLabel">
<template slot-scope="scope">
<span v-if="!item.columnHidden"> {{ scope.row[item.columnProp] }}</span>
<span v-if="item.columnImage"><img :src="scope.row[item.columnProp]"
style="width: 100px; height: 80px"/></span>
<span v-if="item.columnImage"><img :src="scope.row[item.columnProp]" style="width: 100px; height: 80px"/></span>
</template>
</el-table-column>
</el-table>
@ -1003,6 +1002,24 @@ export default {
fixed: '',
columnWidth: 100
},
{
userId: this.$store.state.user.name,
functionId: 104001007,
serialNumber: '104001007TableIssueMethod',
tableId: "104001007Table",
tableName: "生产订单产品结构表",
columnProp: "issueMethod",
headerAlign: "center",
align: "center",
columnLabel: "领料方式",
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100
},
{
userId: this.$store.state.user.name,
functionId: 104001007,

Loading…
Cancel
Save