Commit 49b0a08c authored by Jennie Shi's avatar Jennie Shi

安卓备份

parent 1ec73210
...@@ -11,5 +11,5 @@ module.exports = { ...@@ -11,5 +11,5 @@ module.exports = {
ocrPath:'"http://www.xcmgfs.com:8087/r/api"', ocrPath:'"http://www.xcmgfs.com:8087/r/api"',
fileUploadSvcPath:'"http://www.xcmgfs.com:8087/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="', fileUploadSvcPath:'"http://www.xcmgfs.com:8087/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="',
appId: '"com.xcmg.app"', appId: '"com.xcmg.app"',
currentVersion: '"0.2.4"' currentVersion: '"0.2.5"'
} }
...@@ -11,5 +11,5 @@ module.exports = { ...@@ -11,5 +11,5 @@ module.exports = {
ocrPath:'"http://180.104.121.66:8088/r/api"', ocrPath:'"http://180.104.121.66:8088/r/api"',
fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="', fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="',
appId: '"com.xcmg.app.dev"', appId: '"com.xcmg.app.dev"',
currentVersion: '"2.8.8"' currentVersion: '"2.8.9"'
} }
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
placeholder="暂无数据" > placeholder="暂无数据" >
</item> </item>
<item> <item>
<div slot="name" class="firstPay">首期付款日</div> <div slot="name" class="firstPay">次分期付款日</div>
<input <input
slot="content" v-model="info.lease_start_date" class="firstPay" readonly slot="content" v-model="info.lease_start_date" class="firstPay" readonly
placeholder="暂无数据" > placeholder="暂无数据" >
...@@ -601,6 +601,8 @@ export default { ...@@ -601,6 +601,8 @@ export default {
let url = process.env.basePath + 'car_equip_list_query' let url = process.env.basePath + 'car_equip_list_query'
let param = { let param = {
project_id: vm.project_id, project_id: vm.project_id,
pagesize: 999,
pagenum: 1,
} }
hlsPopup.showLoading('请稍候') hlsPopup.showLoading('请稍候')
vm.$post(url, param).then(function (res) { vm.$post(url, param).then(function (res) {
......
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
class="date-check" class="date-check"
@click.native="showFirstTime('YYYY-MM-DD', 'FirstPay')" @click.native="showFirstTime('YYYY-MM-DD', 'FirstPay')"
> >
<div slot="name" class="firstPay">首期付款日</div> <div slot="name" class="firstPay">次分期付款日</div>
<input <input
slot="content" slot="content"
v-model="detail.lease_start_date" v-model="detail.lease_start_date"
...@@ -261,7 +261,7 @@ ...@@ -261,7 +261,7 @@
<item <item
v-if="flag" v-if="flag"
> >
<div slot="name" class="firstPay">首期付款日</div> <div slot="name" class="firstPay">次分期付款日</div>
<input <input
slot="content" slot="content"
v-model="detail.lease_start_date" v-model="detail.lease_start_date"
...@@ -380,7 +380,7 @@ export default { ...@@ -380,7 +380,7 @@ export default {
num: null, num: null,
downNum: false, downNum: false,
show: false, show: false,
project_id: this.$route.params.project_id, project_id: this.$route.query.project_id,
read: false, // 表示只读 read: false, // 表示只读
showDate: '', showDate: '',
flag: false, flag: false,
...@@ -460,13 +460,13 @@ export default { ...@@ -460,13 +460,13 @@ export default {
// vm.getProductPlan() // vm.getProductPlan()
// vm.getContractNum() // vm.getContractNum()
// } // }
if (vm.$route.params.project_id) { if (vm.$route.query.project_id) {
vm.read = true vm.read = true
vm.getDetail() vm.getDetail()
vm.getEquipment() vm.getEquipment()
if ( if (
vm.$route.params.car_start_status === 'REJECTED' || vm.$route.query.car_start_status === 'REJECTED' ||
vm.$route.params.car_start_status === 'NEW' vm.$route.query.car_start_status === 'NEW'
) { ) {
vm.flag = false vm.flag = false
} else { } else {
...@@ -482,7 +482,7 @@ export default { ...@@ -482,7 +482,7 @@ export default {
let vm = this let vm = this
let url = process.env.basePath + 'syn_content_app' let url = process.env.basePath + 'syn_content_app'
let param = { let param = {
project_id: vm.$route.params.project_id, project_id: vm.$route.query.project_id,
} }
vm.hlsPopup.showLoading('请稍候') vm.hlsPopup.showLoading('请稍候')
vm.hlsHttp.post(url, param).then(function (res) { vm.hlsHttp.post(url, param).then(function (res) {
...@@ -710,7 +710,7 @@ export default { ...@@ -710,7 +710,7 @@ export default {
if (this.detail.lease_start_date !== date) { if (this.detail.lease_start_date !== date) {
this.hlsPopup.showConfirm({ this.hlsPopup.showConfirm({
title: '提示', title: '提示',
content: `原首期付款日期:${this.detail.lease_start_date}<br/>修改后:<span style="color:#ff9200;font-weight:bold;">${date}</span><br/>修改后需<span style="color:#ff9200;font-weight:bold;">重算租金计划</span>,您是否确认修改?`, content: `原首次分期付款日期:${this.detail.lease_start_date}<br/>修改后:<span style="color:#ff9200;font-weight:bold;">${date}</span><br/>修改后需<span style="color:#ff9200;font-weight:bold;">重算租金计划</span>,您是否确认修改?`,
confirmText: '确认', confirmText: '确认',
onConfirm: (data) => { onConfirm: (data) => {
if (data === 1) { if (data === 1) {
...@@ -772,7 +772,7 @@ export default { ...@@ -772,7 +772,7 @@ export default {
vm.$post(url, param).then(function (res) { vm.$post(url, param).then(function (res) {
vm.hlsPopup.hideLoading() vm.hlsPopup.hideLoading()
if (res.result === 'S') { if (res.result === 'S') {
// hlsPopup.showLongCenter('首期付款日期更新成功!') // hlsPopup.showLongCenter('首次分期付款日期更新成功!')
vm.recalculate() vm.recalculate()
} else { } else {
hlsPopup.showLongCenter(res.message) hlsPopup.showLongCenter(res.message)
...@@ -929,7 +929,7 @@ export default { ...@@ -929,7 +929,7 @@ export default {
vm.hlsPopup.showSuccess('申请成功') vm.hlsPopup.showSuccess('申请成功')
setTimeout(() => { setTimeout(() => {
vm.$router.push({ vm.$router.push({
name: 'MyInfo', name: 'StartList',
}) })
}, 2000) }, 2000)
} else { } else {
...@@ -941,7 +941,9 @@ export default { ...@@ -941,7 +941,9 @@ export default {
let vm = this let vm = this
let url = process.env.basePath + 'car_equip_list_query' let url = process.env.basePath + 'car_equip_list_query'
let param = { let param = {
project_id: this.$route.params.project_id, project_id: this.$route.query.project_id,
pagesize: 999,
pagenum: 1,
} }
hlsPopup.showLoading('请稍候') hlsPopup.showLoading('请稍候')
vm.$post(url, param).then(function (res) { vm.$post(url, param).then(function (res) {
...@@ -1021,7 +1023,7 @@ export default { ...@@ -1021,7 +1023,7 @@ export default {
let vm = this let vm = this
let url = process.env.basePath + 'con_contract_detial' let url = process.env.basePath + 'con_contract_detial'
let param = { let param = {
project_id: this.$route.params.project_id, project_id: this.$route.query.project_id,
} }
hlsPopup.showLoading('请稍候') hlsPopup.showLoading('请稍候')
vm.$post(url, param).then(function (res) { vm.$post(url, param).then(function (res) {
......
...@@ -154,7 +154,7 @@ export default { ...@@ -154,7 +154,7 @@ export default {
changePage (e) { changePage (e) {
this.$router.push({ this.$router.push({
name: 'AddCar', name: 'AddCar',
params: { query: {
project_id: e.project_id, project_id: e.project_id,
car_start_status: e.car_start_status, car_start_status: e.car_start_status,
}, },
......
...@@ -291,7 +291,7 @@ export default new Router({ ...@@ -291,7 +291,7 @@ export default new Router({
{path: '/repay-plan', component: RepayPlan, name: 'RepayPlan', meta: {keepAlive: true}}, {path: '/repay-plan', component: RepayPlan, name: 'RepayPlan', meta: {keepAlive: true}},
// 融租合同创建 // 融租合同创建
{path: '/start-List', component: StartList, name: 'StartList', meta: {keepAlive: false}}, {path: '/start-List', component: StartList, name: 'StartList', meta: {keepAlive: false}},
{path: '/add-car', component: AddCar, name: 'AddCar', meta: {keepAlive: true}}, {path: '/add-car', component: AddCar, name: 'AddCar', meta: {keepAlive: false}},
// 合同签订 // 合同签订
{path: '/confirm-detail', component: ConfirmDetail, name: 'ConfirmDetail', meta: {keepAlive: false}}, {path: '/confirm-detail', component: ConfirmDetail, name: 'ConfirmDetail', meta: {keepAlive: false}},
{path: '/confirm-list', component: ConfirmList, name: 'ConfirmList', meta: {keepAlive: false}}, {path: '/confirm-list', component: ConfirmList, name: 'ConfirmList', meta: {keepAlive: false}},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment