Compare commits
No commits in common. "c39e986f9451099a447b291a803ca618c677afb6" and "e2fa696bb2900b34e660b48b18ed6d26a6c9c59e" have entirely different histories.
c39e986f94
...
e2fa696bb2
@ -1,11 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 查询账期价格复审主列表
|
|
||||||
export const getPriceFinallReviewList = (data, query) => {
|
|
||||||
return request({
|
|
||||||
method: 'post',
|
|
||||||
url: '/bussiness/baseusercredithistory/credit-period-repeatedly-review-list',
|
|
||||||
data,
|
|
||||||
params: query,
|
|
||||||
})
|
|
||||||
}
|
|
||||||
@ -47,23 +47,6 @@
|
|||||||
</uni-grid-item>
|
</uni-grid-item>
|
||||||
</uni-grid>
|
</uni-grid>
|
||||||
</view>
|
</view>
|
||||||
<uni-section title="开户管理" type="line" />
|
|
||||||
<view class="grid-body">
|
|
||||||
<uni-grid :column="4" :showBorder="false" @change="changeGrid">
|
|
||||||
<uni-grid-item @click="navigateTo('/pages/work/AccountPricePreliminaryRreview/index')">
|
|
||||||
<view class="grid-item-box">
|
|
||||||
<uni-icons size="30" type="person-filled"></uni-icons>
|
|
||||||
<text class="text">账期价格初审</text>
|
|
||||||
</view>
|
|
||||||
</uni-grid-item>
|
|
||||||
<uni-grid-item @click="navigateTo('/pages/work/AccountPriceFinallReview/index')">
|
|
||||||
<view class="grid-item-box">
|
|
||||||
<uni-icons size="30" type="person-filled"></uni-icons>
|
|
||||||
<text class="text">账期价格复审</text>
|
|
||||||
</view>
|
|
||||||
</uni-grid-item>
|
|
||||||
</uni-grid>
|
|
||||||
</view>
|
|
||||||
|
|
||||||
<uni-section title="系统设置" type="line"></uni-section>
|
<uni-section title="系统设置" type="line"></uni-section>
|
||||||
<view class="grid-body">
|
<view class="grid-body">
|
||||||
@ -123,7 +106,6 @@
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import {getCurrentInstance, ref} from "vue"
|
import {getCurrentInstance, ref} from "vue"
|
||||||
import {navigateTo} from "../../utils/utils";
|
|
||||||
|
|
||||||
const {proxy} = getCurrentInstance()
|
const {proxy} = getCurrentInstance()
|
||||||
const current = ref(0)
|
const current = ref(0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user