Commit 379cb9dd authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

Merge branch 'release' of...

Merge branch 'release' of http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator into release2.2
parents 2af381df 8d003773
...@@ -264,7 +264,7 @@ export default { ...@@ -264,7 +264,7 @@ export default {
}, },
methods: { methods: {
getCustomsOrderList(dcCustomsType) { getCustomsOrderList(dcCustomsType) {
if(dcCustomsType) dcCustomsType = '' if(!dcCustomsType) dcCustomsType = '1'
customsOrderList({ customsOrderList({
shipmentId: this.shipmentObj.id, shipmentId: this.shipmentObj.id,
customsTypes: dcCustomsType === "3" ? "2,3" : dcCustomsType, customsTypes: dcCustomsType === "3" ? "2,3" : dcCustomsType,
...@@ -548,6 +548,7 @@ export default { ...@@ -548,6 +548,7 @@ export default {
}, },
watch: { watch: {
"cusDeclarationObj.dcCustomsType"(val) { "cusDeclarationObj.dcCustomsType"(val) {
console.log(val,'val')
this.getCustomsOrderList(val); this.getCustomsOrderList(val);
}, },
"cusDeclarationObj.documentInfo"(val) { "cusDeclarationObj.documentInfo"(val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment