Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhanbo.xu
2025-05-28 10:46:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4918ad6ebaf2aa26f33b9883b278603fe21a0a9b
4918ad6e
1 parent
e133d490
feat: 根据需求优化
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
20 deletions
src/views/arrival-declare/index.vue
src/views/customerConfig/dialog.vue
src/views/arrival-declare/index.vue
View file @
4918ad6
...
...
@@ -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) => {
...
...
src/views/customerConfig/dialog.vue
View file @
4918ad6
...
...
@@ -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
...
...
Please
register
or
login
to post a comment