diff --git a/src/api/emis/emisSettleBill.js b/src/api/emis/emisSettleBill.js
index a00cc325..25797163 100644
--- a/src/api/emis/emisSettleBill.js
+++ b/src/api/emis/emisSettleBill.js
@@ -25,6 +25,14 @@ export function confirmSettleBillBySite(id) {
})
}
+// 站点确认不开票
+export function confirmNotOpenBillBySite(id) {
+ return request({
+ url: '/emis/emisSettleBill/confirmNotOpenBillBySite/' + id,
+ method: 'post'
+ })
+}
+
// 查询结算总账单详细
export function getInfoBySettleBillNo(settleBillNo) {
diff --git a/src/views/emis/customerService/traceWaybillDetailView.vue b/src/views/emis/customerService/traceWaybillDetailView.vue
index 042f79b3..caf341dc 100644
--- a/src/views/emis/customerService/traceWaybillDetailView.vue
+++ b/src/views/emis/customerService/traceWaybillDetailView.vue
@@ -138,6 +138,7 @@ export default {
if(
ownerSiteCode == this.billDetail.sendSiteCode
|| ownerSiteCode == this.billDetail.dispatchSiteCode
+ || ownerSiteCode == this.billDetail.dispatchUnderlingSiteCode
|| ownerSiteCode == this.billDetail.signSiteCode
|| ownerSiteCode == '88888'
|| empName ==this.billDetail.payee
diff --git a/src/views/emis/emisSettleBill/ChargeBillMoneyList.vue b/src/views/emis/emisSettleBill/ChargeBillMoneyList.vue
index c804e3e1..93dac64c 100644
--- a/src/views/emis/emisSettleBill/ChargeBillMoneyList.vue
+++ b/src/views/emis/emisSettleBill/ChargeBillMoneyList.vue
@@ -4,13 +4,16 @@
-
+
-
+
+
+
+
diff --git a/src/views/emis/emisSettleBill/SiteInvoiceRecordApply.vue b/src/views/emis/emisSettleBill/SiteInvoiceRecordApply.vue
index 0463f1ff..f47905f8 100644
--- a/src/views/emis/emisSettleBill/SiteInvoiceRecordApply.vue
+++ b/src/views/emis/emisSettleBill/SiteInvoiceRecordApply.vue
@@ -4,10 +4,10 @@
-
+
-
-
+
+
-
-
-
-
-
-
-
-
+
+
+ 未开票
+ 已开票
+ 部分开票
+ 不开票
+
+
+
+
+
+ 未核销
+ 已核销
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
@@ -208,7 +220,7 @@ import PayRecordInput from '@/views/emis/emisSettlePayRecord/panel/PayRecordInpu
import elDateSimplePicker from '@/components/DatePickerAdv/elDateSimplePicker';
export default {
- name: "MoneyPanel",
+ name: "ChargeBillMoneyPanel",
components: { PayRecordInput,elDateSimplePicker },
dicts: [
],
@@ -311,7 +323,8 @@ export default {
},
created() {
this.queryOrderType="1"
-
+ // 必须业务已确认后才可以做收款和开票
+ this.blSiteConfirm="1"
this.getList();
},
@@ -319,14 +332,16 @@ export default {
/** 查询结算总账单列表 */
getList() {
this.loading = true;
-
-
// 按运单查询时的处理
if(this.queryOrderType==1){
this.queryParams.params.billCode=this.queryParams.settleBillNo;
this.queryParams.settleBillNo=null;
}
+ // 必须业务已确认后才可以做收款和开票
+ this.queryParams.blSiteConfirm="1"
+
+
listEmisSettleBill(this.addDateRange(this.queryParams, this.dateTimeRange)).then(response => {
this.emisSettleBillList = response.rows;
this.total = response.total;
diff --git a/src/views/emis/emisSettleBill/panel/ChargeBillMonthPanel.vue b/src/views/emis/emisSettleBill/panel/ChargeBillMonthPanel.vue
index 281c3de3..f736db22 100644
--- a/src/views/emis/emisSettleBill/panel/ChargeBillMonthPanel.vue
+++ b/src/views/emis/emisSettleBill/panel/ChargeBillMonthPanel.vue
@@ -172,13 +172,6 @@
{{scope.row.settleStartDate}}~{{scope.row.settleEndDate}}
-
-
-
-
-
-
-
未收款
@@ -201,22 +194,30 @@
已核销
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
-
-
-
-
+
+
+
@@ -339,6 +340,7 @@ export default {
created() {
this.queryOrderType="1"
+
this.getList();
},
@@ -353,6 +355,9 @@ export default {
this.queryParams.settleBillNo=null;
}
+ // 必须业务已确认后才可以做收款和开票
+ this.queryParams.blSiteConfirm="1"
+
listEmisSettleBill(this.addDateRange(this.queryParams, this.dateTimeRange)).then(response => {
this.emisSettleBillList = response.rows;
this.total = response.total;
diff --git a/src/views/emis/emisSettleBill/panel/SiteConfimPanel.vue b/src/views/emis/emisSettleBill/panel/SiteConfimPanel.vue
index 2001dee5..c4ecf4ae 100644
--- a/src/views/emis/emisSettleBill/panel/SiteConfimPanel.vue
+++ b/src/views/emis/emisSettleBill/panel/SiteConfimPanel.vue
@@ -1,15 +1,15 @@
-
+
运单号
-
+ 账单号
-
-
-
-
+
+
+
+
{{scope.row.settleStartDate}}~{{scope.row.settleEndDate}}
-
-
-
-
-
-
-
-
+
未收款
已收款
部分收款
+
+
+ 未开票
+ 已开票
+ 部分开票
+ 不开票
+
+
+
+
+
+ 未核销
+ 已核销
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -198,8 +209,6 @@
-
-
@@ -276,6 +285,10 @@ export default {
queryParams: {
pageNum: 1,
pageSize: 20,
+
+ queryCode:null,
+
+
settleBillNo: null,
settleBillName: null,
settleType: null,
@@ -341,10 +354,14 @@ export default {
this.loading = true;
// 按运单查询时的处理
- if(this.queryOrderType==1){
- this.queryParams.params.billCode=this.queryParams.settleBillNo;
+ if(this.queryOrderType=='1'){
+ this.queryParams.params.billCode=this.queryParams.queryCode;
this.queryParams.settleBillNo=null;
}
+ else if(this.queryOrderType=='2'){
+ this.queryParams.params.billCode=null;
+ this.queryParams.settleBillNo=this.queryParams.queryCode;
+ }
// console.log("====>this.$store.getters.ownerSiteCode==>",this.$store.getters.ownerSiteCode)
// if(this.$store.getters.ownerSiteCode !='88888'){
diff --git a/src/views/emis/emisSettleBill/panel/SiteWaitOpenBillPanel.vue b/src/views/emis/emisSettleBill/panel/SiteWaitOpenBillPanel.vue
index 35699fc1..813f971d 100644
--- a/src/views/emis/emisSettleBill/panel/SiteWaitOpenBillPanel.vue
+++ b/src/views/emis/emisSettleBill/panel/SiteWaitOpenBillPanel.vue
@@ -1,30 +1,61 @@
-
+
-
+
运单号
账单号
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -51,17 +82,7 @@
>
-
+
-
-
-
-
-
-
-
-
-
+
-
-
-
-
+
@@ -169,7 +209,6 @@
-
@@ -182,7 +221,7 @@