zhanbo.xu

feat: 根据需求优化

......@@ -482,9 +482,8 @@ export default {
this.selectedLogRow = row;
this.$set(row, "logLoading", true);
this.receiptApi(row.declareId, "allLogDataStatus").then((logData) => {
this.receiptApi(row.billNo, "allLogDataStatus").then((logData) => {
this.$set(row, "popoverData", logData);
if (!this.selectedLogRow.popoverData.length) {
this.$store.state.viewOption.loadingDatas = false;
}
......@@ -615,20 +614,6 @@ export default {
receiptApi(billNo, type, declareId) {
return new Promise((resolve, reject) => {
let obj = { billNo };
// if (type == "listReceiptStatus") {
// getListReceipt(obj)
// .then((res) => {
// if (res.code === "200") {
// resolve(res.data);
// } else {
// reject();
// }
// })
// .catch((err) => {
// console.log(err);
// reject();
// });
// } else
if (type == "arrivalInReceiptStatus") {
arrivalInReceipt(obj)
.then((res) => {
......
......@@ -294,7 +294,8 @@
</el-select>
</Formitem>
</el-col>
</el-row>
<el-row :gutter="5">
<!-- 公服DXPID -->
<el-col
:span="8"
......@@ -412,7 +413,6 @@
<el-col
:span="16"
style="padding-right: 5px"
v-if="
portConfig.TAO.orderDeclareChannel != 'QINGDAO_PUBLIC_SERVER'
"
......@@ -668,7 +668,7 @@
</div>
</div>
</el-col>
<el-col :span="16" style="padding-right: 5px">
<el-col :span="16">
<div class="uploadItem">
<div class="uploadbox">
<el-button
......@@ -792,7 +792,7 @@
></el-input> -->
</Formitem>
</el-col>
<el-col :span="16" style="padding-right: 5px">
<el-col :span="16">
<div class="uploadItem">
<div class="uploadbox">
<el-button
......