Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
WX_h5
Project
Project
Details
Activity
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
godwithdh
WX_h5
Commits
26e07ddd
Commit
26e07ddd
authored
Feb 06, 2020
by
张锡奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upload
parent
20c961a9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
4 deletions
+35
-4
operate.vue
src/view/tiip/kanban/operate.vue
+1
-1
operateCustomDetail.vue
src/view/tiip/kanban/operateCustomDetail.vue
+2
-3
operateDetail.vue
src/view/tiip/kanban/operateDetail.vue
+32
-0
No files found.
src/view/tiip/kanban/operate.vue
View file @
26e07ddd
...
...
@@ -60,7 +60,7 @@
<div>
{{
Number
(
v
.
nPieces
||
0
).
toLocaleString
()
}}
</div>
</td>
<td>
<div>
{{
Number
(
v
.
nAmount
||
0
).
toLocaleString
()
}}
</div>
<div>
{{
v
.
sType
==
'收货'
||
v
.
sType
==
'检验'
||
v
.
sType
==
'成品入库'
?
''
:
Number
(
v
.
nAmount
||
0
).
toLocaleString
()
}}
</div>
</td>
</tr>
</table>
...
...
src/view/tiip/kanban/operateCustomDetail.vue
View file @
26e07ddd
...
...
@@ -19,7 +19,7 @@
<div
class=
"iCard"
style=
"margin-bottom:8px;height:100%;"
v-show=
"hdr.sType == '检验' && type == 'material'"
>
<div
ref=
'chart'
style=
"width:100%;height:100%;"
/>
</div>
<div
class=
"Table"
v-show=
"hdr.sType == '检验
'"
>
<div
class=
"Table"
:hidden=
"hdr.sType == '检验' && type == 'material
'"
>
<customerTable
:showFooter=
"true"
:columns=
"columns"
:list=
"list"
:tableStyle=
"tableStyle"
></customerTable>
</div>
</div>
...
...
@@ -200,7 +200,6 @@ export default {
field
:
this
.
hdr
.
sType
==
'超期应付'
?
'sPayableNO'
:
'sReceivableNO'
,
underline
:
true
,
color
:
'#2d8cf0'
,
field
:
this
.
hdr
.
sType
==
'超期应付'
?
params
.
row
.
sPayableNO
:
params
.
row
.
sReceivableNO
,
render
:
(
h
,
params
)
=>
{
return
h
(
'span'
,{
style
:
{
...
...
@@ -312,8 +311,8 @@ export default {
if
(
this
.
hdr
.
sType
==
'检验'
&&
this
.
type
==
'material'
){
this
.
$nextTick
(
async
()
=>
{
await
this
.
init
()
await
this
.
getMaterialData
();
})
await
this
.
getMaterialData
();
window
.
onresize
=
()
=>
{
var
resizeWorldMapContainer
=
()
=>
{
this
.
$refs
[
'chart'
].
style
.
width
=
window
.
innerWidth
+
'px'
;
...
...
src/view/tiip/kanban/operateDetail.vue
View file @
26e07ddd
...
...
@@ -430,6 +430,22 @@ export default {
underline
:
true
}
]
this
.
columns1
=
[
{
width
:
'50%'
,
name
:
'产品'
,
align
:
'center'
,
field
:
'sMaterial'
,
color
:
'#2d8cf0'
,
underline
:
true
,
},
{
width
:
'50%'
,
name
:
'数量'
,
align
:
'center'
,
field
:
'nQtyHTML'
,
}
]
}
else
if
(
this
.
hdr
.
sType
==
'成品入库'
){
this
.
tabList
=
[
{
...
...
@@ -464,6 +480,22 @@ export default {
underline
:
true
}
]
this
.
columns1
=
[
{
width
:
'50%'
,
name
:
'产品'
,
align
:
'center'
,
field
:
'sMaterial'
,
color
:
'#2d8cf0'
,
underline
:
true
,
},
{
width
:
'50%'
,
name
:
'数量'
,
align
:
'center'
,
field
:
'nQtyHTML'
,
}
]
}
else
if
(
this
.
hdr
.
sType
==
'销售退货'
||
this
.
hdr
.
sType
==
'采购退货'
){
this
.
tabList
=
[
{
...
...
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