Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
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
杨硕
template_vue
Commits
31e7dc39
Commit
31e7dc39
authored
Jul 31, 2023
by
CenXinYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决qty字段不显示问题
Signed-off-by:
CenXinYi
<
2810162984@qq.com
>
parent
ed5d24ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
18 deletions
+1
-18
index.vue
src/views/sample/inventoryRecord/index.vue
+1
-18
No files found.
src/views/sample/inventoryRecord/index.vue
View file @
31e7dc39
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
{{
selectedPtype
(
singleDetails
.
ptype
)
}}
{{
selectedPtype
(
singleDetails
.
ptype
)
}}
</el-form-item>
</el-form-item>
<el-form-item
label=
"qty:"
prop=
"qty"
>
<el-form-item
label=
"qty:"
prop=
"qty"
>
{{
s
electedPtype
(
singleDetails
.
qty
)
}}
{{
s
ingleDetails
.
qty
}}
</el-form-item>
</el-form-item>
<el-form-item
label=
"memo:"
prop=
"memo"
>
<el-form-item
label=
"memo:"
prop=
"memo"
>
<el-input
v-model
.
trim=
"singleDetails.memo"
:readonly=
"isReadOnly"
/>
<el-input
v-model
.
trim=
"singleDetails.memo"
:readonly=
"isReadOnly"
/>
...
@@ -386,7 +386,6 @@ export default {
...
@@ -386,7 +386,6 @@ export default {
this
.
$refs
.
autoGetFocusInput
.
focus
()
this
.
$refs
.
autoGetFocusInput
.
focus
()
},
},
methods
:
{
methods
:
{
/** TODO:查询工序库的出入库记录列表 */
/** TODO:查询工序库的出入库记录列表 */
getList
()
{
getList
()
{
this
.
loading
=
true
this
.
loading
=
true
...
@@ -410,22 +409,6 @@ export default {
...
@@ -410,22 +409,6 @@ export default {
return
''
return
''
}
}
},
},
/* TODO: poperate的库状态判断的公用方法 */
selectedPoperate
(
poperate
)
{
switch
(
poperate
)
{
case
'1'
:
return
'入库'
case
'2'
:
return
'出库'
case
'3'
:
return
'修正'
case
'4'
:
return
'废弃'
default
:
return
''
}
},
/** TODO: 查询按钮操作 */
/** TODO: 查询按钮操作 */
handleQuery
()
{
handleQuery
()
{
this
.
queryParams
.
page
=
1
this
.
queryParams
.
page
=
1
...
...
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