Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TFMOM
TF-MOM-WEB
Commits
11ad0da7
Commit
11ad0da7
authored
Nov 06, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库明细增加制造偏离单号字段
parent
ccb25b11
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
66 additions
and
0 deletions
+66
-0
storageDetailsCreateCom.vue
...torageRecallItemCom/component/storageDetailsCreateCom.vue
+28
-0
storageDetailsCreateCom.vue
...arehousingNewOrEdit/component/storageDetailsCreateCom.vue
+28
-0
index.vue
...ivateComponents/components/StorageDetailsCreate/index.vue
+10
-0
No files found.
applications/dee-mes/src/privateComponents/components/InStorageRecallItemCom/component/storageDetailsCreateCom.vue
View file @
11ad0da7
...
...
@@ -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
,
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/component/storageDetailsCreateCom.vue
View file @
11ad0da7
...
...
@@ -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
,
...
...
applications/dee-mes/src/privateComponents/components/StorageDetailsCreate/index.vue
View file @
11ad0da7
...
...
@@ -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
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment