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
d125eceb
Commit
d125eceb
authored
Jan 26, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add common mixin wlsx wlphsx
delete or change some noUse field
parent
e6b2a430
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
44 additions
and
42 deletions
+44
-42
jg.vue
src/views/ccgl/ckgl/jhd/jg.vue
+3
-1
mx.vue
src/views/ccgl/ckgl/jhd/mx.vue
+3
-1
qd.vue
src/views/ccgl/ckgl/jhd/qd.vue
+3
-1
dbckqd.vue
src/views/ccgl/ckgl/jhd/top/dbckqd.vue
+3
-1
rkd.vue
src/views/ccgl/ckgl/jhd/top/rkd.vue
+17
-26
rkqd.vue
src/views/ccgl/ckgl/jhd/top/rkqd.vue
+15
-12
No files found.
src/views/ccgl/ckgl/jhd/jg.vue
View file @
d125eceb
...
@@ -13,8 +13,10 @@
...
@@ -13,8 +13,10 @@
<
script
>
<
script
>
// import wlphsx from 'common/src/mixin/wlphsx.js'
// import wlphsx from 'common/src/mixin/wlphsx.js'
import
wlsx
from
'common/src/mixin/wlphsx.js'
import
wlphsx
from
'common/src/mixin/wlphsx.js'
export
default
{
export
default
{
// mixins:[
wlphsx],
mixins
:[
wlsx
,
wlphsx
],
data
()
{
data
()
{
return
{
return
{
power
:
{
power
:
{
...
...
src/views/ccgl/ckgl/jhd/mx.vue
View file @
d125eceb
...
@@ -15,8 +15,10 @@
...
@@ -15,8 +15,10 @@
<
script
>
<
script
>
// import wlphsx from 'common/src/mixin/wlphsx.js'
// import wlphsx from 'common/src/mixin/wlphsx.js'
import
Tzqd
from
'./tzqd.vue'
import
Tzqd
from
'./tzqd.vue'
import
wlsx
from
'common/src/mixin/wlphsx.js'
import
wlphsx
from
'common/src/mixin/wlphsx.js'
export
default
{
export
default
{
// mixins:[
wlphsx],
mixins
:[
wlsx
,
wlphsx
],
data
()
{
data
()
{
return
{
return
{
...
...
src/views/ccgl/ckgl/jhd/qd.vue
View file @
d125eceb
...
@@ -13,8 +13,10 @@
...
@@ -13,8 +13,10 @@
<
script
>
<
script
>
// import wlphsx from 'common/src/mixin/wlphsx.js'
// import wlphsx from 'common/src/mixin/wlphsx.js'
import
wlsx
from
'common/src/mixin/wlphsx.js'
import
wlphsx
from
'common/src/mixin/wlphsx.js'
export
default
{
export
default
{
// mixins:[
wlphsx],
mixins
:[
wlsx
,
wlphsx
],
data
()
{
data
()
{
return
{
return
{
power
:
{
power
:
{
...
...
src/views/ccgl/ckgl/jhd/top/dbckqd.vue
View file @
d125eceb
...
@@ -13,12 +13,14 @@
...
@@ -13,12 +13,14 @@
</template>
</template>
<
script
>
<
script
>
import
wlsx
from
'common/src/mixin/wlphsx.js'
import
wlphsx
from
'common/src/mixin/wlphsx.js'
export
default
{
export
default
{
mounted
()
{
mounted
()
{
},
},
mixins
:[
wlsx
,
wlphsx
],
data
()
{
data
()
{
return
{
return
{
power
:
{
power
:
{
...
...
src/views/ccgl/ckgl/jhd/top/rkd.vue
View file @
d125eceb
...
@@ -32,18 +32,8 @@
...
@@ -32,18 +32,8 @@
/* 基本配置*/
/* 基本配置*/
url
:
'lxyl/ckgl/cktz'
,
url
:
'lxyl/ckgl/cktz'
,
queryUrl
:
'wms/ckgl/jhtz/query/cktz'
,
queryUrl
:
'wms/ckgl/jhtz/query/cktz'
,
tableTitle
:
[{
tableTitle
:
[
title
:
"状态"
,
field
:
"zt"
,
fieldType
:
"ftString"
,
align
:
'center'
,
width
:
80
,
"transform"
:
{
"url"
:
"lxyl/ckgl/cktz/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
{
title
:
"出库单号"
,
title
:
"出库单号"
,
field
:
"djid"
,
field
:
"djid"
,
...
@@ -54,14 +44,10 @@
...
@@ -54,14 +44,10 @@
field
:
"ywrq"
,
field
:
"ywrq"
,
fieldType
:
'ftDate'
fieldType
:
'ftDate'
},
},
{
title
:
"领料人"
,
field
:
"llr"
,
width
:
140
},
{
{
title
:
"事务类型"
,
title
:
"事务类型"
,
field
:
"swlx
mc
"
,
field
:
"swlx
Name
"
,
width
:
100
width
:
100
},
},
{
{
...
@@ -72,19 +58,24 @@
...
@@ -72,19 +58,24 @@
},
},
{
{
title
:
"仓库"
,
title
:
"仓库"
,
field
:
"ck
mc
"
,
field
:
"ck
Name
"
,
width
:
140
width
:
140
},
},
// {
// title: "需求日期",
// field: "xqrq",
// fieldType: 'ftDate'
// },
{
{
title
:
"需求日期"
,
title
:
"部门"
,
field
:
"xqrq"
,
field
:
"bmName"
,
fieldType
:
'ftDate'
},
{
title
:
"领料部门"
,
field
:
"bmmc"
,
width
:
140
width
:
140
},
},
{
title
:
"货主"
,
field
:
"hzName"
,
width
:
140
},
{
{
title
:
"备注"
,
title
:
"备注"
,
field
:
"bz"
,
field
:
"bz"
,
...
...
src/views/ccgl/ckgl/jhd/top/rkqd.vue
View file @
d125eceb
...
@@ -13,14 +13,17 @@
...
@@ -13,14 +13,17 @@
</template>
</template>
<
script
>
<
script
>
import
wlsx
from
'common/src/mixin/wlphsx.js'
import
wlphsx
from
'common/src/mixin/wlphsx.js'
export
default
{
export
default
{
mounted
()
{
mounted
()
{
},
},
mixins
:[
wlsx
,
wlphsx
],
data
()
{
data
()
{
return
{
return
{
power
:
{
power
:
{
add
:
false
,
add
:
false
,
copy
:
false
,
copy
:
false
,
...
@@ -67,25 +70,25 @@
...
@@ -67,25 +70,25 @@
width
:
100
,
width
:
100
,
},
},
{
{
title
:
"
领料
数量"
,
title
:
"
应出
数量"
,
field
:
"yfsl"
,
field
:
"yfsl"
,
width
:
100
,
width
:
100
,
},
},
{
//
{
title
:
"库存数量"
,
//
title: "库存数量",
field
:
"kcsl"
,
//
field: "kcsl",
width
:
100
,
//
width: 100,
},
//
},
{
{
title
:
"制令号"
,
title
:
"制令号"
,
field
:
"zlh"
,
field
:
"zlh"
,
width
:
180
,
width
:
180
,
},
},
{
//
{
title
:
"库位"
,
//
title: "库位",
field
:
"kwName"
,
//
field: "kwName",
width
:
100
,
//
width: 100,
},
//
},
{
{
title
:
"备注"
,
title
:
"备注"
,
field
:
"bz"
,
field
:
"bz"
,
...
...
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