ncszh
jwg 3 days ago
parent d9ed066b5d
commit 02110e2f13

@ -2,7 +2,13 @@
# 页面 title 前缀
VUE_APP_TITLE='链友融财务数字一体化信息系统'
VUE_APP_ENVIRONMENT_TITLE='正式服'
#部署ip地址
VUE_APP_BASE_API = 'http://139.224.253.31:8081'
# 页面根路径
BASE_URL='/'
@ -15,8 +21,11 @@ VUE_APP_API= '/'
# 方楠
# VUE_APP_BASE_API = 'http://one-h5.lyrfp.com'
# 开发环境 不要删
VUE_APP_BASE_API = 'http://192.168.3.128:58088'
# VUE_APP_BASE_API = 'http://192.168.3.128:58088'
# VUE_APP_BASE_API = 'http://139.224.253.31:8081'
# VUE_APP_BASE_API = 'http://60.204.223.58:8080'
#线上预览
VUE_APP_ONLINE_API = 'http://139.224.253.31:48012'
VUE_APP_ENVIRONMENT_TITLE='正式服'

@ -16,13 +16,13 @@
clearable
input-align="left"
/>
<van-field
<!-- <van-field
v-model="queryForm.contractName"
placeholder="请输入"
label="合同名称"
clearable
input-align="left"
/>
/> -->
<RePick
v-model="queryForm.customerCompanyId"
titleKey="companyName"

@ -33,7 +33,7 @@
<span>回到顶部</span>
</div>
</div>
<div
<!-- <div
class="common-bottom-btns"
v-hasPermi="['bs:supplier-contract:create']"
style="bottom: 10rem"
@ -42,7 +42,7 @@
<img src="@/assets/images/icons/add.png" alt="" />
<span>添加申请</span>
</div>
</div>
</div> -->
<div class="common-bottom-btns" style="bottom: 6rem">
<div class="common-bottom-btn" @click="handleBack">
<img src="@/assets/images/icons/home.png" alt="" />
@ -60,12 +60,12 @@ import { mapState } from 'vuex'
import dayjs from 'dayjs'
export default {
props: {
listType: String, // EnrollmentOrder: EnrollmentCollection: ShiftRecord: WaitPay:
listType: String // EnrollmentOrder: EnrollmentCollection: ShiftRecord: WaitPay:
},
components: {
HeaderFilter: () => import('./HeaderFilter.vue'),
RMList: () => import('@/components/ReComponents/RMList'),
MySupplierListCard: () => import('@/components/MySupplierListCard'),
MySupplierListCard: () => import('@/components/MySupplierListCard')
},
data() {
return {
@ -98,15 +98,15 @@ export default {
files: null,
other: null,
createTime: [],
processInstanceId: null,
},
processInstanceId: null
}
}
},
computed: {
...mapState({
singlePageSize: (state) => state.common.setting.singlePageSize,
pageSize: (state) => state.common.setting.pageSize,
}),
pageSize: (state) => state.common.setting.pageSize
})
},
activated() {
this.handleScrollInit()
@ -124,7 +124,7 @@ export default {
handleInitSpList() {
let queryParams = {
pageNo: 1,
pageSize: this.singlePageSize,
pageSize: this.singlePageSize
}
getSupplierCompanyPage(queryParams).then((res) => {
this.spList = res.data.list || []
@ -134,7 +134,7 @@ export default {
return new Promise((resolve, reject) => {
let listQuery = {
pageNo: 1,
pageSize: this.singlePageSize,
pageSize: this.singlePageSize
}
getSupplierContractPage(listQuery)
.then((res) => {
@ -166,8 +166,8 @@ export default {
...paramProp,
invoiceDate: paramProp.startDate && [
dayjs(paramProp.startDate).format('YYYY-MM-DD HH:ss:mm'),
dayjs(paramProp.endDate).format('YYYY-MM-DD HH:ss:mm'),
],
dayjs(paramProp.endDate).format('YYYY-MM-DD HH:ss:mm')
]
}
this.finished = false
this.handleRefresh()
@ -191,8 +191,8 @@ export default {
this.$router.push({
path: '/supplier',
query: {
type: 'add',
},
type: 'add'
}
})
},
handleAllRefresh() {
@ -223,7 +223,7 @@ export default {
getTableList(val) {
// const { shellIdsLocal, collegeInfoIdLocal, startDate, endDate, keyword, type, method, targets, usePersonId, teacherIds, chargePersonIds } = this.listQuery
const query = {
...this.listQuery,
...this.listQuery
}
this.moreLoading = true
this.$loading(true, 'tableLoading')
@ -248,8 +248,8 @@ export default {
})
// this.$loading(false, `cTableLoading_${this.listType}`)
})
},
},
}
}
}
</script>
<style scoped lang="scss">

@ -23,7 +23,7 @@
title="供应商类别"
:name="`companyType`"
label="供应商类别"
:list="getDictDatas(DICT_TYPE.BS_ENTERPRISEL_TYPE)"
:list="getDictDatas(DICT_TYPE.ENTERPRISE_LIST)"
isCell
clearable
input-align="left"

@ -329,6 +329,8 @@ export default {
this.form.paymentPlanDetailDOList[0].status == 2
? '通过'
: '待审核'
} else {
this.form.paymentPlanDetailDOList[0].status = '待审核'
}
this.isAuthorised = res.data.isAuthorised
this.$nextTick(() => {

@ -64,12 +64,12 @@
</div>
</div>
<!-- 企业微信登录 -->
<van-button
<!-- <van-button
type="primary"
@click="handleWxLogin"
style="left: 50%; transform: translateX(-50%); width: 90%"
>企业微信登录</van-button
>
> -->
<!-- 图形验证码 -->
<!-- <Verify ref="verify" :captcha-type="'blockPuzzle'" :img-size="{width:'800px',height:'400px'}" @success="handleLogin" /> -->
</div>
@ -192,11 +192,11 @@ export default {
handleWxLogin() {
//
Wxlogin({
// appid: 'ww844f700e3bdef940',
// response_type: 'code',
// scope: 'snsapi_privateinfo',
// agentid: '1000002',
// type: 30,
appid: 'ww844f700e3bdef940',
response_type: 'code',
scope: 'snsapi_privateinfo',
agentid: '1000002',
type: 30,
redirectUri: process.env.VUE_APP_BASE_API + '/#/login'
}).then((res) => {
// URL

@ -23,9 +23,10 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
['/proxy-api']: {
// target: `http://localhost:48080`,
target: `http://192.168.3.81:48080`,
// target: `http://192.168.3.81:48080`,
// target: `http://one.lyrfp.com`,
// target: `http://192.168.3.243:48080`,
target: `http://192.168.3.243:48080`,
// target: `http://192.168.3.171:48080`,
// target: `http://api-dashboard.yudao.iocoder.cn`,
changeOrigin: true,
pathRewrite: {

Loading…
Cancel
Save