Commit 11ad0da7 authored by jingnan's avatar jingnan 👀

入库明细增加制造偏离单号字段

parent ccb25b11
......@@ -723,6 +723,15 @@ export default {
placeholder: '请输入合同号'
}
},
{
title: '制造偏离单号',
key: 'deviationNo',
component: {
clearable: true,
name: 'el-input',
placeholder: '请输入制造偏离单号'
}
},
// { title: '订货单号', key: 'purchaseOrderNo', component: { name: 'el-input', placeholder: '请输入订货单号' }},
{
title: '备注',
......@@ -1102,6 +1111,15 @@ export default {
placeholder: '请输入合同号/框架协议号'
}
},
{
title: '制造偏离单号',
key: 'deviationNo',
component: {
clearable: true,
name: 'el-input',
placeholder: '请输入制造偏离单号'
}
},
// { title: '订货单号', key: 'purchaseOrderNo', component: { name: 'el-input', placeholder: '请输入订货单号' }},
{
title: '备注',
......@@ -1442,6 +1460,15 @@ export default {
placeholder: '请输入合同号'
}
},
{
title: '制造偏离单号',
key: 'deviationNo',
component: {
clearable: true,
name: 'el-input',
placeholder: '请输入制造偏离单号'
}
},
// { title: '订货单号', key: 'purchaseOrderNo', component: { name: 'el-input', placeholder: '请输入订货单号' }},
{
title: '备注',
......@@ -1994,6 +2021,7 @@ export default {
'inventoryReqId': this.basicData.id,
'inventoryReqIdType': 'InventoryRequest',
'contractNo': this.form.contractNo,
'deviationNo': this.form.deviationNo,
'isRoot': !this.isChild,
'subEquipment': this.form.subEquipment,
'productDwawVer': this.form.productDwawVer,
......
......@@ -720,6 +720,15 @@ export default {
placeholder: '请输入合同号'
}
},
{
title: '制造偏离单号',
key: 'deviationNo',
component: {
clearable: true,
name: 'el-input',
placeholder: '请输入制造偏离单号'
}
},
// { title: '订货单号', key: 'purchaseOrderNo', component: { name: 'el-input', placeholder: '请输入订货单号' }},
{
title: '备注',
......@@ -1099,6 +1108,15 @@ export default {
placeholder: '请输入合同号/框架协议号'
}
},
{
title: '制造偏离单号',
key: 'deviationNo',
component: {
clearable: true,
name: 'el-input',
placeholder: '请输入制造偏离单号'
}
},
// { title: '订货单号', key: 'purchaseOrderNo', component: { name: 'el-input', placeholder: '请输入订货单号' }},
{
title: '备注',
......@@ -1439,6 +1457,15 @@ export default {
placeholder: '请输入合同号'
}
},
{
title: '制造偏离单号',
key: 'deviationNo',
component: {
clearable: true,
name: 'el-input',
placeholder: '请输入制造偏离单号'
}
},
// { title: '订货单号', key: 'purchaseOrderNo', component: { name: 'el-input', placeholder: '请输入订货单号' }},
{
title: '备注',
......@@ -1991,6 +2018,7 @@ export default {
'inventoryReqId': this.basicData.id,
'inventoryReqIdType': 'InventoryRequest',
'contractNo': this.form.contractNo,
'deviationNo': this.form.deviationNo,
'isRoot': !this.isChild,
'subEquipment': this.form.subEquipment,
'productDwawVer': this.form.productDwawVer,
......
......@@ -348,6 +348,15 @@ export default {
placeholder: '请输入合同号'
}
},
{
title: '制造偏离单号',
key: 'deviationNo',
component: {
clearable: true,
name: 'el-input',
placeholder: '请输入制造偏离单号'
}
},
// { title: '订货单号', key: 'purchaseOrderNo', component: { name: 'el-input', placeholder: '请输入订货单号' }},
{
title: '备注',
......@@ -801,6 +810,7 @@ export default {
'inventoryReqId': this.basicData.rows.id,
'inventoryReqIdType': 'InventoryRequest',
'contractNo': this.form.contractNo,
'deviationNo': this.form.deviationNo,
'isRoot': true
}
).then((res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment