Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
95f63de8
Commit
95f63de8
authored
Jan 21, 2025
by
chenwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
🐛
: 修复1/21 第二版问题
parent
d4741548
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
6 deletions
+13
-6
index.vue
src/views/ecw/bankAccount/index.vue
+1
-1
index.vue
src/views/ecw/financial/chargeDetails/index.vue
+7
-0
index.vue
...financial/selfNoReportNew/selfNoReportDetailNew/index.vue
+5
-5
No files found.
src/views/ecw/bankAccount/index.vue
View file @
95f63de8
...
...
@@ -164,7 +164,7 @@
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('收入归属')"
prop=
"baIncomeBelong"
>
<dict-selector
:type=
"DICT_TYPE.ATTRIBUTION_OF_INCOME"
v-model=
"form.baIncomeBelong"
clearable
></dict-selector>
<dict-selector
:type=
"DICT_TYPE.ATTRIBUTION_OF_INCOME"
formatter=
"number"
v-model=
"form.baIncomeBelong"
clearable
></dict-selector>
<!-- <el-select v-model="form.baIncomeBelong" :placeholder="$t('请选择收入归属')" clearable>
<el-option v-for="countryItem in countryList" :key="countryItem.id" :label="$l(countryItem, 'title')" :value="countryItem.id" />
</el-select> -->
...
...
src/views/ecw/financial/chargeDetails/index.vue
View file @
95f63de8
...
...
@@ -368,6 +368,13 @@ export default {
}
this
.
handleQuery
()
},
activated
()
{
const
orderNo
=
this
.
$route
.
query
.
orderNo
||
""
if
(
orderNo
)
{
this
.
queryParams
.
orderNo
=
orderNo
}
this
.
handleQuery
()
},
methods
:
{
goBankReceiptDetailsList
(
row
)
{
this
.
$router
.
push
({
path
:
"
/financial/bankAccount/BankReceiptDetails
"
,
query
:
{
receiptNo
:
row
.
receiptNo
}
})
...
...
src/views/ecw/financial/selfNoReportNew/selfNoReportDetailNew/index.vue
View file @
95f63de8
...
...
@@ -381,9 +381,9 @@ export default {
this
.
handleQuery
()
},
watch
:
{
"
queryParams.destCountry
"
:
{
"
queryParams.destCountry
Ids
"
:
{
handler
(
val
,
oldVal
)
{
this
.
queryParams
.
destCity
=
[]
this
.
queryParams
.
destCity
Ids
=
[]
if
(
val
&&
val
.
length
>
0
)
{
this
.
loadCityList
(
2
,
val
.
join
())
}
else
{
...
...
@@ -391,9 +391,9 @@ export default {
}
}
},
"
queryParams.destCity
"
:
{
"
queryParams.destCity
Ids
"
:
{
handler
(
val
,
oldVal
)
{
this
.
queryParams
.
objectiveWareHouseId
=
[]
this
.
queryParams
.
destWarehouseIds
=
[]
if
(
val
.
length
>
0
)
{
this
.
loadWareHouseList
(
3
,
val
.
join
())
}
else
{
...
...
@@ -497,7 +497,7 @@ export default {
if
(
this
.
queryParams
.
pickRatio
&&
this
.
queryParams
.
pickRatioSymbols
)
{
params
[
this
.
queryParams
.
pickRatioSymbols
]
=
this
.
queryParams
.
pickRatio
}
//
this.addBeginAndEndTime(params, this.queryParams.dateFilter, this.dateFilterType, false)
this
.
addBeginAndEndTime
(
params
,
this
.
queryParams
.
dateFilter
,
this
.
dateFilterType
,
false
)
const
{
data
}
=
await
loadSelfNoSummaryList
(
params
)
this
.
list
=
data
.
list
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment