zhengkaixin 10 mesiacov pred
rodič
commit
d7fa88c4de
1 zmenil súbory, kde vykonal 10 pridanie a 1 odobranie
  1. 10 1
      pagesFinance/MyInvoice/settlement.vue

+ 10 - 1
pagesFinance/MyInvoice/settlement.vue

@@ -111,7 +111,7 @@
 				params: {
 									year: true,
 									month: true,
-									day: false,
+									day: true,
 									hour: false,
 									minute: false,
 									second: false
@@ -187,6 +187,15 @@
 					startMonth:this.defaultTimeA,
 					endMonth:this.defaultTimeB,
 				}).then((res) => {
+					uni.showModal({
+						showCancel:false,
+						title: '提示',
+						content: '生成结算单成功',
+						success: function (res) {
+							
+							
+						}
+					});
 					this.pageIndex=1;
 					this.list=[]
 					this.getList()