Commit 4ba69006 authored by youjie's avatar youjie

修复 付款单据 时间

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