20240205
yujialong 2 years ago
parent 09c86a6394
commit af2cd362f3
  1. 1
      README.md
  2. 2
      src/components/case/index.vue
  3. 4
      src/components/dialog/index.vue
  4. 2
      src/components/dialogTwo/index.vue
  5. 12
      src/pages/manage/list/ImportantCash/controlCash3/index.vue
  6. 1
      src/pages/manage/list/acceptanceDraft/invoice.vue
  7. 1
      src/pages/manage/list/business/transfer.vue
  8. 2
      src/pages/manage/list/business/withdrawal.vue
  9. 5
      src/pages/manage/list/servicesAccount/relieveLost.vue
  10. 2
      src/pages/manage/navbar/index.vue

@ -0,0 +1 @@
# 银行系统前端

@ -610,7 +610,7 @@ export default {
Cookie.set('admin-systemId', systemId)
// 8pythoncookiesystemId
location.href = process.env.NODE_ENV === 'development' ?
`http://${location.hostname}:8080/#/` :
`http://${location.hostname}:8085/#/` :
location.href.includes('occupationlab.com') ?
'https://www.occupationlab.com/pyTrials' :
`${location.origin}/pyTrials`

@ -156,7 +156,7 @@ const nameMap = {
15: 'IC卡',
115: '转账支票',
116: '现金支票',
123: '存单',
123: '现金支票',
127: '银行'
},
accountType: {
@ -390,6 +390,8 @@ export default {
return y + '-' + m + '-' + d;
}
this.rightObj['会计时间'] = tmpFunc()
if (this.leftObj['支取方式'] == 114) this.leftObj['支取方式'] = '印鉴'
console.log("🚀 ~ file: index.vue ~ line 393 ~ created ~ this.rightObj",this.leftObj, this.rightObj, this.showForm,this.formName)
// 002110
},
data() {

@ -320,7 +320,7 @@ export default {
d = d < 10 ? ('0' + d) : d;
return y + '-' + m + '-' + d;
}
this.rightObj['调入日期'] = tmpFunc()
this.rightObj[this.moduleName === 'controlCash/cashTransferInto' ? '上缴日期' : '调入日期'] = tmpFunc()
// 002110
},
data() {

@ -228,12 +228,12 @@ export default {
setTipsOperate: 'system/setTipsOperate'
}),
onBlur() {
// if(this.form.username) {
// const { collectingCompany } = this.dataFlow
// this.form.customerName = collectingCompany
// }else {
// this.form.customerName = ''
// }
if(this.form.username) {
const { collectingCompany } = this.dataFlow
this.form.customerName = collectingCompany
}else {
this.form.customerName = ''
}
},
getBlur() {

@ -24,7 +24,6 @@
</el-form-item>
<el-form-item label="到期日期" prop="expireDate">
<el-input v-model.trim="form.expireDate" ref="expireDate"></el-input>
</el-date-picker>
</el-form-item>
<el-form-item label="申请人证件类型" prop="ApplicantDocuments">
<el-select v-model.trim="form.ApplicantDocuments" placeholder="请选择" ref="ApplicantDocuments">

@ -288,6 +288,7 @@ export default {
submitForm2() {
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,27,227'
autoPlay(parentId, this.form, this.myTable2, this.myTable)
console.log("🚀 ~ file: transfer.vue ~ line 291 ~ submitForm2 ~ parentId, this.form, this.myTable2, this.myTable", parentId, this.form, this.myTable2, this.myTable)
this.setNeedsModule(moduleName)
},
ismoney: ismoney,

@ -22,7 +22,7 @@
</el-form-item>
<el-form-item label="凭证类型" prop="voucherType">
<el-select v-model.trim="form.voucherType" disabled placeholder="请选择" ref="voucherType">
<el-option label="存单" :value="123"> </el-option>
<el-option label="现金支票" :value="123"> </el-option>
</el-select>
</el-form-item>
<el-form-item label="支取方式" prop="drawWay">

@ -223,13 +223,16 @@ export default{
if(sessionStorage.getItem('servicesPasswordRelieveLost')) {
this.idNumberJudge = true
const { idNumber, userName } = this.dataFlow
console.log("🚀 ~ file: relieveLost.vue ~ line 226 ~ created ~ this.dataFlow", this.dataFlow)
this.form.idNumber = idNumber
this.form.customerName = userName
}
if(sessionStorage.getItem('servicesPasswordRelieveLost2')) {
this.cardNumberJudge = true
const { voucherNumber } = this.dataFlow
const { voucherNumber, userName } = this.dataFlow
console.log("🚀 ~ file: relieveLost.vue ~ line 232 ~ created ~ this.dataFlow", this.dataFlow)
this.form.voucherNumber = voucherNumber
this.form.customerName = userName
}

@ -179,7 +179,7 @@ export default {
{
icon: 'menu-icon icon-index',
index: '/index/list6',
title: '重现金',
title: '重现金',
logo: require('@/assets/img/systemInput/重空现金.svg'),
children:[
{

Loading…
Cancel
Save