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
a6126628
Commit
a6126628
authored
Jan 11, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
65a5ddb3
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
295 additions
and
252 deletions
+295
-252
edit.vue
src/views/ccgl/ckgl/ckd/top/edit.vue
+0
-1
index.vue
src/views/ccgl/cxfx/kwxq/index.vue
+19
-4
mx.vue
src/views/ccgl/rkgl/mpzy/mx.vue
+6
-5
edit.vue
src/views/ccgl/rkgl/rkd/top/edit.vue
+248
-236
index.vue
src/views/ccgl/rkgl/rkd/top/index.vue
+5
-0
edit.vue
src/views/ccgl/rkgl/sjrw/top/edit.vue
+6
-6
index.vue
src/views/ccgl/rkgl/sjrw/top/index.vue
+11
-0
No files found.
src/views/ccgl/ckgl/ckd/top/edit.vue
View file @
a6126628
...
...
@@ -25,7 +25,6 @@
v-for=
"(item,index) in editColItemList2 "
:value=
"item.value"
:span=
"item.span"
:label=
"item.label"
:prop=
'item.prop'
:key=
"item.prop"
:type=
"item.type"
:typeConfig=
'item.typeConfig'
:rule=
"item.rule"
/>
<!-- 额外数据 -->
</el-row>
</el-form>
...
...
src/views/ccgl/cxfx/kwxq/index.vue
View file @
a6126628
<
template
>
<BasePage
class=
"min_full"
:config=
"config"
>
<BasePage
:power=
'power'
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -16,6 +16,21 @@
export
default
{
data
()
{
return
{
power
:
{
add
:
false
,
copy
:
false
,
/* 手动控制删除 */
delButton
:
false
,
/* 手动控制编辑按钮权限 */
editButton
:
false
,
/* 是否渲染右侧操作按钮 */
operateButtons
:
false
,
/* 是否开启工作流按钮 */
workFlow
:
false
,
/* 表格开启选择,以及记住选择 */
showSelection
:
false
,
saveSelected
:
false
},
config
:
{
/* 基本配置*/
url
:
'wms/cxfx/kwmx'
,
...
...
@@ -85,8 +100,8 @@
width
:
140
},
{
title
:
"数量"
,
field
:
"sl"
,
title
:
"
库存
数量"
,
field
:
"
kc
sl"
,
width
:
140
}
...
...
@@ -195,4 +210,4 @@
</
script
>
<
style
>
</
style
>
\ No newline at end of file
</
style
>
src/views/ccgl/rkgl/mpzy/mx.vue
View file @
a6126628
...
...
@@ -64,6 +64,11 @@
field
:
"wlph"
,
width
:
140
},
{
title
:
"制令号"
,
field
:
"zlh"
,
width
:
140
},
{
title
:
"码盘数量"
,
field
:
"mpsl"
,
...
...
@@ -74,11 +79,7 @@
field
:
"rqCode"
,
width
:
140
},
{
title
:
"制令号"
,
field
:
"zlh"
,
width
:
140
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
...
...
src/views/ccgl/rkgl/rkd/top/edit.vue
View file @
a6126628
This diff is collapsed.
Click to expand it.
src/views/ccgl/rkgl/rkd/top/index.vue
View file @
a6126628
...
...
@@ -49,6 +49,11 @@
field
:
"rkr"
,
width
:
140
},
{
title
:
"货主"
,
field
:
"hzName"
,
width
:
140
},
{
title
:
"事务类型"
,
field
:
"swlxName"
,
...
...
src/views/ccgl/rkgl/sjrw/top/edit.vue
View file @
a6126628
...
...
@@ -126,13 +126,13 @@
editColItemList
:
[{
label
:
'单据号'
,
prop
:
'djid'
,
span
:
12
,
span
:
8
,
type
:
'input'
,
},
{
"label"
:
"仓库"
,
"prop"
:
"ckid"
,
"span"
:
12
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"required"
:
true
,
...
...
@@ -147,7 +147,7 @@
{
"label"
:
"事务类型"
,
"prop"
:
"swlxid"
,
"span"
:
12
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"required"
:
true
,
...
...
@@ -162,7 +162,7 @@
{
"label"
:
"部门"
,
"prop"
:
"bmid"
,
"span"
:
12
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
...
...
@@ -176,7 +176,7 @@
{
label
:
'业务日期'
,
prop
:
'ywrq'
,
span
:
12
,
span
:
8
,
type
:
'date'
,
value
:
new
Date
().
getTime
(),
"required"
:
true
,
...
...
@@ -184,7 +184,7 @@
{
label
:
'上架人'
,
prop
:
'sjrid'
,
span
:
12
,
span
:
8
,
"required"
:
true
,
type
:
'AuxInput'
,
typeConfig
:
{
...
...
src/views/ccgl/rkgl/sjrw/top/index.vue
View file @
a6126628
...
...
@@ -69,6 +69,12 @@
fieldType
:
"ftString"
,
width
:
100
},
{
title
:
"货主"
,
field
:
"hzName"
,
fieldType
:
"ftString"
,
width
:
100
},
{
title
:
"单据来源"
,
field
:
"djly"
,
...
...
@@ -79,6 +85,11 @@
},
width
:
80
},
{
title
:
"来源单号"
,
field
:
"rktzDjid"
,
width
:
140
},
{
title
:
"来源单据号"
,
field
:
"lydjDjid"
,
...
...
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