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
dad20b2e
Commit
dad20b2e
authored
Jun 20, 2023
by
Marcus
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
b92b714a
dace2a39
Changes
15
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
295 additions
and
117 deletions
+295
-117
boxAir.js
src/api/ecw/boxAir.js
+60
-1
index.vue
src/components/ProductSelector/index.vue
+4
-0
index.vue
src/components/RoutersSelector/index.vue
+1
-1
dict.js
src/utils/dict.js
+1
-0
indexAir.vue
src/views/ecw/box/indexAir.vue
+7
-1
index.vue
src/views/ecw/box/shippingAir/nodePage/mergePkg/index.vue
+143
-91
pkgPage.vue
src/views/ecw/box/shippingAir/nodePage/mergePkg/pkgPage.vue
+15
-0
unPkgPage.vue
...views/ecw/box/shippingAir/nodePage/mergePkg/unPkgPage.vue
+15
-0
edit.vue
src/views/ecw/channel/edit.vue
+10
-1
myDeptTarget.vue
src/views/ecw/deptTarget/myDeptTarget.vue
+5
-2
edit.vue
src/views/ecw/order/edit.vue
+3
-0
index.vue
src/views/ecw/product/index.vue
+9
-6
edit.vue
src/views/ecw/productAttr/edit.vue
+7
-4
edit.vue
src/views/ecw/productPrice/edit.vue
+12
-7
index.vue
src/views/ecw/productPrice/index.vue
+3
-3
No files found.
src/api/ecw/boxAir.js
View file @
dad20b2e
...
@@ -80,7 +80,7 @@ export function createGoods(data) {
...
@@ -80,7 +80,7 @@ export function createGoods(data) {
*/
*/
export
function
getMergePkgList
(
params
)
{
export
function
getMergePkgList
(
params
)
{
return
request
({
return
request
({
url
:
"
/ecw/box-merge-pkg/page
r
"
,
url
:
"
/ecw/box-merge-pkg/page
"
,
method
:
"
get
"
,
method
:
"
get
"
,
params
,
params
,
});
});
...
@@ -100,3 +100,62 @@ export function createMergePkg(data) {
...
@@ -100,3 +100,62 @@ export function createMergePkg(data) {
data
,
data
,
});
});
}
}
/**
* 更新合包箱
*
* @export
* @param {*} data
* @return {*}
*/
export
function
updateMergePkg
(
data
)
{
return
request
({
url
:
"
/ecw/box-merge-pkg/update
"
,
method
:
"
put
"
,
data
,
});
}
/**
* 删除合包箱
*
* @export
* @param {*} data
* @return {*}
*/
export
function
deleteMergePkg
(
id
)
{
return
request
({
url
:
`/ecw/box-merge-pkg/delete?id=`
+
id
,
method
:
"
delete
"
,
});
}
/**
* 获得未装箱列表分页
*
* @export
* @param {*} data
* @return {*}
*/
export
function
getUnPkgPage
(
params
)
{
return
request
({
url
:
"
/ecw/box-merge-pkg/getUnPkgPage
"
,
method
:
"
get
"
,
params
,
});
}
/**
* 获得已装箱列表分页
*
* @export
* @param {*} data
* @return {*}
*/
export
function
getPkgPageByPkgId
(
params
)
{
return
request
({
url
:
"
/ecw/box-merge-pkg/getPkgPageByPkgId
"
,
method
:
"
get
"
,
params
,
});
}
\ No newline at end of file
src/components/ProductSelector/index.vue
View file @
dad20b2e
...
@@ -63,6 +63,10 @@ export default {
...
@@ -63,6 +63,10 @@ export default {
value
(
val
){
value
(
val
){
// console.log('初始化内容', val)
// console.log('初始化内容', val)
this
.
init
()
this
.
init
()
},
// 类型变了,清空内容
productType
(){
this
.
list
=
[]
}
}
},
},
created
(){
created
(){
...
...
src/components/RoutersSelector/index.vue
View file @
dad20b2e
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
{{
$l
(
row
,
'
destTitle
'
)
}}
{{
$l
(
row
,
'
destTitle
'
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('渠道')"
prop=
"startTitleZh"
>
<el-table-column
:label=
"$t('渠道')"
prop=
"startTitleZh"
v-if=
"type == 'air'"
>
<
template
slot-scope=
"{row}"
>
<
template
slot-scope=
"{row}"
>
{{
$l
(
row
.
channel
,
'
name
'
)
}}
{{
$l
(
row
.
channel
,
'
name
'
)
}}
</
template
>
</
template
>
...
...
src/utils/dict.js
View file @
dad20b2e
...
@@ -200,6 +200,7 @@ export const DICT_TYPE = {
...
@@ -200,6 +200,7 @@ export const DICT_TYPE = {
ORDER_SPECIAL_NEEDS
:
'
order_special_needs
'
,
// 订单特殊需求
ORDER_SPECIAL_NEEDS
:
'
order_special_needs
'
,
// 订单特殊需求
ORDER_ABNORMAL_STATE
:
'
order_abnormal_state
'
,
ORDER_ABNORMAL_STATE
:
'
order_abnormal_state
'
,
TARGET_TYPE
:
'
target_type
'
,
//部门业绩目标类型
TARGET_TYPE
:
'
target_type
'
,
//部门业绩目标类型
CEBE_UNIT
:
'
cube_unit
'
,
//目标单位
RECEIPT_ITEM_STATE
:
'
receipt_item_state
'
,
//收款单明细状态
RECEIPT_ITEM_STATE
:
'
receipt_item_state
'
,
//收款单明细状态
// ========== 出货模块 ==========
// ========== 出货模块 ==========
BOX_SHIPPING_TRAILER_STATUS
:
'
shipping_trailer_status
'
,
// 拖车状态
BOX_SHIPPING_TRAILER_STATUS
:
'
shipping_trailer_status
'
,
// 拖车状态
...
...
src/views/ecw/box/indexAir.vue
View file @
dad20b2e
...
@@ -168,12 +168,17 @@
...
@@ -168,12 +168,17 @@
<
/template
>
<
/template
>
<
script
>
<
script
>
import
{
createbox
,
updatebox
,
deletebox
,
getbox
,
getboxPage
,
exportboxExcel
}
from
'
@/api/ecw/box
'
import
{
deletebox
,
getbox
,
getboxPage
,
exportboxExcel
}
from
'
@/api/ecw/box
'
import
{
getChannelList
}
from
'
@/api/ecw/channel
'
import
{
getChannelList
}
from
'
@/api/ecw/channel
'
import
{
getWarehouseList
}
from
'
@/api/ecw/warehouse
'
import
{
getWarehouseList
}
from
'
@/api/ecw/warehouse
'
import
costForm
from
'
./costForm.vue
'
import
costForm
from
'
./costForm.vue
'
import
regError
from
'
./regError.vue
'
import
regError
from
'
./regError.vue
'
import
editAirForm
from
'
./editAirForm.vue
'
import
editAirForm
from
'
./editAirForm.vue
'
import
{
downloadFile
,
downloadFileByUrl
,
formatDate
,
}
from
"
./shippingAir/utils
"
;
export
default
{
export
default
{
name
:
'
indexAir
'
,
name
:
'
indexAir
'
,
...
@@ -291,6 +296,7 @@ export default {
...
@@ -291,6 +296,7 @@ export default {
this
.
getChannelList
()
this
.
getChannelList
()
}
,
}
,
methods
:
{
methods
:
{
formatDate
,
getChannelList
()
{
getChannelList
()
{
getChannelList
().
then
((
res
)
=>
(
this
.
channelList
=
res
.
data
))
getChannelList
().
then
((
res
)
=>
(
this
.
channelList
=
res
.
data
))
}
,
}
,
...
...
src/views/ecw/box/shippingAir/nodePage/mergePkg/index.vue
View file @
dad20b2e
This diff is collapsed.
Click to expand it.
src/views/ecw/box/shippingAir/nodePage/mergePkg/pkgPage.vue
0 → 100644
View file @
dad20b2e
<
template
>
<div>
22
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
>
</
style
>
\ No newline at end of file
src/views/ecw/box/shippingAir/nodePage/mergePkg/unPkgPage.vue
0 → 100644
View file @
dad20b2e
<
template
>
<div>
11
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
>
</
style
>
\ No newline at end of file
src/views/ecw/channel/edit.vue
View file @
dad20b2e
...
@@ -294,7 +294,16 @@ export default {
...
@@ -294,7 +294,16 @@ export default {
this
.
form
.
channelPackagingList
[
index
].
channelPriceStepClearanceList
[
indexx
]
=
p
;
this
.
form
.
channelPackagingList
[
index
].
channelPriceStepClearanceList
[
indexx
]
=
p
;
}
}
let
it
=
this
.
form
.
channelPackagingList
[
index
].
channelPriceStepClearanceList
[
indexx
]
let
it
=
this
.
form
.
channelPackagingList
[
index
].
channelPriceStepClearanceList
[
indexx
]
this
.
form
.
channelPackagingList
[
index
].
channelPriceStepClearanceList
[
indexx
]
=
{...
p
,...
it
,
clearancePrice
:
itemm
.
clearancePrice
,
clearancePriceUnit
:
itemm
.
clearancePriceUnit
,
clearanceVolumeUnit
:
itemm
.
clearanceVolumeUnit
}
;
this
.
form
.
channelPackagingList
[
index
].
channelPriceStepClearanceList
[
indexx
]
=
{
...
p
,
...
it
,
clearancePrice
:
itemm
.
clearancePrice
,
clearancePriceUnit
:
itemm
.
clearancePriceUnit
,
clearanceVolumeUnit
:
itemm
.
clearanceVolumeUnit
,
endNum
:
itemm
.
endNum
,
startNum
:
itemm
.
startNum
,
weightUnit
:
itemm
.
weightUnit
}
;
})
})
})
})
this
.
$forceUpdate
()
this
.
$forceUpdate
()
...
...
src/views/ecw/deptTarget/myDeptTarget.vue
View file @
dad20b2e
...
@@ -124,8 +124,11 @@
...
@@ -124,8 +124,11 @@
:key=
"item.channelId"
></el-option>
:key=
"item.channelId"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('立方数')"
prop=
"cubeNum"
>
<el-form-item
:label=
"$t('目标值')"
prop=
"cubeNum"
>
<el-input
v-model=
"form.cubeNum"
:placeholder=
"$t('请输入立方数')"
/>
<el-input
v-model=
"form.cubeNum"
:placeholder=
"$t('请输入目标值')"
/>
</el-form-item>
<el-form-item
:label=
"$t('目标单位')"
prop=
"cubeUnit"
>
<dict-selector
:type=
"DICT_TYPE.CEBE_UNIT"
v-model=
"form.cubeUnit"
:placeholder=
"$t('请选择目标单位')"
/>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
src/views/ecw/order/edit.vue
View file @
dad20b2e
...
@@ -931,6 +931,9 @@ export default {
...
@@ -931,6 +931,9 @@ export default {
if
(
updateChannel
){
if
(
updateChannel
){
this
.
$set
(
this
,
'
showWorkFlow
'
,
true
)
this
.
$set
(
this
,
'
showWorkFlow
'
,
true
)
}
}
},
'
$route.query.transportType
'
(
transportType
){
this
.
$set
(
this
.
form
,
'
transportId
'
,
+
transportType
)
}
}
},
},
activated
(){
activated
(){
...
...
src/views/ecw/product/index.vue
View file @
dad20b2e
...
@@ -232,7 +232,7 @@
...
@@ -232,7 +232,7 @@
复制模板线路价格:{{lineNum}}个
复制模板线路价格:{{lineNum}}个
</span>
</span>
<span
@
click=
"toPriceManager(formCopy)"
style=
"color: #0a84ff;cursor: pointer;"
>
<span
@
click=
"toPriceManager(formCopy)"
style=
"color: #0a84ff;cursor: pointer;"
>
查看《#
选择空运商品模板名称
#》路线价格
查看《#
{{$l(formCopy,'title')}}
#》路线价格
</span>
</span>
</p>
</p>
</el-form>
</el-form>
...
@@ -424,16 +424,19 @@ export default {
...
@@ -424,16 +424,19 @@ export default {
this
.
form
.
priceStepClearanceList
[
index
].
clearancePrice
=
item
.
clearancePrice
this
.
form
.
priceStepClearanceList
[
index
].
clearancePrice
=
item
.
clearancePrice
this
.
form
.
priceStepClearanceList
[
index
].
clearancePriceUnit
=
item
.
clearancePriceUnit
this
.
form
.
priceStepClearanceList
[
index
].
clearancePriceUnit
=
item
.
clearancePriceUnit
this
.
form
.
priceStepClearanceList
[
index
].
clearanceVolumeUnit
=
item
.
clearanceVolumeUnit
this
.
form
.
priceStepClearanceList
[
index
].
clearanceVolumeUnit
=
item
.
clearanceVolumeUnit
this
.
form
.
priceStepClearanceList
[
index
].
endNum
=
item
.
endNum
this
.
form
.
priceStepClearanceList
[
index
].
startNum
=
item
.
startNum
this
.
form
.
priceStepClearanceList
[
index
].
weightUnit
=
item
.
weightUnit
}
else
{
}
else
{
let
p
=
{
let
p
=
{
"
channelId
"
:
''
,
"
channelId
"
:
undefined
,
"
clearancePrice
"
:
item
.
clearancePrice
,
"
clearancePrice
"
:
item
.
clearancePrice
,
"
clearancePriceUnit
"
:
item
.
clearancePriceUnit
,
"
clearancePriceUnit
"
:
item
.
clearancePriceUnit
,
"
clearanceVolumeUnit
"
:
item
.
clearanceVolumeUnit
,
"
clearanceVolumeUnit
"
:
item
.
clearanceVolumeUnit
,
"
endNum
"
:
''
,
"
endNum
"
:
item
.
endNum
,
"
packagingId
"
:
''
,
"
packagingId
"
:
undefined
,
"
startNum
"
:
''
,
"
startNum
"
:
item
.
startNum
,
"
weightUnit
"
:
''
"
weightUnit
"
:
item
.
weightUnit
}
}
this
.
form
.
priceStepClearanceList
.
push
(
p
)
this
.
form
.
priceStepClearanceList
.
push
(
p
)
}
}
...
...
src/views/ecw/productAttr/edit.vue
View file @
dad20b2e
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
复制模板线路价格:{{lineNum}}个
复制模板线路价格:{{lineNum}}个
</span>
</span>
<span
@
click=
"toPriceManager(formCopv)"
style=
"color: #0a84ff;cursor: pointer;"
>
<span
@
click=
"toPriceManager(formCopv)"
style=
"color: #0a84ff;cursor: pointer;"
>
查看《#
选择空运商品模板名称
#》路线价格
查看《#
{{$l(formCopv,'title')}}
#》路线价格
</span>
</span>
</p>
</p>
<el-form-item>
<el-form-item>
...
@@ -154,16 +154,19 @@ export default {
...
@@ -154,16 +154,19 @@ export default {
this
.
form
.
priceStepClearanceList
[
index
].
clearancePrice
=
item
.
clearancePrice
this
.
form
.
priceStepClearanceList
[
index
].
clearancePrice
=
item
.
clearancePrice
this
.
form
.
priceStepClearanceList
[
index
].
clearancePriceUnit
=
item
.
clearancePriceUnit
this
.
form
.
priceStepClearanceList
[
index
].
clearancePriceUnit
=
item
.
clearancePriceUnit
this
.
form
.
priceStepClearanceList
[
index
].
clearanceVolumeUnit
=
item
.
clearanceVolumeUnit
this
.
form
.
priceStepClearanceList
[
index
].
clearanceVolumeUnit
=
item
.
clearanceVolumeUnit
this
.
form
.
priceStepClearanceList
[
index
].
endNum
=
item
.
endNum
this
.
form
.
priceStepClearanceList
[
index
].
startNum
=
item
.
startNum
this
.
form
.
priceStepClearanceList
[
index
].
weightUnit
=
item
.
weightUnit
}
else
{
}
else
{
let
p
=
{
let
p
=
{
"
channelId
"
:
''
,
"
channelId
"
:
''
,
"
clearancePrice
"
:
item
.
clearancePrice
,
"
clearancePrice
"
:
item
.
clearancePrice
,
"
clearancePriceUnit
"
:
item
.
clearancePriceUnit
,
"
clearancePriceUnit
"
:
item
.
clearancePriceUnit
,
"
clearanceVolumeUnit
"
:
item
.
clearanceVolumeUnit
,
"
clearanceVolumeUnit
"
:
item
.
clearanceVolumeUnit
,
"
endNum
"
:
''
,
"
endNum
"
:
item
.
endNum
,
"
packagingId
"
:
''
,
"
packagingId
"
:
''
,
"
startNum
"
:
''
,
"
startNum
"
:
item
.
startNum
,
"
weightUnit
"
:
''
"
weightUnit
"
:
item
.
weightUnit
}
}
this
.
form
.
priceStepClearanceList
.
push
(
p
)
this
.
form
.
priceStepClearanceList
.
push
(
p
)
}
}
...
...
src/views/ecw/productPrice/edit.vue
View file @
dad20b2e
...
@@ -777,19 +777,24 @@ export default {
...
@@ -777,19 +777,24 @@ export default {
}
}
}
else
{
}
else
{
// 全包价 的阶段 设置和运费(全包价)不能为空
// 全包价 的阶段 设置和运费(全包价)不能为空
let
stepPriceEmpty
=
false
let
stepPriceEmpty
=
[]
this
.
form
.
priceStepList
.
forEach
(
item
=>
{
this
.
form
.
priceStepList
.
forEach
((
item
,
index
)
=>
{
let
notEmptyFields
=
[
'
startNum
'
,
'
endNum
'
,
'
weightUnit
'
]
let
notEmptyFields
=
[
'
endNum
'
,
'
weightUnit
'
]
// 第一条阶梯的起始值可以是0,其他的不能为0
if
(
index
){
notEmptyFields
.
push
(
'
startNum
'
)
}
notEmptyFields
.
forEach
(
field
=>
{
notEmptyFields
.
forEach
(
field
=>
{
if
(
!
item
[
field
]
||
item
[
field
].
toString
().
trim
()
==
''
){
if
(
!
item
[
field
]
||
item
[
field
].
toString
().
trim
()
==
''
){
stepPriceEmpty
=
true
stepPriceEmpty
.
push
({
index
,
field
}
)
}
}
}
)
}
)
if
((
this
.
form
.
priceType
==
0
&&
!
item
.
transportPrice
)
||
(
this
.
form
.
priceType
==
1
&&
!
item
.
allPrice
)){
if
((
this
.
form
.
priceType
==
0
&&
!
item
.
transportPrice
)
||
(
this
.
form
.
priceType
==
1
&&
!
item
.
allPrice
)){
stepPriceEmpty
=
true
stepPriceEmpty
.
push
({
index
,
field
:
!
item
.
transportPrice
?
'
transportPrice
'
:
'
allPrice
'
}
)
}
}
}
)
}
)
if
(
stepPriceEmpty
){
if
(
stepPriceEmpty
.
length
){
console
.
log
(
'
stepPriceEmpty
'
,
stepPriceEmpty
)
return
this
.
$message
.
error
(
this
.
$t
(
'
阶梯和价格设置不能留空
'
))
return
this
.
$message
.
error
(
this
.
$t
(
'
阶梯和价格设置不能留空
'
))
}
}
}
}
...
@@ -813,7 +818,7 @@ export default {
...
@@ -813,7 +818,7 @@ export default {
this
.
loading
=
true
this
.
loading
=
true
return
updateProductPrice
(
data
).
then
(
res
=>
{
return
updateProductPrice
(
data
).
then
(
res
=>
{
this
.
$modal
.
msgSuccess
(
this
.
$t
(
"
请求成功
"
));
this
.
$modal
.
msgSuccess
(
this
.
$t
(
"
请求成功
"
));
this
.
$
router
.
back
()
this
.
$
tab
.
closePage
()
}
).
finally
(
res
=>
this
.
loading
=
false
)
}
).
finally
(
res
=>
this
.
loading
=
false
)
}
}
...
...
src/views/ecw/productPrice/index.vue
View file @
dad20b2e
...
@@ -12,11 +12,11 @@
...
@@ -12,11 +12,11 @@
<el-option
v-for=
"type in typeList"
:key=
"type.id"
:label=
"type.titleZh"
:value=
"type.id"
/>
<el-option
v-for=
"type in typeList"
:key=
"type.id"
:label=
"type.titleZh"
:value=
"type.id"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('运输方式')"
prop=
"transportType"
>
<el-form-item
:label=
"$t('运输方式')"
prop=
"transportType"
v-if=
"!transportType"
>
<dict-selector
:type=
"DICT_TYPE.ECW_TRANSPORT_TYPE"
v-model=
"queryParams.transportType"
formatter=
"number"
clearable
/>
<dict-selector
:type=
"DICT_TYPE.ECW_TRANSPORT_TYPE"
v-model=
"queryParams.transportType"
formatter=
"number"
clearable
/>
</el-form-item>
</el-form-item>
<!--海运不显示渠道-->
<!--海运不显示渠道-->
<el-form-item
:label=
"$t('出货渠道')"
prop=
"shippingChannelId"
v-if=
"type == '
sea
'"
>
<el-form-item
:label=
"$t('出货渠道')"
prop=
"shippingChannelId"
v-if=
"type == '
air
'"
>
<el-select
v-model=
"queryParams.shippingChannelId"
clearable
>
<el-select
v-model=
"queryParams.shippingChannelId"
clearable
>
<el-option
v-for=
"item in channelList"
:key=
"item.id"
:label=
"$l(item, 'name')"
:value=
"item.channelId"
/>
<el-option
v-for=
"item in channelList"
:key=
"item.id"
:label=
"$l(item, 'name')"
:value=
"item.channelId"
/>
</el-select>
</el-select>
...
@@ -732,7 +732,7 @@ export default {
...
@@ -732,7 +732,7 @@ export default {
}
,
}
,
// 批量修改单个商品的价格(一条或者多条,后者全部路线)
// 批量修改单个商品的价格(一条或者多条,后者全部路线)
batchSetSingleProductPrice
(
type
){
batchSetSingleProductPrice
(
type
){
this
.
$router
.
push
(
`../../lineProject/product-price/edit?action=batchUpdate&type=${type
}
&product_id=${this.$route.query.product_id
}
&ids=${this.ids
}
`
)
this
.
$router
.
push
(
`../../lineProject/product-price/edit
-${type
}
?action=batchUpdate&type=${type
}
&product_id=${this.$route.query.product_id
}
&ids=${this.ids
}
`
)
}
,
}
,
// 批量设置路线
// 批量设置路线
handleBatchEdit
(
type
)
{
handleBatchEdit
(
type
)
{
...
...
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