This website works better with JavaScript.
Home
Explore
Help
Sign In
eln_TD
/
eln_web
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: [模板管理] 分装的母液编号
luojie
memorylkf
2 weeks ago
parent
86a2fd13e5
commit
559257f24c
2 changed files
with
9 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
src/views/business/comps/template/comps/sp/SP001.vue
+1
-1
src/views/business/comps/template/formConfig/sp/SP007.js
+ 8
- 0
src/views/business/comps/template/comps/sp/SP001.vue
View File
@ -46,6 +46,14 @@ export default {
name
:
"SP001"
,
name
:
"SP001"
,
components
:
{
BaseInfoFormPackage
,
LineLabel
,
TableList
,
Step
,
CustomTable
}
,
components
:
{
BaseInfoFormPackage
,
LineLabel
,
TableList
,
Step
,
CustomTable
}
,
mixins
:
[
templateMixin
]
,
mixins
:
[
templateMixin
]
,
provide
(
)
{
return
{
getMybh
:
(
)
=>
{
const
data
=
this
.
$refs
[
'stepFormPackageRef'
]
.
getFilledFormData
(
)
return
{
mybh
:
data
.
targetCode
+
data
.
targetCodeSn
,
maxVolume
:
data
.
targetActVolume
,
maxVolumeUnit
:
data
.
targetActVolumeUnit
}
}
}
}
,
props
:
{
props
:
{
fillType
:
{
fillType
:
{
type
:
String
,
type
:
String
,
+ 1
- 1
src/views/business/comps/template/formConfig/sp/SP007.js
View File
@ -158,7 +158,7 @@ export const getfjFormConfig = () => {
}
}
]
]
}
}
//
备注
//
处理后信息
export
const
getClhxxFormConfig
=
(
$this
)
=>
{
export
const
getClhxxFormConfig
=
(
$this
)
=>
{
return
[
return
[
{
{
Write
Preview
Loading…
Cancel
Save