Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-middle-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-middle-front
Commits
ca3e2c26
Commit
ca3e2c26
authored
Jan 13, 2026
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
来佣增加是否直签
parent
f00a7e93
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
3 deletions
+17
-3
src/api/system/dept.js
+9
-0
src/components/Pagination/index.vue
+1
-1
src/views/merchandise/components/comeInfo.vue
+1
-2
src/views/merchandise/productsList.vue
+6
-0
No files found.
src/api/system/dept.js
View file @
ca3e2c26
...
@@ -82,3 +82,11 @@ export function getAllCompanys(data) {
...
@@ -82,3 +82,11 @@ export function getAllCompanys(data) {
data
:
data
data
:
data
})
})
}
}
// 通过部门ID查询部门下的所有用户
export
function
getDeptUsers
(
data
)
{
return
request
({
url
:
'/user/api/relTenantDept/import/query/dept/tree'
,
method
:
'post'
,
data
:
data
})
}
\ No newline at end of file
src/components/Pagination/index.vue
View file @
ca3e2c26
...
@@ -33,7 +33,7 @@ const props = defineProps({
...
@@ -33,7 +33,7 @@ const props = defineProps({
pageSizes
:
{
pageSizes
:
{
type
:
Array
,
type
:
Array
,
default
()
{
default
()
{
return
[
10
,
20
,
30
,
5
0
]
return
[
10
,
50
,
100
,
30
0
]
}
}
},
},
// 移动端页码按钮的数量端默认值5
// 移动端页码按钮的数量端默认值5
...
...
src/views/merchandise/components/comeInfo.vue
View file @
ca3e2c26
...
@@ -234,7 +234,7 @@ import {
...
@@ -234,7 +234,7 @@ import {
deleteComeCommission
,
deleteComeCommission
,
changeComeStatus
changeComeStatus
}
from
'@/api/product/index'
}
from
'@/api/product/index'
import
{
getAllCompanys
,
getReconciliationCompany
,
getInsuranceCompany
}
from
'@/api/common'
import
{
getAllCompanys
,
getReconciliationCompany
,
getInsuranceCompany
,
getDeptUsers
}
from
'@/api/common'
import
{
ref
,
watch
}
from
'vue'
import
{
ref
,
watch
}
from
'vue'
const
props
=
defineProps
({
const
props
=
defineProps
({
...
@@ -299,7 +299,6 @@ const searchSelectList = async (query, fieldKey, isDirectSign=0) => {
...
@@ -299,7 +299,6 @@ const searchSelectList = async (query, fieldKey, isDirectSign=0) => {
searchLoadingStates
.
value
[
fieldKey
]
=
true
searchLoadingStates
.
value
[
fieldKey
]
=
true
try
{
try
{
if
(
fieldKey
===
'reconciliationCompanyName'
)
{
if
(
fieldKey
===
'reconciliationCompanyName'
)
{
debugger
;
if
(
isDirectSign
==
1
)
{
if
(
isDirectSign
==
1
)
{
getInsuranceCompany
({
getInsuranceCompany
({
queryContent
:
query
.
trim
(),
queryContent
:
query
.
trim
(),
...
...
src/views/merchandise/productsList.vue
View file @
ca3e2c26
...
@@ -50,6 +50,11 @@
...
@@ -50,6 +50,11 @@
<dict-tag
:options=
"product_launch_status"
:value=
"scope.row.status"
/>
<dict-tag
:options=
"product_launch_status"
:value=
"scope.row.status"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"创建时间"
prop=
"createTime"
align=
"left"
>
<
template
#
default=
"scope"
>
{{
formatIsoToDateTime
(
scope
.
row
.
createTime
)
}}
</
template
>
</el-table-column>
<el-table-column
<el-table-column
label=
"操作"
label=
"操作"
...
@@ -134,6 +139,7 @@
...
@@ -134,6 +139,7 @@
</div>
</div>
</template>
</template>
<
script
setup
name=
"InsuranceProduct"
>
<
script
setup
name=
"InsuranceProduct"
>
import
{
formatIsoToDateTime
}
from
'@/utils/date'
import
{
goodsList
,
changeProductStatus
,
productApproval
}
from
'@/api/product/index'
import
{
goodsList
,
changeProductStatus
,
productApproval
}
from
'@/api/product/index'
import
{
ref
,
watch
}
from
'vue'
import
{
ref
,
watch
}
from
'vue'
const
router
=
useRouter
()
const
router
=
useRouter
()
...
...
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