Commit 821de00b authored by 黄奎's avatar 黄奎
parents 8f46122c 6a0b90cc
......@@ -334,7 +334,7 @@
this.msg.sTradeDate = this.$route.query.StartDate;
this.msg.eTradeDate = this.$route.query.StartDate;
}
this.msg.QMonth = this.getBeforeDate(30, new Date().Format("yyyy-MM-dd"),'yyyy-MM');
this.msg.QMonth = this.getBeforeDate(0, new Date().Format("yyyy-MM-dd"),'yyyy-MM');
},
components: {
......
......@@ -2794,7 +2794,8 @@
<div v-if="childItem.IsChargeLossOrders == 1" @click="setChargeLoss(childItem)">
{{ $t("salesModule.LossSheet") }}
</div>
<div @click="lianyunFY(childItem)">
<div v-if="getFunctionalPermission('F_Query_AllIncomPay')"
@click="lianyunFY(childItem)">
{{ $t("ground.lyfyong") }}
</div>
<div @click="ZhuiJiaTuanKuan(childItem.OrderId)" v-if="RBBranchId == 0|| RBBranchId==1218|| RBBranchId==1253 || RBBranchId==1216">
......@@ -4154,7 +4155,9 @@
import orderTicketUnion from '../../commonPage/orderTicketUnion.vue';
import PriceDetail from '../../orderCommon/PriceDetail.vue';
import priceDialog from "../TravelNewQuotation/priceDialog.vue";
import { userMixin } from "../../common/mixins/userMixin.js";
export default {
mixins: [userMixin],
data() {
return {
timer: 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