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
0fda22f5
Commit
0fda22f5
authored
Jan 08, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购人员填写保存产品信息后,未录入信息的框能自动填写“/”
parent
05079df3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
40 deletions
+42
-40
storageDetailsCreateCom.vue
...torageRecallItemCom/component/storageDetailsCreateCom.vue
+18
-17
storageDetailsCreateCom.vue
...arehousingNewOrEdit/component/storageDetailsCreateCom.vue
+24
-23
No files found.
applications/dee-mes/src/privateComponents/components/InStorageRecallItemCom/component/storageDetailsCreateCom.vue
View file @
0fda22f5
...
...
@@ -2004,14 +2004,14 @@ export default {
// 'reqAmount': this.form.reqAmount,
'extDxSipplierId'
:
this
.
basicData
.
extDxSipplierId
||
''
,
'extDxSipplierIdType'
:
'ExtDxSipplier'
,
'manufacturer'
:
this
.
form
.
manufacturer
,
'manufacturer'
:
this
.
form
.
manufacturer
||
'/'
,
'arrivalDate'
:
this
.
form
.
arrivalDate
,
'producedTime'
:
this
.
form
.
producedTime
,
'storageCondition'
:
this
.
form
.
storageCondition
,
'withProductMaterial'
:
Array
.
isArray
(
this
.
form
.
withProductMaterial
)
?
this
.
form
.
withProductMaterial
.
join
(
';'
)
:
this
.
form
.
withProductMaterial
,
'storageCondition'
:
this
.
form
.
storageCondition
||
'/'
,
'withProductMaterial'
:
Array
.
isArray
(
this
.
form
.
withProductMaterial
)
?
this
.
form
.
withProductMaterial
.
join
(
';'
)
:
this
.
form
.
withProductMaterial
||
'/'
,
'urgency'
:
this
.
form
.
urgency
,
'arrivedDrawNo'
:
this
.
form
.
arrivedDrawNo
,
'arrivalVer'
:
this
.
form
.
arrivalVer
,
'arrivedDrawNo'
:
this
.
form
.
arrivedDrawNo
||
'/'
,
'arrivalVer'
:
this
.
form
.
arrivalVer
||
'/'
,
'stockUnitPrice'
:
this
.
form
.
stockUnitPrice
,
'taxRate'
:
this
.
form
.
taxRate
,
'stockPrice'
:
this
.
form
.
stockPrice
,
...
...
@@ -2023,20 +2023,21 @@ export default {
'inventoryReqId'
:
this
.
basicData
.
id
,
'inventoryReqIdType'
:
'InventoryRequest'
,
'contractNo'
:
this
.
form
.
contractNo
,
'deviationNo'
:
this
.
form
.
deviationNo
,
'deviationNo'
:
this
.
form
.
deviationNo
||
'/'
,
'isRoot'
:
!
this
.
isChild
,
'subEquipment'
:
this
.
form
.
subEquipment
,
'productDwawVer'
:
this
.
form
.
productDwawVer
,
'atpName'
:
this
.
form
.
atpName
,
'atpNo'
:
this
.
form
.
atpNo
,
'softConfPieceNo'
:
this
.
form
.
softConfPieceNo
,
'elecHardwareConfPieceNo'
:
this
.
form
.
elecHardwareConfPieceNo
,
'approvalCert'
:
this
.
form
.
approvalCert
,
'isNewlyProduct'
:
this
.
form
.
isNewlyProduct
,
'reqUnit'
:
this
.
form
.
reqUnit
,
'remark'
:
this
.
form
.
remark
,
'subEquipment'
:
this
.
form
.
subEquipment
||
'/'
,
'productDwawVer'
:
this
.
form
.
productDwawVer
||
'/'
,
'atpName'
:
this
.
form
.
atpName
||
'/'
,
'atpNo'
:
this
.
form
.
atpNo
||
'/'
,
'softConfPieceNo'
:
this
.
form
.
softConfPieceNo
||
'/'
,
'elecHardwareConfPieceNo'
:
this
.
form
.
elecHardwareConfPieceNo
||
'/'
,
'approvalCert'
:
this
.
form
.
approvalCert
||
'/'
,
'isNewlyProduct'
:
this
.
form
.
isNewlyProduct
||
false
,
'reqUnit'
:
this
.
form
.
reqUnit
||
'/'
,
'remark'
:
this
.
form
.
remark
||
'/'
,
'operateType'
:
this
.
operateType
,
'MaterialResCode'
:
this
.
form
.
resCode
'MaterialResCode'
:
this
.
form
.
resCode
,
'deliverySpec'
:
this
.
basicData
.
deliverySpec
||
'/'
}
this
.
$emit
(
'addTableData'
,
newTableData
)
this
.
handleClose
()
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingNewOrEdit/component/storageDetailsCreateCom.vue
View file @
0fda22f5
...
...
@@ -1854,11 +1854,11 @@ export default {
// 带出物料相关默认值
const
SELECT_MATERIAL
=
this
.
material
.
find
((
item
)
=>
item
.
resCode
===
v
)
if
(
SELECT_MATERIAL
)
{
this
.
$set
(
this
.
form
,
'modelNo'
,
SELECT_MATERIAL
.
modelNo
||
''
)
this
.
$set
(
this
.
form
,
'techSpec'
,
SELECT_MATERIAL
.
techSpec
||
''
)
this
.
$set
(
this
.
form
,
'spec'
,
SELECT_MATERIAL
.
spec
||
''
)
this
.
$set
(
this
.
form
,
'supplyStatus'
,
SELECT_MATERIAL
.
supplyStatus
||
''
)
this
.
$set
(
this
.
form
,
'reqUnit'
,
SELECT_MATERIAL
.
extUnit
&&
SELECT_MATERIAL
.
extUnit
.
unitName
||
''
)
this
.
$set
(
this
.
form
,
'modelNo'
,
SELECT_MATERIAL
.
modelNo
||
'
/
'
)
this
.
$set
(
this
.
form
,
'techSpec'
,
SELECT_MATERIAL
.
techSpec
||
'
/
'
)
this
.
$set
(
this
.
form
,
'spec'
,
SELECT_MATERIAL
.
spec
||
'
/
'
)
this
.
$set
(
this
.
form
,
'supplyStatus'
,
SELECT_MATERIAL
.
supplyStatus
||
'
/
'
)
this
.
$set
(
this
.
form
,
'reqUnit'
,
SELECT_MATERIAL
.
extUnit
&&
SELECT_MATERIAL
.
extUnit
.
unitName
||
'
/
'
)
this
.
$set
(
this
.
form
,
'resName'
,
SELECT_MATERIAL
.
resName
)
this
.
$set
(
this
.
form
,
'extMaterial'
,
SELECT_MATERIAL
)
// this.extMaterialId = SELECT_MATERIAL.id || ''
...
...
@@ -1997,17 +1997,17 @@ export default {
'lotNo'
:
this
.
form
.
lotNo
,
'airModel'
:
this
.
form
.
airModel
,
'sorties'
:
this
.
form
.
sorties
,
'reqAmount'
:
this
.
form
.
reqAmount
,
'reqAmount'
:
this
.
form
.
reqAmount
||
0
,
'extDxSipplierId'
:
this
.
basicData
.
extDxSipplierId
||
''
,
'extDxSipplierIdType'
:
'ExtDxSipplier'
,
'manufacturer'
:
this
.
form
.
manufacturer
,
'manufacturer'
:
this
.
form
.
manufacturer
||
'/'
,
'arrivalDate'
:
this
.
form
.
arrivalDate
,
'producedTime'
:
this
.
form
.
producedTime
,
'storageCondition'
:
this
.
form
.
storageCondition
,
'withProductMaterial'
:
Array
.
isArray
(
this
.
form
.
withProductMaterial
)
?
this
.
form
.
withProductMaterial
.
join
(
';'
)
:
this
.
form
.
withProductMaterial
,
'storageCondition'
:
this
.
form
.
storageCondition
||
'/'
,
'withProductMaterial'
:
Array
.
isArray
(
this
.
form
.
withProductMaterial
)
?
this
.
form
.
withProductMaterial
.
join
(
';'
)
:
this
.
form
.
withProductMaterial
||
'/'
,
'urgency'
:
this
.
form
.
urgency
,
'arrivedDrawNo'
:
this
.
form
.
arrivedDrawNo
,
'arrivalVer'
:
this
.
form
.
arrivalVer
,
'arrivedDrawNo'
:
this
.
form
.
arrivedDrawNo
||
'/'
,
'arrivalVer'
:
this
.
form
.
arrivalVer
||
'/'
,
'stockUnitPrice'
:
this
.
form
.
stockUnitPrice
,
'taxRate'
:
this
.
form
.
taxRate
,
'stockPrice'
:
this
.
form
.
stockPrice
,
...
...
@@ -2019,20 +2019,21 @@ export default {
'inventoryReqId'
:
this
.
basicData
.
id
,
'inventoryReqIdType'
:
'InventoryRequest'
,
'contractNo'
:
this
.
form
.
contractNo
,
'deviationNo'
:
this
.
form
.
deviationNo
,
'deviationNo'
:
this
.
form
.
deviationNo
||
'/'
,
'isRoot'
:
!
this
.
isChild
,
'subEquipment'
:
this
.
form
.
subEquipment
,
'productDwawVer'
:
this
.
form
.
productDwawVer
,
'atpName'
:
this
.
form
.
atpName
,
'atpNo'
:
this
.
form
.
atpNo
,
'softConfPieceNo'
:
this
.
form
.
softConfPieceNo
,
'elecHardwareConfPieceNo'
:
this
.
form
.
elecHardwareConfPieceNo
,
'approvalCert'
:
this
.
form
.
approvalCert
,
'isNewlyProduct'
:
this
.
form
.
isNewlyProduct
,
'reqUnit'
:
this
.
form
.
reqUnit
,
'remark'
:
this
.
form
.
remark
,
'subEquipment'
:
this
.
form
.
subEquipment
||
'/'
,
'productDwawVer'
:
this
.
form
.
productDwawVer
||
'/'
,
'atpName'
:
this
.
form
.
atpName
||
'/'
,
'atpNo'
:
this
.
form
.
atpNo
||
'/'
,
'softConfPieceNo'
:
this
.
form
.
softConfPieceNo
||
'/'
,
'elecHardwareConfPieceNo'
:
this
.
form
.
elecHardwareConfPieceNo
||
'/'
,
'approvalCert'
:
this
.
form
.
approvalCert
||
'/'
,
'isNewlyProduct'
:
this
.
form
.
isNewlyProduct
||
false
,
'reqUnit'
:
this
.
form
.
reqUnit
||
'/'
,
'remark'
:
this
.
form
.
remark
||
'/'
,
'operateType'
:
this
.
operateType
,
'MaterialResCode'
:
this
.
form
.
resCode
'MaterialResCode'
:
this
.
form
.
resCode
,
'deliverySpec'
:
this
.
basicData
.
deliverySpec
||
'/'
}
this
.
$emit
(
'addTableData'
,
newTableData
)
this
.
handleClose
()
...
...
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