Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-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
李苏
lxyl-vue
Commits
52db1a89
Commit
52db1a89
authored
Jun 18, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
e8191716
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
10 deletions
+20
-10
akck.vue
src/views/ccgl/ckgl/xpk/top/akck.vue
+20
-10
No files found.
src/views/ccgl/ckgl/xpk/top/akck.vue
View file @
52db1a89
...
...
@@ -6,8 +6,15 @@
showExcel:false,
showPrint:false,
showField:true
}" ref="basePage" :power='power' class="min_full" style="height: 100%;" :config="config"> ref="basePage"
:power='power' class="min_full" :config="config">
}" ref="basePage" :power='power' class="min_full" style="height: 100%;" :config="config">
<template
slot=
"tabCustom2"
>
<el-table-column
label=
"拣货数量"
width=
"120"
header-align=
"center"
fixed=
"right"
>
<template
slot-scope=
"scope"
>
<el-input
type=
'number'
v-model=
"scope.row['sl']"
></el-input>
</
template
>
</el-table-column>
</template>
<
template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
...
...
@@ -100,12 +107,12 @@
width
:
120
,
fieldType
:
'float'
},
{
title
:
"拣货数量"
,
field
:
"sl"
,
width
:
120
,
fieldType
:
'float
'
},
//
{
//
title: "拣货数量",
//
field: "sl",
//
width: 120,
// type:'inputNumber
'
//
},
{
title
:
"计量单位"
,
field
:
"jldwName"
,
...
...
@@ -127,7 +134,7 @@
field
:
"zlh"
,
width
:
180
,
},
{
title
:
"货主"
,
field
:
"hzName"
,
...
...
@@ -235,5 +242,8 @@
}
</
script
>
<
style
scoped
>
<
style
scoped
lang=
"scss"
>
::v-deep
.el-input__inner
:focus
{
border-color
:
#eee
;
}
</
style
>
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