Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
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
pda
pda-ui
Commits
d52930f4
Commit
d52930f4
authored
May 10, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改物料产品管理新增包装数量和装箱数量
parent
efcb892a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
baseInfo.vue
src/views/mes/md/product/components/baseInfo.vue
+17
-0
No files found.
src/views/mes/md/product/components/baseInfo.vue
View file @
d52930f4
...
...
@@ -3,6 +3,18 @@
<div
class=
"app-container"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"100px"
>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"包装数量"
prop=
"packageNum"
>
<!--
{{
form
.
packageNum
}}
-->
<el-input-number
v-model=
"form.packageNum"
:step=
"1"
/>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"装箱数量"
prop=
"encasementNum"
>
<!--
{{
form
.
encasementNum
}}
-->
<el-input-number
v-model=
"form.encasementNum"
:step=
"1"
/>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"毛重"
prop=
"grossWeight"
>
<el-input
v-model=
"form.grossWeight"
placeholder=
"毛重"
/>
...
...
@@ -161,6 +173,11 @@ export default {
sizeGroupId
:
""
,
sizeGroupName
:
""
,
layout
:
""
,
grossWeight
:
''
,
volume
:
''
,
volumeUnit
:
''
,
weightUnit
:
''
,
netWeight
:
''
},
// 表单校验
rules
:
{
...
...
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