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
d9a103e4
Commit
d9a103e4
authored
Feb 28, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化库存
parent
c7c700c2
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
17 deletions
+34
-17
index.vue
src/views/ccgl/cqgl/cskc/index.vue
+3
-3
mx.vue
src/views/ccgl/cqgl/cskc/mx.vue
+2
-2
rkqd.vue
src/views/ccgl/cqgl/cskc/rkqd.vue
+19
-3
index.vue
src/views/ccgl/cqgl/cskc/top/index.vue
+10
-9
No files found.
src/views/ccgl/cqgl/cskc/index.vue
View file @
d9a103e4
...
...
@@ -8,12 +8,12 @@
<div
class=
"bottom flex"
>
<div
class=
"full"
>
<el-tabs
class=
"full"
v-model=
"activeName"
>
<el-tab-pane
class=
"full"
label=
"入库单明细"
name=
"first"
>
<Mx
ref=
"mx"
class=
"full"
/>
</el-tab-pane>
<el-tab-pane
class=
"full"
label=
"入库清单"
name=
"second"
>
<Rkqd
ref=
"rkqd"
class=
"full"
/>
</el-tab-pane>
<el-tab-pane
class=
"full"
label=
"入库单明细"
name=
"first"
>
<Mx
ref=
"mx"
class=
"full"
/>
</el-tab-pane>
</el-tabs>
</div>
...
...
src/views/ccgl/cqgl/cskc/mx.vue
View file @
d9a103e4
...
...
@@ -35,8 +35,8 @@
},
config
:
{
/* 基本配置*/
url
:
'
lxyl/rkgl/rktz
'
,
queryUrl
:
'
lxyl/rkgl/rktz
/query/detail'
,
url
:
'
wms/rkgl/cskc/query/detail
'
,
queryUrl
:
'
wms/rkgl/cskc
/query/detail'
,
tableTitle
:
[{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
...
...
src/views/ccgl/cqgl/cskc/rkqd.vue
View file @
d9a103e4
...
...
@@ -37,9 +37,25 @@
},
config
:
{
/* 基本配置*/
url
:
'lxyl/rkgl/rktz'
,
queryUrl
:
'lxyl/rkgl/rktz/query/rkqd'
,
tableTitle
:
[{
url
:
'wms/rkgl/cskc/query/rkqd'
,
queryUrl
:
'wms/rkgl/cskc/query/rkqd'
,
tableTitle
:
[
{
title
:
"容器"
,
field
:
"rqCode"
,
width
:
140
,
},
{
title
:
"唯一码"
,
field
:
"packCode"
,
width
:
140
,
},
{
title
:
"库位"
,
field
:
"rqName"
,
width
:
140
,
},
{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
fieldType
:
"upper"
,
...
...
src/views/ccgl/cqgl/cskc/top/index.vue
View file @
d9a103e4
...
...
@@ -22,6 +22,7 @@
data
()
{
return
{
config
:
{
queryDetailAllUrl
:
'wms/rkgl/cskc/query/rkqd'
,
queryDetail
:
true
,
/* 基本配置*/
url
:
'wms/rkgl/cskc'
,
...
...
@@ -139,15 +140,15 @@
src
:
'wms/rkgl/cskc/init/zt'
}
},
{
label
:
'事务类型'
,
prop
:
'swlxid'
,
span
:
8
,
type
:
'RelSelect'
,
typeConfig
:
{
src
:
'wms/rkgl/cskc/init/swlx'
}
},
//
{
//
label: '事务类型',
//
prop: 'swlxid',
//
span: 8,
//
type: 'RelSelect',
//
typeConfig: {
//
src: 'wms/rkgl/cskc/init/swlx'
//
}
//
},
{
label
:
'来源单号'
,
prop
:
'lydh'
,
...
...
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