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
03b68bad
Commit
03b68bad
authored
Jan 11, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
返厂入库区域和明细到货日期可修改
parent
2e58329b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
storageDetailsCreateCom.vue
...torageRecallItemCom/component/storageDetailsCreateCom.vue
+4
-4
index.vue
...ateComponents/components/InStorageRecallItemCom/index.vue
+4
-2
No files found.
applications/dee-mes/src/privateComponents/components/InStorageRecallItemCom/component/storageDetailsCreateCom.vue
View file @
03b68bad
...
...
@@ -385,7 +385,7 @@ export default {
this
.
header
=
this
.
basicData
if
(
!
this
.
header
)
return
this
.
$set
(
this
.
form
,
'supplier'
,
this
.
header
.
supplierFullName
.
label
||
''
)
this
.
$set
(
this
.
form
,
'arrivalDate'
,
this
.
header
.
arrivalDate
)
//
this.$set(this.form, 'arrivalDate', this.header.arrivalDate)
const
childrenAddOrEdit
=
this
.
header
.
materialTypeName
.
label
===
'外购成品'
&&
(
this
.
operateType
===
'ADD'
||
(
this
.
operateType
===
'MODIFY'
&&
!
this
.
form
.
isRoot
))
const
parentIsVirtual
=
this
.
form
.
isVirtual
switch
(
this
.
header
.
billType
)
{
...
...
@@ -573,7 +573,7 @@ export default {
component
:
{
clearable
:
true
,
name
:
'el-date-picker'
,
disabled
:
true
,
disabled
:
childrenAddOrEdit
,
format
:
'yyyy-MM-dd'
,
valueFormat
:
'yyyy-MM-dd hh:mm:ss'
,
placeholder
:
'请选择到货日期'
...
...
@@ -903,7 +903,7 @@ export default {
component
:
{
clearable
:
true
,
name
:
'el-date-picker'
,
disabled
:
true
,
disabled
:
childrenAddOrEdit
,
format
:
'yyyy-MM-dd'
,
valueFormat
:
'yyyy-MM-dd'
,
placeholder
:
'请选择到货日期'
...
...
@@ -1291,7 +1291,7 @@ export default {
component
:
{
clearable
:
true
,
name
:
'el-date-picker'
,
disabled
:
true
,
disabled
:
childrenAddOrEdit
,
format
:
'yyyy-MM-dd'
,
valueFormat
:
'yyyy-MM-dd hh:mm:ss'
,
placeholder
:
'请选择到货日期'
...
...
applications/dee-mes/src/privateComponents/components/InStorageRecallItemCom/index.vue
View file @
03b68bad
...
...
@@ -540,7 +540,7 @@ export default {
methods
:
{
cancel
()
{
this
.
$emit
(
'cancel'
)
this
.
$bus
.
$emit
(
'refresh
Purchase
Data'
)
this
.
$bus
.
$emit
(
'refresh
InRecall
Data'
)
},
initData
()
{
this
.
getInventoryRequest
()
...
...
@@ -782,7 +782,9 @@ export default {
})
if
(
data
.
length
>
0
)
{
this
.
formData
[
0
].
data
.
forEach
(
item
=>
{
item
.
component
.
disabled
=
true
if
(
item
.
key
!==
'extDxProductAreaId'
)
{
item
.
component
.
disabled
=
true
}
})
}
this
.
pagination
.
total
=
data
.
length
...
...
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