This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_AdvancedPlanner_Front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
计划订单库存对比
szdq
wangxy
3 years ago
parent
3e5ccb017a
commit
0ff5309224
3 changed files
with
7 additions
and
15 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/plan/workbench/orderInventoryCom/bottom.vue
+1
-0
src/views/plan/workbench/orderInventoryCom/bottomLeft.vue
+5
-14
src/views/plan/workbench/orderInventoryCom/bottomMiddle.vue
+ 1
- 1
src/views/plan/workbench/orderInventoryCom/bottom.vue
View File
@ -5,7 +5,7 @@
<
BottomLeft
:artData
="artData"
:paymentClickToggle
="paymentClickToggle"
/
>
<
/
e
l
-
t
a
b
-
p
a
n
e
>
<
el
-tab
-pane
label
=
"缺料验证"
name
=
"secord"
>
<
BottomMiddle
:artData
="artData"
:activeName
="activeName"
:paymentClickToggle
="paymentClickToggle"
/
>
<
BottomMiddle
:artData
="artData"
v
-if
=
"
activeName
=
=
'
secord
'
"
:activeName
="activeName"
:paymentClickToggle
="paymentClickToggle"
/
>
<
/
e
l
-
t
a
b
-
p
a
n
e
>
<
el
-tab
-pane
label
=
"缺料汇总"
name
=
"third"
>
<
BottomRight
:artData
="artData"
:activeName
="activeName"
:paymentClickToggle
="paymentClickToggle"
/
>
+ 1
- 0
src/views/plan/workbench/orderInventoryCom/bottomLeft.vue
View File
@ -69,6 +69,7 @@ export default {
"ContrastInventory-Desc"
,
"ContrastInventory-DemandQty"
,
"ContrastInventory-DisparityQty"
,
"ContrastInventory-CaiGouWeek"
,
"ContrastInventory-ExpectedWeek"
,
]
,
loading
:
false
,
+ 5
- 14
src/views/plan/workbench/orderInventoryCom/bottomMiddle.vue
View File
@ -87,10 +87,6 @@ export default {
type
:
Number
,
default
:
0
}
,
activeName
:
{
type
:
String
,
default
:
''
}
}
,
data
(
)
{
return
{
@ -112,16 +108,11 @@ export default {
mergeArray
:
[
]
,
}
}
,
watch
:
{
activeName
:
{
handler
(
data
)
{
if
(
data
===
'secord'
&&
this
.
paymentClickToggle
===
2
)
{
this
.
getList
(
)
}
}
,
deep
:
true
}
,
}
,
mounted
(
)
{
if
(
this
.
paymentClickToggle
===
2
)
{
this
.
getList
(
)
}
}
,
methods
:
{
/
/
合
并
单
元
格
objectSpanMethod
(
{
row
,
column
,
rowIndex
,
columnIndex
}
)
{
Write
Preview
Loading…
Cancel
Save