Commit 4ba69006 authored by youjie's avatar youjie

修复 付款单据 时间

parent 4ac4fc9e
...@@ -709,7 +709,7 @@ ...@@ -709,7 +709,7 @@
<tr> <tr>
<td>{{$t('fnc.yjfkuanriqi')}}</td> <td>{{$t('fnc.yjfkuanriqi')}}</td>
<td colspan="7"> <td colspan="7">
<el-date-picker clearable class="w190 _border_b_1" v-model="msg.PayDate" type="datetime" <el-date-picker format="yyyy-MM-dd HH:mm:ss" value-format="yyyy-MM-dd HH:mm:ss" clearable class="w190 _border_b_1" v-model="msg.PayDate" type="datetime"
:placeholder="$t('fnc.qxzrqshijian')" align="right"> :placeholder="$t('fnc.qxzrqshijian')" align="right">
</el-date-picker> </el-date-picker>
</td> </td>
...@@ -747,7 +747,7 @@ ...@@ -747,7 +747,7 @@
</el-select> </el-select>
</span> </span>
</p> </p>
<p v-if="StoredCustomerList&&StoredCustomerList.length" style="margin-left: 15px;">预收抵用:<span> <p v-if="StoredCustomerList&&StoredCustomerList.length" style="margin-left: 15px;">预收抵用:<span>
<el-select clearable v-model='msg.DepositCustomerId' class="w135 _border_b_1" <el-select clearable v-model='msg.DepositCustomerId' class="w135 _border_b_1"
@change="getSigningCustomerId(2)" :disabled="isDepositCustomer"> @change="getSigningCustomerId(2)" :disabled="isDepositCustomer">
...@@ -798,7 +798,7 @@ ...@@ -798,7 +798,7 @@
<span style="margin-left: 20px;color: red;">注:只有需其他公司帮忙代付的需选择此项,非代收代付则忽略此项</span> <span style="margin-left: 20px;color: red;">注:只有需其他公司帮忙代付的需选择此项,非代收代付则忽略此项</span>
</p> </p>
</div> </div>
</template> </template>
<template v-if="(isHandFee&&is_HandFee)||(is_HandFee&&this.GetDetail.Status==0)"> <template v-if="(isHandFee&&is_HandFee)||(is_HandFee&&this.GetDetail.Status==0)">
<div> <div>
...@@ -992,7 +992,7 @@ ...@@ -992,7 +992,7 @@
<div v-if='picIsShow' class="_show_img_box" @click="picIsShow=false,picObj=[]"> <div v-if='picIsShow' class="_show_img_box" @click="picIsShow=false,picObj=[]">
<div <div
style="position: absolute; width: 800px; height: 600px; left: 50%; top: 50%; margin-left: -400px; margin-top: -300px;"> style="position: absolute; width: 800px; height: 600px; left: 50%; top: 50%; margin-left: -400px; margin-top: -300px;">
...@@ -1890,9 +1890,9 @@ ...@@ -1890,9 +1890,9 @@
if(confirmMsg && confirmMsg.length>0){ if(confirmMsg && confirmMsg.length>0){
let title = z?'暂存':'提交' let title = z?'暂存':'提交'
const h = this.$createElement const h = this.$createElement
const newDatas = [] const newDatas = []
for (const i in confirmMsg) { for (const i in confirmMsg) {
newDatas.push(h('p', null, confirmMsg[i])) newDatas.push(h('p', null, confirmMsg[i]))
} }
this.$confirm(this.$t('tips.tips'), { this.$confirm(this.$t('tips.tips'), {
title: this.$t('tips.tips'), title: this.$t('tips.tips'),
...@@ -2369,7 +2369,7 @@ ...@@ -2369,7 +2369,7 @@
this.$route.query.id == 248 || this.$route.query.id == 248 ||
this.$route.query.id == 267)&&(!this.BillSonName.includes('分摊')&&!this.BillSonName.includes('预付'))) { this.$route.query.id == 267)&&(!this.BillSonName.includes('分摊')&&!this.BillSonName.includes('预付'))) {
this.msg.HelpBranchId=1218; this.msg.HelpBranchId=1218;
} else{ } else{
this.msg.HelpBranchId=-1; this.msg.HelpBranchId=-1;
} }
...@@ -2379,7 +2379,7 @@ ...@@ -2379,7 +2379,7 @@
.RB_Branch_Id; .RB_Branch_Id;
} }
if (this.orderObj && this.orderObj.companyIDList && this.orderObj.companyIDList.length > 0) { if (this.orderObj && this.orderObj.companyIDList && this.orderObj.companyIDList.length > 0) {
this.msg.RB_Branch_Id = this.orderObj.companyIDList[0]; this.msg.RB_Branch_Id = this.orderObj.companyIDList[0];
} else if (this.orderObj && (this.orderObj.RB_Branch_Id != '' && this.orderObj.RB_Branch_Id != null && } else if (this.orderObj && (this.orderObj.RB_Branch_Id != '' && this.orderObj.RB_Branch_Id != null &&
...@@ -2830,7 +2830,7 @@ ...@@ -2830,7 +2830,7 @@
} }
if (this.orderObj && this.orderObj.OtherType) { if (this.orderObj && this.orderObj.OtherType) {
this.ZhuiJiaTK = true this.ZhuiJiaTK = true
} }
...@@ -2885,8 +2885,8 @@ ...@@ -2885,8 +2885,8 @@
this.$route.query.id == 248 || this.$route.query.id == 248 ||
this.$route.query.id == 267) { this.$route.query.id == 267) {
this.msg.HelpBranchId=1218; this.msg.HelpBranchId=1218;
} }
if (this.orderObj && this.orderObj.RB_Branch_Id != '' && this.orderObj.RB_Branch_Id != null && this.orderObj if (this.orderObj && this.orderObj.RB_Branch_Id != '' && this.orderObj.RB_Branch_Id != null && this.orderObj
.RB_Branch_Id != undefined) { .RB_Branch_Id != undefined) {
this.RB_Branch_id = this.departmentMsg.RB_Branch_Id = this.msg.RB_Branch_Id = this.orderObj.RB_Branch_Id; this.RB_Branch_id = this.departmentMsg.RB_Branch_Id = this.msg.RB_Branch_Id = this.orderObj.RB_Branch_Id;
......
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