Showing
2 changed files
with
5 additions
and
20 deletions
| ... | @@ -482,9 +482,8 @@ export default { | ... | @@ -482,9 +482,8 @@ export default { |
| 482 | this.selectedLogRow = row; | 482 | this.selectedLogRow = row; |
| 483 | this.$set(row, "logLoading", true); | 483 | this.$set(row, "logLoading", true); |
| 484 | 484 | ||
| 485 | - this.receiptApi(row.declareId, "allLogDataStatus").then((logData) => { | 485 | + this.receiptApi(row.billNo, "allLogDataStatus").then((logData) => { |
| 486 | this.$set(row, "popoverData", logData); | 486 | this.$set(row, "popoverData", logData); |
| 487 | - | ||
| 488 | if (!this.selectedLogRow.popoverData.length) { | 487 | if (!this.selectedLogRow.popoverData.length) { |
| 489 | this.$store.state.viewOption.loadingDatas = false; | 488 | this.$store.state.viewOption.loadingDatas = false; |
| 490 | } | 489 | } |
| ... | @@ -615,20 +614,6 @@ export default { | ... | @@ -615,20 +614,6 @@ export default { |
| 615 | receiptApi(billNo, type, declareId) { | 614 | receiptApi(billNo, type, declareId) { |
| 616 | return new Promise((resolve, reject) => { | 615 | return new Promise((resolve, reject) => { |
| 617 | let obj = { billNo }; | 616 | let obj = { billNo }; |
| 618 | - // if (type == "listReceiptStatus") { | ||
| 619 | - // getListReceipt(obj) | ||
| 620 | - // .then((res) => { | ||
| 621 | - // if (res.code === "200") { | ||
| 622 | - // resolve(res.data); | ||
| 623 | - // } else { | ||
| 624 | - // reject(); | ||
| 625 | - // } | ||
| 626 | - // }) | ||
| 627 | - // .catch((err) => { | ||
| 628 | - // console.log(err); | ||
| 629 | - // reject(); | ||
| 630 | - // }); | ||
| 631 | - // } else | ||
| 632 | if (type == "arrivalInReceiptStatus") { | 617 | if (type == "arrivalInReceiptStatus") { |
| 633 | arrivalInReceipt(obj) | 618 | arrivalInReceipt(obj) |
| 634 | .then((res) => { | 619 | .then((res) => { | ... | ... |
| ... | @@ -294,7 +294,8 @@ | ... | @@ -294,7 +294,8 @@ |
| 294 | </el-select> | 294 | </el-select> |
| 295 | </Formitem> | 295 | </Formitem> |
| 296 | </el-col> | 296 | </el-col> |
| 297 | - | 297 | + </el-row> |
| 298 | + <el-row :gutter="5"> | ||
| 298 | <!-- 公服DXPID --> | 299 | <!-- 公服DXPID --> |
| 299 | <el-col | 300 | <el-col |
| 300 | :span="8" | 301 | :span="8" |
| ... | @@ -412,7 +413,6 @@ | ... | @@ -412,7 +413,6 @@ |
| 412 | 413 | ||
| 413 | <el-col | 414 | <el-col |
| 414 | :span="16" | 415 | :span="16" |
| 415 | - style="padding-right: 5px" | ||
| 416 | v-if=" | 416 | v-if=" |
| 417 | portConfig.TAO.orderDeclareChannel != 'QINGDAO_PUBLIC_SERVER' | 417 | portConfig.TAO.orderDeclareChannel != 'QINGDAO_PUBLIC_SERVER' |
| 418 | " | 418 | " |
| ... | @@ -668,7 +668,7 @@ | ... | @@ -668,7 +668,7 @@ |
| 668 | </div> | 668 | </div> |
| 669 | </div> | 669 | </div> |
| 670 | </el-col> | 670 | </el-col> |
| 671 | - <el-col :span="16" style="padding-right: 5px"> | 671 | + <el-col :span="16"> |
| 672 | <div class="uploadItem"> | 672 | <div class="uploadItem"> |
| 673 | <div class="uploadbox"> | 673 | <div class="uploadbox"> |
| 674 | <el-button | 674 | <el-button |
| ... | @@ -792,7 +792,7 @@ | ... | @@ -792,7 +792,7 @@ |
| 792 | ></el-input> --> | 792 | ></el-input> --> |
| 793 | </Formitem> | 793 | </Formitem> |
| 794 | </el-col> | 794 | </el-col> |
| 795 | - <el-col :span="16" style="padding-right: 5px"> | 795 | + <el-col :span="16"> |
| 796 | <div class="uploadItem"> | 796 | <div class="uploadItem"> |
| 797 | <div class="uploadbox"> | 797 | <div class="uploadbox"> |
| 798 | <el-button | 798 | <el-button | ... | ... |
-
Please register or login to post a comment