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
2687ab9f
Commit
2687ab9f
authored
Apr 19, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
特殊删除按钮/查询分析仓库接口变更
parent
53346a27
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
129 additions
and
83 deletions
+129
-83
index.vue
src/views/ccgl/ckgl/ckdj/index.vue
+125
-79
index.vue
src/views/ccgl/cxfx/sfhzcx/index.vue
+1
-1
index.vue
src/views/ccgl/cxfx/sfmxcx/index.vue
+1
-1
index.vue
src/views/ccgl/rkgl/rkdj/index.vue
+2
-2
No files found.
src/views/ccgl/ckgl/ckdj/index.vue
View file @
2687ab9f
<
template
>
<BasePage
:power=
"power"
:addRename=
'`选择领料单出库`'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<BasePage
:delMster=
'false'
:power=
"power"
:addRename=
'`选择领料单出库`'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
<
template
#
toolbar=
"ctx"
>
<
template
#
toolbar=
"ctx"
>
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<!--
<el-button
@
click=
"demo(ctx.basePage)"
size=
'mini'
type=
"primary"
>
示例按钮
</el-button>
-->
</
template
>
...
...
@@ -14,47 +13,95 @@
<
script
>
import
Edit
from
'./edit.vue'
export
default
{
data
(){
return
{
export
default
{
data
()
{
return
{
power
:
{
add
:
false
,
copy
:
false
,
/* 手动控制删除 */
delButton
:
fals
e
,
delButton
:
tru
e
,
/* 手动控制编辑按钮权限 */
editButton
:
false
,
/* 是否渲染右侧操作按钮 */
operateButtons
:
fals
e
,
operateButtons
:
tru
e
,
/* 是否开启工作流按钮 */
workFlow
:
false
,
/* 表格开启选择,以及记住选择 */
showSelection
:
false
,
saveSelected
:
false
},
config
:{
config
:
{
delUrl
:
'lxyl/ckgl/pkck/delete/ckdj'
,
queryDetail
:
true
,
/* 基本配置*/
url
:
'wms/ckgl/ckdj'
,
tableTitle
:
[
{
"title"
:
"库存单号"
,
"field"
:
"djid"
,
"width"
:
140
},
{
"title"
:
"出库日期"
,
"field"
:
"ywrq"
,
fieldType
:
'ftDate'
},
{
"title"
:
"仓库"
,
"field"
:
"ckName"
,
"width"
:
140
},
{
"title"
:
"事务类型"
,
"field"
:
"swlxName"
,
"width"
:
100
},
{
"title"
:
"部门"
,
"field"
:
"bmName"
,
"width"
:
130
},
{
"title"
:
"经手人"
,
"field"
:
"jsr"
,
"width"
:
120
},
{
"title"
:
"保管员"
,
"field"
:
"bgy"
,
"width"
:
120
},
{
"title"
:
"出库单号"
,
"field"
:
"lldjid"
,
"width"
:
140
,
formatter
:(
row
,
b
,
c
)
=>
{
let
id
=
row
.
cktzDjid
||
row
.
dbckDjid
url
:
'wms/ckgl/ckdj'
,
tableTitle
:
[{
"title"
:
"库存单号"
,
"field"
:
"djid"
,
"width"
:
140
},
{
"title"
:
"出库日期"
,
"field"
:
"ywrq"
,
fieldType
:
'ftDate'
},
{
"title"
:
"仓库"
,
"field"
:
"ckName"
,
"width"
:
140
},
{
"title"
:
"事务类型"
,
"field"
:
"swlxName"
,
"width"
:
100
},
{
"title"
:
"部门"
,
"field"
:
"bmName"
,
"width"
:
130
},
{
"title"
:
"经手人"
,
"field"
:
"jsr"
,
"width"
:
120
},
{
"title"
:
"保管员"
,
"field"
:
"bgy"
,
"width"
:
120
},
{
"title"
:
"出库单号"
,
"field"
:
"lldjid"
,
"width"
:
140
,
formatter
:
(
row
,
b
,
c
)
=>
{
let
id
=
row
.
cktzDjid
||
row
.
dbckDjid
return
id
}},
{
"title"
:
"拣货单号"
,
"field"
:
"jhtzDjid"
,
"width"
:
140
},
}
},
{
"title"
:
"拣货单号"
,
"field"
:
"jhtzDjid"
,
"width"
:
140
},
{
"title"
:
"备注"
,
"field"
:
"bz"
,
"width"
:
220
},
{
"title"
:
"维护人"
,
"field"
:
"whr"
},
{
"title"
:
"维护时间"
,
"field"
:
"whsj"
,
fieldType
:
'ftDateTime'
}
{
"title"
:
"备注"
,
"field"
:
"bz"
,
"width"
:
220
},
{
"title"
:
"维护人"
,
"field"
:
"whr"
},
{
"title"
:
"维护时间"
,
"field"
:
"whsj"
,
fieldType
:
'ftDateTime'
}
],
queryParams
:[
queryParams
:
[
[{
label
:
'出库日期'
,
startProp
:
"ywrqb"
,
...
...
@@ -99,12 +146,11 @@
// }
},
components
:{
components
:
{
Edit
}
}
</
script
>
<
style
>
...
...
src/views/ccgl/cxfx/sfhzcx/index.vue
View file @
2687ab9f
...
...
@@ -127,7 +127,7 @@
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"
jcsj/common/ck/queryC
kid"
,
"src"
:
"
lxyl/jcsj/uck/ck/queryCjc
kid"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
...
...
src/views/ccgl/cxfx/sfmxcx/index.vue
View file @
2687ab9f
...
...
@@ -148,7 +148,7 @@
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"
jcsj/common/ck/queryC
kid"
,
"src"
:
"
lxyl/jcsj/uck/ck/queryCjc
kid"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
...
...
src/views/ccgl/rkgl/rkdj/index.vue
View file @
2687ab9f
<
template
>
<BasePage
:power=
'power'
addRename=
'选择入库单入库'
class=
"min_full"
:config=
"config"
>
<BasePage
:
delMster=
'false'
:
power=
'power'
addRename=
'选择入库单入库'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -29,7 +29,7 @@
saveSelected
:
false
},
config
:
{
delUrl
:
'
test/delete
'
,
delUrl
:
'
lxyl/rkgl/pksj/delete/rkdj
'
,
queryDetail
:
true
,
/* 基本配置*/
url
:
'wms/rkgl/rkdj'
,
...
...
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