Commit 8d003773 authored by zhoutong's avatar zhoutong

正常报关的订单列表,应该只显示自单代报订单

parent c2981f4c
...@@ -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