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
02351d7e
Commit
02351d7e
authored
Jan 30, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add material attributes and change some position of button
parent
0ec131fb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
14 deletions
+21
-14
ckqd.vue
src/views/ccgl/ckgl/ckd/ckqd.vue
+10
-7
index.vue
src/views/ccgl/ckgl/ckd/top/index.vue
+6
-5
ckqd.vue
src/views/ccgl/ckgl/dbckd/ckqd.vue
+4
-1
edit.vue
src/views/ccgl/zygz/sjgz/edit.vue
+1
-1
No files found.
src/views/ccgl/ckgl/ckd/ckqd.vue
View file @
02351d7e
...
@@ -13,7 +13,10 @@
...
@@ -13,7 +13,10 @@
</template>
</template>
<
script
>
<
script
>
import
wlsx
from
'common/src/mixin/wlsx.js'
import
wlphsx
from
'common/src/mixin/wlphsx.js'
export
default
{
export
default
{
mixins
:[
wlphsx
,
wlsx
],
mounted
()
{
mounted
()
{
...
@@ -89,16 +92,16 @@
...
@@ -89,16 +92,16 @@
width
:
180
,
width
:
180
,
},
},
{
{
title
:
"
调拨
数量"
,
title
:
"
应出
数量"
,
field
:
"
bc
sl"
,
field
:
"
yf
sl"
,
width
:
120
,
width
:
120
,
fieldType
:
'float'
fieldType
:
'float'
},
},
{
//
{
title
:
"货主"
,
//
title: "货主",
field
:
"hzName"
,
//
field: "hzName",
width
:
180
,
//
width: 180,
},
//
},
],
],
queryParams
:
[],
queryParams
:
[],
...
...
src/views/ccgl/ckgl/ckd/top/index.vue
View file @
02351d7e
...
@@ -6,14 +6,15 @@
...
@@ -6,14 +6,15 @@
<Akck
:type=
"'add'"
v-if=
"ctx.basePage.showAdd"
:app=
'ctx.basePage'
:buttonApp=
'ctx.basePage'
/>
<Akck
:type=
"'add'"
v-if=
"ctx.basePage.showAdd"
:app=
'ctx.basePage'
:buttonApp=
'ctx.basePage'
/>
</
template
>
</
template
>
<
template
#
toolbar=
"ctx"
>
<
template
#
toolbar=
"ctx"
>
<el-button
@
click=
"akck(ctx.basePage)"
size=
'mini'
type=
"primary"
>
按库存开
</el-button>
<el-button
@
click=
"qr(ctx.basePage)"
size=
'mini'
type=
"primary"
>
确认
</el-button>
<el-button
@
click=
"qxqr(ctx.basePage)"
size=
'mini'
type=
"primary"
>
取消确认
</el-button>
<!--
<el-button
@
click=
"demo(ctx.basePage)"
size=
'mini'
type=
"primary"
>
直接入库
</el-button>
-->
<!--
<el-button
@
click=
"demo(ctx.basePage)"
size=
'mini'
type=
"primary"
>
直接入库
</el-button>
-->
<ImportButton
@
success=
"()=>
{
<!--
<ImportButton
@
success=
"()=>
{
ctx.basePage.refresh()
ctx.basePage.refresh()
}" :url="'/lxyl/ckgl/cktz/import'" />
}" :url="'/lxyl/ckgl/cktz/import'" />
-->
<el-button
@
click=
"tbwl(ctx.basePage)"
size=
'mini'
type=
"primary"
style=
"margin-left: 10px;"
>
同步sap出库单
</el-button>
<el-button
@
click=
"tbwl(ctx.basePage)"
size=
'mini'
type=
"primary"
style=
"margin-left: 10px;"
>
同步sap出库单
</el-button>
<el-button
@
click=
"akck(ctx.basePage)"
size=
'mini'
type=
"primary"
>
按库存开
</el-button>
<el-button
@
click=
"qr(ctx.basePage)"
size=
'mini'
type=
"primary"
>
确认
</el-button>
<el-button
@
click=
"qxqr(ctx.basePage)"
size=
'mini'
type=
"primary"
>
取消确认
</el-button>
</
template
>
</
template
>
</BasePage>
</BasePage>
...
...
src/views/ccgl/ckgl/dbckd/ckqd.vue
View file @
02351d7e
...
@@ -13,7 +13,10 @@
...
@@ -13,7 +13,10 @@
</template>
</template>
<
script
>
<
script
>
export
default
{
import
wlsx
from
'common/src/mixin/wlsx.js'
import
wlphsx
from
'common/src/mixin/wlphsx.js'
export
default
{
mixins
:[
wlphsx
,
wlsx
],
mounted
()
{
mounted
()
{
...
...
src/views/ccgl/zygz/sjgz/edit.vue
View file @
02351d7e
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
"span"
:
12
,
"span"
:
12
,
"type"
:
"RelSelect"
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"value"
:
""
,
"required"
:
true
,
//
"required": true,
"typeConfig"
:
{
"typeConfig"
:
{
"src"
:
"wms/jcsj/kq/query"
,
"src"
:
"wms/jcsj/kq/query"
,
"match"
:
{
"match"
:
{
...
...
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