Browse Source

04.09优化 - 生产入库

- 领料申请
- 仓库发料
master
jiayang yue 9 months ago
parent
commit
22445bf904
  1. 166
      src/views/modules/orderIssure/soIssueNotify/issueNotify.vue

166
src/views/modules/orderIssure/soIssueNotify/issueNotify.vue

@ -484,6 +484,24 @@ export default {
},
],
billLadingDetailColumnList: [
{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2CNeedDate',
tableId: '400002Table2',
tableName: '领料申请单明细表',
columnProp: 'cNeedDate',
columnLabel: '领料单需求日期',
headerAlign: 'center',
align: 'center',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 110,
},
{
userId: this.$store.state.user.name,
functionId: 400002,
@ -520,6 +538,60 @@ export default {
fixed: '',
columnWidth: 80,
},
{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2CurrIssueQty',
tableId: '400002Table2',
tableName: '领料申请单明细表',
columnProp: 'currIssueQty',
columnLabel: '当前提货单下发数量',
headerAlign: 'center',
align: 'right',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120,
},
{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2UnissueQty',
tableId: '400002Table2',
tableName: '领料申请单明细表',
columnProp: 'unissueQty',
columnLabel: '当前提货单退料数量',
headerAlign: 'center',
align: 'right',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120,
},
{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2TranId',
tableId: '400002Table2',
tableName: '领料申请单明细表',
columnProp: 'tranId',
columnLabel: '事务标识',
headerAlign: 'center',
align: 'right',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120,
},
{
userId: this.$store.state.user.name,
functionId: 400002,
@ -538,6 +610,24 @@ export default {
fixed: '',
columnWidth: 110,
},
{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2ProductCategory',
tableId: '400002Table2',
tableName: '领料申请单明细表',
columnProp: 'productCategory',
columnLabel: '产品大类',
headerAlign: 'center',
align: 'left',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 90,
},
{
userId: this.$store.state.user.name,
functionId: 400002,
@ -577,10 +667,10 @@ export default {
{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2IssueQty',
serialNumber: '400002Table2CurrentIssuedQty',
tableId: '400002Table2',
tableName: '领料申请单明细表',
columnProp: 'issueQty',
columnProp: 'currentIssuedQty',
columnLabel: '下发数量(实时)',
headerAlign: 'center',
align: 'right',
@ -826,6 +916,78 @@ export default {
fixed: '',
columnWidth: 80,
},
{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2AssignedQty',
tableId: '400002Table2',
tableName: '领料申请单明细表',
columnProp: 'assignedQty',
columnLabel: '领料数量',
headerAlign: 'center',
align: 'right',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 110,
},
{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2ReleaseNo',
tableId: '400002Table2',
tableName: '领料申请单明细表',
columnProp: 'releaseNo',
columnLabel: '下达号',
headerAlign: 'center',
align: 'left',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 50,
},
{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2SequenceNo',
tableId: '400002Table2',
tableName: '领料申请单明细表',
columnProp: 'sequenceNo',
columnLabel: '序号',
headerAlign: 'center',
align: 'left',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 40,
},
{
userId: this.$store.state.user.name,
functionId: 400002,
serialNumber: '400002Table2OpStartDate',
tableId: '400002Table2',
tableName: '领料申请单明细表',
columnProp: 'opStartDate',
columnLabel: '工序开始时间',
headerAlign: 'center',
align: 'center',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120,
},
],
pickDetailColumnList: [
{

Loading…
Cancel
Save