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
0154a9b4
Commit
0154a9b4
authored
Jun 22, 2024
by
周毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、收发明细查询增加查询条件
2、更改其它页面显示或者url
parent
2c93052b
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
50 additions
and
62 deletions
+50
-62
index.vue
src/views/ccgl/cxfx/kwxq/index.vue
+1
-1
index.vue
src/views/ccgl/cxfx/sfhzcx/index.vue
+1
-8
index.vue
src/views/ccgl/cxfx/sfmxcx/index.vue
+31
-11
index.vue
src/views/ccgl/jcsj/ckgl/index.vue
+3
-3
detail.vue
src/views/ccgl/jcsj/kwgl/detail.vue
+4
-3
index.vue
src/views/ccgl/jcsj/wlzwh/index.vue
+2
-7
index.vue
src/views/ccgl/kngl/wymrz/top/index.vue
+1
-16
index.vue
src/views/ccgl/rkgl/spk/top/wym/index.vue
+2
-2
index.vue
src/views/ccgl/wcsrwgl/lkrw/index.vue
+5
-10
index.vue
src/views/ccgl/wcsrwgl/wcsrw/index.vue
+0
-1
No files found.
src/views/ccgl/cxfx/kwxq/index.vue
View file @
0154a9b4
...
...
@@ -94,7 +94,7 @@
},
{
title
:
"物料批号"
,
field
:
"
wlph
"
,
field
:
"
WlphInfo
"
,
width
:
180
},
{
...
...
src/views/ccgl/cxfx/sfhzcx/index.vue
View file @
0154a9b4
...
...
@@ -221,14 +221,7 @@
{
"label"
:
"物料批号"
,
"prop"
:
"wlph"
,
"span"
:
4
,
"type"
:
"input"
,
"value"
:
""
,
},
{
"label"
:
"货主"
,
"prop"
:
"hzInfo"
,
"span"
:
4
,
"span"
:
6
,
"type"
:
"input"
,
"value"
:
""
,
},
...
...
src/views/ccgl/cxfx/sfmxcx/index.vue
View file @
0154a9b4
...
...
@@ -123,15 +123,20 @@
field
:
"fjldwname"
,
width
:
120
},
{
title
:
"创建时间"
,
field
:
"sjsj"
,
fieldType
:
'ftDateTime'
},
{
title
:
"备注"
,
field
:
"bz"
,
width
:
200
},
{
title
:
"创建人"
,
field
:
"cjr"
,
width
:
80
},
{
title
:
"创建时间"
,
field
:
"cjsj"
,
fieldType
:
'ftDateTime'
}
],
queryParams
:
[
...
...
@@ -141,15 +146,15 @@
endProp
:
"end"
,
span
:
8
,
type
:
'RelDaterangeV2'
,
// startValue:
this.$moment().startOf('month').valueOf(
),
// endValue:
this.$moment().endOf('month').valueOf()
,
// startValue:
new Date().getTime(timer
),
// endValue:
new Date().getTime(timer)+1000 *60 *60 *24 * 30
,
startValue
:
null
,
endValue
:
null
,
},
{
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"span"
:
6
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
...
...
@@ -161,13 +166,28 @@
}
},
{
label
:
'物料
信息
'
,
label
:
'物料'
,
prop
:
'wlxx'
,
span
:
6
,
span
:
8
,
type
:
'input'
,
value
:
''
}
],
[
{
label
:
'批号'
,
prop
:
'phxx'
,
span
:
8
,
type
:
'input'
,
value
:
''
},
{
label
:
'制令号'
,
prop
:
'zlh'
,
span
:
8
,
type
:
'input'
,
value
:
''
}
]
],
/* 默认启停用 */
...
...
src/views/ccgl/jcsj/ckgl/index.vue
View file @
0154a9b4
...
...
@@ -5,8 +5,8 @@
</
template
>
<
template
#
toolbar=
"ctx"
>
<ImportButton
@
success=
"()=>
{
ctx.basePage.refresh()
}" :url="'lxyl/jcsj/uck/import'" />
ctx.basePage.refresh()
}" :url="'lxyl/jcsj/uck/import'" />
</
template
>
</BasePage>
...
...
@@ -20,7 +20,7 @@
config
:
{
/* 基本配置*/
url
:
'wms/jcsj/ck'
,
queryUrl
:
'lxyl/common/queryCk'
,
queryUrl
:
'lxyl/common/queryCk'
,
tableTitle
:
[
{
title
:
"仓库编码"
,
...
...
src/views/ccgl/jcsj/kwgl/detail.vue
View file @
0154a9b4
<
template
>
<DefaultDialog
:app=
'app'
>
<div
slot=
"form"
style=
"display: flex;height: 70vh;"
>
<BasePage
@
basePageMounted=
'basePageMounted'
:power=
'power'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
<BasePage
:toolButtonConfig=
"
{showExcel:false,showPrint:false,showField:false }"
@basePageMounted='basePageMounted' :power='power' class="min_full" style="height: 100%;" :config="config">
</BasePage>
</div>
<div
slot=
"reFooter"
class=
"refooter"
>
...
...
@@ -54,7 +55,7 @@
{
title
:
"容器编码"
,
field
:
"rqCode"
,
width
:
1
4
0
width
:
1
0
0
},
{
title
:
"唯一码"
,
...
...
@@ -89,7 +90,7 @@
{
title
:
"库存数量"
,
field
:
"kcsl"
,
width
:
140
fieldType
:
"float"
}
],
queryParams
:
[
...
...
src/views/ccgl/jcsj/wlzwh/index.vue
View file @
0154a9b4
...
...
@@ -32,13 +32,8 @@
},
{
title
:
"库区"
,
field
:
"kqid"
,
width
:
140
,
transform
:
{
"url"
:
"wms/jcsj/kq/query"
,
"label"
:
"name"
,
"value"
:
"id"
}
field
:
"kqCode"
,
width
:
140
},
{
title
:
"工厂编码"
,
...
...
src/views/ccgl/kngl/wymrz/top/index.vue
View file @
0154a9b4
...
...
@@ -39,16 +39,6 @@
field
:
"packCode"
,
width
:
140
},
{
title
:
"货主编码"
,
field
:
"hzCode"
,
width
:
140
},
{
title
:
"货主"
,
field
:
"hzName"
,
width
:
140
},
{
title
:
"状态"
,
field
:
"zt"
,
...
...
@@ -89,15 +79,10 @@
"value"
:
"id"
}
},
{
title
:
"来源单ID"
,
field
:
"lydjid"
,
width
:
240
},
{
title
:
"来源单号ID"
,
field
:
"lydjdjid"
,
width
:
20
0
width
:
16
0
},
{
title
:
"维护人"
,
...
...
src/views/ccgl/rkgl/spk/top/wym/index.vue
View file @
0154a9b4
...
...
@@ -32,8 +32,8 @@
},
config
:
{
/* 基本配置*/
url
:
'
lxyl/rkgl/sjrw/pkrk/queryPackmxForSj
'
,
queryUrl
:
'
lxyl/rkgl/sjrw/pkrk/queryPackmxForSj
'
,
url
:
'
wms/rkgl/sjrw/query/pack
'
,
queryUrl
:
'
wms/rkgl/sjrw/query/pack
'
,
tableTitle
:
[
{
title
:
"唯一码"
,
...
...
src/views/ccgl/wcsrwgl/lkrw/index.vue
View file @
0154a9b4
...
...
@@ -179,16 +179,11 @@
field
:
"message"
,
width
:
200
},
// {
// title: "单据来源",
// field: "djly",
// "transform": {
// "url": "lxyl/wcs/lkrw/init/djly",
// "label": "name",
// "value": "id"
// },
// width: 120
// },
{
title
:
"执行优先级"
,
field
:
"priority"
,
width
:
100
},
{
title
:
"创建人"
,
field
:
"cjr"
...
...
src/views/ccgl/wcsrwgl/wcsrw/index.vue
View file @
0154a9b4
...
...
@@ -181,7 +181,6 @@
// return id
// }
},
{
title
:
"创建人"
,
field
:
"cjr"
...
...
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