Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
3d1ab2fa
Commit
3d1ab2fa
authored
Oct 06, 2022
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator
into dev
parents
b53c9a2d
d8998b26
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
85 additions
and
33 deletions
+85
-33
editSeaAirForm.vue
src/views/ecw/box/editSeaAirForm.vue
+2
-4
indexSea.vue
src/views/ecw/box/indexSea.vue
+1
-1
indexSeaAir.vue
src/views/ecw/box/indexSeaAir.vue
+60
-10
seaProcess.vue
src/views/ecw/box/shippingSea/seaProcess.vue
+1
-1
shippingSeaAir.vue
src/views/ecw/box/shippingSeaAir/shippingSeaAir.vue
+1
-1
singleApply.vue
src/views/ecw/order/singleApply.vue
+4
-4
splitApply.vue
src/views/ecw/order/splitApply.vue
+8
-10
weightDeal.vue
src/views/ecw/order/weightDeal.vue
+1
-1
index.vue
src/views/system/menu/index.vue
+7
-1
No files found.
src/views/ecw/box/editSeaAirForm.vue
View file @
3d1ab2fa
...
@@ -96,16 +96,14 @@ export default {
...
@@ -96,16 +96,14 @@ export default {
if
(
this
.
form
.
id
!=
null
)
{
if
(
this
.
form
.
id
!=
null
)
{
updatebox
(
this
.
form
).
then
((
response
)
=>
{
updatebox
(
this
.
form
).
then
((
response
)
=>
{
this
.
$modal
.
msgSuccess
(
'
修改成功
'
)
this
.
$modal
.
msgSuccess
(
'
修改成功
'
)
this
.
open
=
false
this
.
$emit
(
"
closeDialog
"
,
"
edit
"
);
this
.
getList
()
})
})
return
return
}
}
// 添加的提交
// 添加的提交
createbox
(
this
.
form
).
then
((
response
)
=>
{
createbox
(
this
.
form
).
then
((
response
)
=>
{
this
.
$modal
.
msgSuccess
(
'
新增成功
'
)
this
.
$modal
.
msgSuccess
(
'
新增成功
'
)
this
.
open
=
false
this
.
$emit
(
"
closeDialog
"
,
"
edit
"
);
this
.
getList
()
})
})
})
})
},
},
...
...
src/views/ecw/box/indexSea.vue
View file @
3d1ab2fa
...
@@ -124,7 +124,7 @@
...
@@ -124,7 +124,7 @@
<el-dropdown-item
command=
"error"
>
异常登记
</el-dropdown-item>
<el-dropdown-item
command=
"error"
>
异常登记
</el-dropdown-item>
<el-dropdown-item
command=
"cost"
>
费用登记
</el-dropdown-item>
<el-dropdown-item
command=
"cost"
>
费用登记
</el-dropdown-item>
<el-dropdown-item
command=
"delete"
>
删除
</el-dropdown-item>
<el-dropdown-item
command=
"delete"
>
删除
</el-dropdown-item>
<el-dropdown-item
v-if=
"scope.row.ldStatus
==47
"
command=
"editLadingBill"
>
编辑提货单
</el-dropdown-item>
<el-dropdown-item
v-if=
"scope.row.ldStatus
>42
"
command=
"editLadingBill"
>
编辑提货单
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown-menu>
</el-dropdown>
</el-dropdown>
<el-dropdown
trigger=
"click"
@
command=
"(command)=>handleCommand(scope.row, command)"
>
<el-dropdown
trigger=
"click"
@
command=
"(command)=>handleCommand(scope.row, command)"
>
...
...
src/views/ecw/box/indexSeaAir.vue
View file @
3d1ab2fa
...
@@ -149,7 +149,11 @@
...
@@ -149,7 +149,11 @@
<!-- 列表 -->
<!-- 列表 -->
<el-table
v-loading=
"loading"
:data=
"list"
>
<el-table
v-loading=
"loading"
:data=
"list"
>
<el-table-column
label=
"自编号"
align=
"center"
prop=
"selfNo"
/>
<el-table-column
label=
"自编号"
align=
"center"
prop=
"selfNo"
>
<template
slot-scope=
"scope"
>
<a
href=
"javascript:void(0)"
@
click=
"handleCommand(scope.row, 'detail')"
>
{{
scope
.
row
.
selfNo
}}
</a>
</
template
>
</el-table-column>
<el-table-column
label=
"柜号"
align=
"center"
prop=
"cubNo"
/>
<el-table-column
label=
"柜号"
align=
"center"
prop=
"cubNo"
/>
<el-table-column
label=
"柜型"
align=
"center"
prop=
"cabinetId"
>
<el-table-column
label=
"柜型"
align=
"center"
prop=
"cabinetId"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -224,21 +228,21 @@
...
@@ -224,21 +228,21 @@
<el-dropdown-item
command=
"error"
>
异常登记
</el-dropdown-item>
<el-dropdown-item
command=
"error"
>
异常登记
</el-dropdown-item>
<el-dropdown-item
command=
"cost"
>
费用登记
</el-dropdown-item>
<el-dropdown-item
command=
"cost"
>
费用登记
</el-dropdown-item>
<el-dropdown-item
command=
"delete"
>
删除
</el-dropdown-item>
<el-dropdown-item
command=
"delete"
>
删除
</el-dropdown-item>
<el-dropdown-item
command=
"editLadingBill"
>
编辑提货单
</el-dropdown-item>
<el-dropdown-item
v-if=
"scope.row.ldStatus>42"
command=
"editLadingBill"
>
编辑提货单
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown-menu>
</el-dropdown>
</el-dropdown>
<el-dropdown
trigger=
"click"
>
<el-dropdown
trigger=
"click"
@
command=
"(command)=>handleCommand(scope.row, command)"
>
<el-button
type=
"primary"
>
<el-button
type=
"primary"
>
下载
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
下载
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
</el-button>
</el-button>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
command=
""
>
预装单
</el-dropdown-item>
<el-dropdown-item
command=
"
downloadPreloadGoodsList
"
>
预装单
</el-dropdown-item>
<el-dropdown-item
command=
""
>
已装单
</el-dropdown-item>
<el-dropdown-item
command=
"
downloadLoadGoodsList
"
>
已装单
</el-dropdown-item>
<el-dropdown-item
command=
""
>
应收汇总表
</el-dropdown-item>
<el-dropdown-item
command=
"
downloadReceivableList
"
>
应收汇总表
</el-dropdown-item>
<el-dropdown-item
command=
""
>
agent list
</el-dropdown-item>
<el-dropdown-item
command=
"
downloadAgentListFiles
"
>
agent list
</el-dropdown-item>
<el-dropdown-item
command=
"
"
>
son
cap
</el-dropdown-item>
<el-dropdown-item
command=
"
downloadSoncapFiles"
>
son
cap
</el-dropdown-item>
<el-dropdown-item
command=
""
>
提货单
</el-dropdown-item>
<el-dropdown-item
command=
"
zipDownload
"
>
提货单
</el-dropdown-item>
<el-dropdown-item
command=
""
>
提单Copy
</el-dropdown-item>
<el-dropdown-item
command=
"
downloadLadingCopy
"
>
提单Copy
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown-menu>
</el-dropdown>
</el-dropdown>
</
template
>
</
template
>
...
@@ -304,6 +308,11 @@ import {
...
@@ -304,6 +308,11 @@ import {
getboxPage
,
getboxPage
,
exportboxExcel
exportboxExcel
}
from
'
@/api/ecw/box
'
}
from
'
@/api/ecw/box
'
import
{
downloadFile
,
downloadFileByUrl
,
formatDate
,
}
from
"
./shippingSea/utils
"
;
import
{
getCabinetPage
}
from
'
@/api/ecw/cabinet
'
import
{
getCabinetPage
}
from
'
@/api/ecw/cabinet
'
import
{
getChannelList
}
from
'
@/api/ecw/channel
'
import
{
getChannelList
}
from
'
@/api/ecw/channel
'
import
{
getWarehouseList
}
from
'
@/api/ecw/warehouse
'
import
{
getWarehouseList
}
from
'
@/api/ecw/warehouse
'
...
@@ -536,6 +545,10 @@ export default {
...
@@ -536,6 +545,10 @@ export default {
this
.
$router
.
push
(
'
/boxSeaAir/shippingSeaAir/
'
+
row
.
id
)
this
.
$router
.
push
(
'
/boxSeaAir/shippingSeaAir/
'
+
row
.
id
)
break
break
case
"
detail
"
:
this
.
$router
.
push
(
"
/boxSeaAir/query/
"
+
row
.
id
);
break
;
case
'
edit
'
:
case
'
edit
'
:
this
.
handleUpdate
(
row
)
this
.
handleUpdate
(
row
)
break
break
...
@@ -560,6 +573,43 @@ export default {
...
@@ -560,6 +573,43 @@ export default {
case 'error':
case 'error':
this.$set(this.dialogCfg, 'title', '异常登记')
this.$set(this.dialogCfg, 'title', '异常登记')
break
break
case "downloadPreloadGoodsList":
downloadFile(
command,
{ shipmentId: row.id },
`
预装单
(
$
{
row
.
selfNo
}).
xlsx
`,
"xlsx"
);
break;
case "downloadLoadGoodsList":
downloadFile(
command,
{ shipmentId: row.id },
`
已装单
(
$
{
row
.
selfNo
}).
xlsx
`,
"xlsx"
);
break;
case "downloadReceivableList":
downloadFile(
command,
{ shipmentId: row.id },
`
应收汇总表
(
$
{
row
.
selfNo
}).
xlsx
`,
"xlsx"
);
break;
case "zipDownload":
downloadFile(
command,
{ shipmentId: row.id },
`
提货单
(
$
{
row
.
selfNo
}).
zip
`,
"zip"
);
break;
case "downloadAgentListFiles":
case "downloadSoncapFiles":
case "downloadLadingCopy":
downloadFileByUrl(command, { shipmentId: row.id });
break;
}
}
if (["editLadingBill", "cost", "error"].includes(command)) {
if (["editLadingBill", "cost", "error"].includes(command)) {
this.currRow = row;
this.currRow = row;
...
...
src/views/ecw/box/shippingSea/seaProcess.vue
View file @
3d1ab2fa
...
@@ -286,7 +286,7 @@ export default {
...
@@ -286,7 +286,7 @@ export default {
}
}
}
}
.arrow-area
{
.arrow-area
{
margin
:
0
10
px
;
margin
:
0
6
px
;
}
}
}
}
}
}
...
...
src/views/ecw/box/shippingSeaAir/shippingSeaAir.vue
View file @
3d1ab2fa
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
</el-card>
</el-card>
<!-- 海运流程图 -->
<!-- 海运流程图 -->
<seaProcess
:seaBaseData=
"seaAirBaseData"
:shipmentObj=
"shipmentObj"
width=
"
66px"
height=
"66
px"
:allSupplier=
"allSupplier"
:allDocks=
"allDocks"
:allUsers=
"allUsers"
:warehouseList=
"warehouseList"
@
getBoxInfo=
"getBoxInfo"
/>
<seaProcess
:seaBaseData=
"seaAirBaseData"
:shipmentObj=
"shipmentObj"
width=
"
50px"
height=
"50
px"
:allSupplier=
"allSupplier"
:allDocks=
"allDocks"
:allUsers=
"allUsers"
:warehouseList=
"warehouseList"
@
getBoxInfo=
"getBoxInfo"
/>
<!-- 海运步骤图 -->
<!-- 海运步骤图 -->
<seaStepDetail
:seaBaseData=
"seaAirBaseData"
:shipmentObj=
"shipmentObj"
:allSupplier=
"allSupplier"
:allDocks=
"allDocks"
:allUsers=
"allUsers"
:warehouseList=
"warehouseList"
/>
<seaStepDetail
:seaBaseData=
"seaAirBaseData"
:shipmentObj=
"shipmentObj"
:allSupplier=
"allSupplier"
:allDocks=
"allDocks"
:allUsers=
"allUsers"
:warehouseList=
"warehouseList"
/>
...
...
src/views/ecw/order/singleApply.vue
View file @
3d1ab2fa
...
@@ -24,11 +24,11 @@
...
@@ -24,11 +24,11 @@
<el-descriptions-item
:label=
"$t('出货渠道')"
>
<el-descriptions-item
:label=
"$t('出货渠道')"
>
{{
orderData
.
channelId
?
getChannelName
(
orderData
.
channelId
):
'
/
'
}}
{{
orderData
.
channelId
?
getChannelName
(
orderData
.
channelId
):
'
/
'
}}
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('始发地')"
:span=
"2"
>
<el-descriptions-item
:label=
"$t('始发地')"
>
{{
orderData
.
logisticsInfoDto
?
orderData
.
logisticsInfoDto
.
start
Address
Zh
:
$t
(
'
无
'
)
}}
{{
orderData
.
logisticsInfoDto
?
orderData
.
logisticsInfoDto
.
start
Title
Zh
:
$t
(
'
无
'
)
}}
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('目的地')"
>
<el-descriptions-item
:label=
"$t('目的地')"
:span=
"2"
>
{{
orderData
.
logisticsInfoDto
?
orderData
.
logisticsInfoDto
.
dest
Address
Zh
:
$t
(
'
无
'
)
}}
{{
orderData
.
logisticsInfoDto
?
orderData
.
logisticsInfoDto
.
dest
Title
Zh
:
$t
(
'
无
'
)
}}
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('发货人姓名')"
>
<el-descriptions-item
:label=
"$t('发货人姓名')"
>
{{
orderData
.
consignorVO
?
orderData
.
consignorVO
.
name
||
$t
(
'
无
'
):
$t
(
'
无
'
)
}}
{{
orderData
.
consignorVO
?
orderData
.
consignorVO
.
name
||
$t
(
'
无
'
):
$t
(
'
无
'
)
}}
...
...
src/views/ecw/order/splitApply.vue
View file @
3d1ab2fa
...
@@ -27,11 +27,11 @@
...
@@ -27,11 +27,11 @@
<el-descriptions-item
:label=
"$t('运输方式')"
>
<el-descriptions-item
:label=
"$t('运输方式')"
>
<dict-tag
:type=
"DICT_TYPE.ECW_TRANSPORT_TYPE"
:value=
"orderData.transportId"
/>
<dict-tag
:type=
"DICT_TYPE.ECW_TRANSPORT_TYPE"
:value=
"orderData.transportId"
/>
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('始发地')"
:span=
"2"
>
<el-descriptions-item
:label=
"$t('始发地')"
>
{{
orderData
.
logisticsInfoDto
?
orderData
.
logisticsInfoDto
.
start
Address
Zh
:
$t
(
'
无
'
)
}}
{{
orderData
.
logisticsInfoDto
?
orderData
.
logisticsInfoDto
.
start
Title
Zh
:
$t
(
'
无
'
)
}}
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('目的地')"
>
<el-descriptions-item
:label=
"$t('目的地')"
:span=
"2"
>
{{
orderData
.
logisticsInfoDto
?
orderData
.
logisticsInfoDto
.
dest
Address
Zh
:
$t
(
'
无
'
)
}}
{{
orderData
.
logisticsInfoDto
?
orderData
.
logisticsInfoDto
.
dest
Title
Zh
:
$t
(
'
无
'
)
}}
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('发货人姓名')"
>
<el-descriptions-item
:label=
"$t('发货人姓名')"
>
{{
orderData
.
consignorVO
?
orderData
.
consignorVO
.
name
||
$t
(
'
无
'
):
$t
(
'
无
'
)
}}
{{
orderData
.
consignorVO
?
orderData
.
consignorVO
.
name
||
$t
(
'
无
'
):
$t
(
'
无
'
)
}}
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
<el-table-column
:label=
"$t('入库货物属性')"
align=
"center"
width=
"400"
>
<el-table-column
:label=
"$t('入库货物属性')"
align=
"center"
width=
"400"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-row>
<el-row>
<span>
{{
$t
(
'
规格
'
)
}}
:
{{
scope
.
row
.
boxGauge
}}
</span>
<span>
{{
$t
(
'
规格
'
)
}}
:
{{
scope
.
row
.
warehouseInInfoVO
?
scope
.
row
.
warehouseInInfoVO
.
boxGauge
:
0
}}
</span>
</el-row>
</el-row>
<el-row>
<el-row>
<span>
{{
$t
(
'
品牌
'
)
}}
:
<span>
{{
$t
(
'
品牌
'
)
}}
:
...
@@ -229,7 +229,7 @@
...
@@ -229,7 +229,7 @@
{{shopForm.sum||0}}
{{shopForm.sum||0}}
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('放入箱数:')"
>
<el-form-item
:label=
"$t('放入箱数:')"
>
<el-input-number
v-model=
"shopForm.num"
controls-position=
"right"
:min=
"1"
:max=
"shopForm.sum
-1
"
></el-input-number>
<el-input-number
v-model=
"shopForm.num"
controls-position=
"right"
:min=
"1"
:max=
"shopForm.sum"
></el-input-number>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('备注信息:')"
>
<el-form-item
:label=
"$t('备注信息:')"
>
<el-input
v-model=
"shopForm.remarks"
></el-input>
<el-input
v-model=
"shopForm.remarks"
></el-input>
...
@@ -335,7 +335,6 @@ export default {
...
@@ -335,7 +335,6 @@ export default {
const
tds
=
document
.
querySelectorAll
(
const
tds
=
document
.
querySelectorAll
(
"
#table .el-table__footer-wrapper tr>td
"
"
#table .el-table__footer-wrapper tr>td
"
);
);
console
.
log
(
tds
)
// colSpan合并列
// colSpan合并列
tds
[
1
].
colSpan
=
5
;
tds
[
1
].
colSpan
=
5
;
tds
[
1
].
style
.
textAlign
=
"
left
"
;
tds
[
1
].
style
.
textAlign
=
"
left
"
;
...
@@ -381,7 +380,7 @@ export default {
...
@@ -381,7 +380,7 @@ export default {
getSplitList
(
this
.
queryParams
).
then
(
response
=>
{
getSplitList
(
this
.
queryParams
).
then
(
response
=>
{
this
.
splitData
=
response
.
data
.
orderSplitBackVOList
this
.
splitData
=
response
.
data
.
orderSplitBackVOList
if
(
response
.
data
.
orderApprovalBackVO
){
if
(
response
.
data
.
orderApprovalBackVO
){
this
.
orderApprovalBackVO
=
response
.
data
.
orderApprovalBackVO
this
.
orderApprovalBackVO
=
response
.
data
.
orderApprovalBackVO
}
}
this
.
loading
=
false
;
this
.
loading
=
false
;
...
@@ -394,7 +393,6 @@ export default {
...
@@ -394,7 +393,6 @@ export default {
this
.
query
.
warehouseIds
=
this
.
form
.
destWarehouseId
this
.
query
.
warehouseIds
=
this
.
form
.
destWarehouseId
},
},
arraySpanMethod
({
row
,
column
,
rowIndex
,
columnIndex
})
{
arraySpanMethod
({
row
,
column
,
rowIndex
,
columnIndex
})
{
console
.
log
(
rowIndex
)
if
(
rowIndex
==
this
.
orderData
.
orderItemVOList
.
length
)
{
if
(
rowIndex
==
this
.
orderData
.
orderItemVOList
.
length
)
{
if
(
columnIndex
===
1
)
{
if
(
columnIndex
===
1
)
{
return
[
2
,
3
];
return
[
2
,
3
];
...
@@ -424,7 +422,7 @@ export default {
...
@@ -424,7 +422,7 @@ export default {
leviteV
+=
column
.
warehouseInInfoVO
?
column
.
warehouseInInfoVO
.
volume
:
0
leviteV
+=
column
.
warehouseInInfoVO
?
column
.
warehouseInInfoVO
.
volume
:
0
leviteW
+=
column
.
warehouseInInfoVO
?
column
.
warehouseInInfoVO
.
weight
:
0
leviteW
+=
column
.
warehouseInInfoVO
?
column
.
warehouseInInfoVO
.
weight
:
0
});
});
sums
[
1
]
=
this
.
$t
(
'
下单统计
'
)
+
'
'
+
orderSum
+
'
'
+
this
.
$t
(
'
箱
'
)
+
'
'
+
orderV
+
'
m³
'
+
orderW
+
'
kg
'
+
'
'
+
this
.
$t
(
'
入仓统计:
'
)
+
leviteSum
+
'
'
+
this
.
$t
(
'
箱
'
)
+
'
'
+
leviteV
+
'
m³
'
+
leviteW
+
'
kg
'
sums
[
1
]
=
this
.
$t
(
'
下单统计
'
)
+
'
'
+
orderSum
+
'
'
+
this
.
$t
(
'
箱
'
)
+
'
'
+
orderV
.
toFixed
(
2
)
+
'
m³
'
+
orderW
+
'
kg
'
+
'
'
+
this
.
$t
(
'
入仓统计:
'
)
+
leviteSum
+
'
'
+
this
.
$t
(
'
箱
'
)
+
'
'
+
leviteV
.
toFixed
(
2
)
+
'
m³
'
+
leviteW
+
'
kg
'
return
sums
;
return
sums
;
},
},
...
...
src/views/ecw/order/weightDeal.vue
View file @
3d1ab2fa
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('入库货物属性')"
align=
"center"
>
<el-table-column
:label=
"$t('入库货物属性')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
$t
(
'
箱规
'
)
}}
:
{{
scope
.
row
.
boxGauge
||
0
}}
</span>
<span>
{{
$t
(
'
箱规
'
)
}}
:
{{
scope
.
row
.
warehouseInInfoVO
?
scope
.
row
.
warehouseInInfoVO
.
boxGauge
:
0
}}
</span>
<p>
<p>
<span>
{{
$t
(
'
品牌
'
)
}}
:
{{
getBrand
(
scope
.
row
.
brand
)
}}
</span>
<span>
{{
$t
(
'
品牌
'
)
}}
:
{{
getBrand
(
scope
.
row
.
brand
)
}}
</span>
<span>
{{
$t
(
'
箱数
'
)
}}
:
{{
scope
.
row
.
warehouseInInfoVO
?
scope
.
row
.
warehouseInInfoVO
.
cartonsNum
:
0
}}
</span>
<span>
{{
$t
(
'
箱数
'
)
}}
:
{{
scope
.
row
.
warehouseInInfoVO
?
scope
.
row
.
warehouseInInfoVO
.
cartonsNum
:
0
}}
</span>
...
...
src/views/system/menu/index.vue
View file @
3d1ab2fa
...
@@ -139,6 +139,11 @@
...
@@ -139,6 +139,11 @@
</el-radio-group>
</el-radio-group>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
v-if=
"form.type != '3'"
label=
"重定向"
prop=
"redirect"
>
<el-input
v-model=
"form.redirect"
placeholder=
"请输入重定向地址"
/>
</el-form-item>
</el-col>
</el-row>
</el-row>
</el-form>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
@@ -262,10 +267,11 @@ export default {
...
@@ -262,10 +267,11 @@ export default {
name
:
undefined
,
name
:
undefined
,
enName
:
undefined
,
enName
:
undefined
,
icon
:
undefined
,
icon
:
undefined
,
isShowInMenuBar
:
undefined
,
isShowInMenuBar
:
true
,
type
:
SystemMenuTypeEnum
.
DIR
,
type
:
SystemMenuTypeEnum
.
DIR
,
sort
:
undefined
,
sort
:
undefined
,
keepalive
:
false
,
keepalive
:
false
,
redirect
:
undefined
,
status
:
CommonStatusEnum
.
ENABLE
status
:
CommonStatusEnum
.
ENABLE
};
};
this
.
resetForm
(
"
form
"
);
this
.
resetForm
(
"
form
"
);
...
...
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