qukaidi 4 年之前
父節點
當前提交
42095cbcd3
共有 5 個文件被更改,包括 6 次插入14 次删除
  1. 2 2
      luntai/index.html
  2. 1 1
      luntai/login.html
  3. 2 2
      luntai/meber.html
  4. 0 8
      luntai/monthAccountsDetails_body.html
  5. 1 1
      script/httpRequest.js

+ 2 - 2
luntai/index.html

@@ -362,7 +362,7 @@
 					// 		 code: '10000351'
 					//  });
 					//  return;
-					
+
 					this.ifHasPrme('camera', function (ret) {
 						if (ret == true) {
 							_this.scan(_this.scanCode, function (ret) {
@@ -506,4 +506,4 @@
 			}
 		})
 	}
-</script>
+</script>

+ 1 - 1
luntai/login.html

@@ -266,4 +266,4 @@
 	}
 </script>
 
-</html>
+</html>

+ 2 - 2
luntai/meber.html

@@ -234,12 +234,12 @@
 						</div>
 					</div> -->
 
-					<!-- <div class="item flex a-center jlr" v-on:click="openWin('monthAccounts')">
+					<div class="item flex a-center jlr" v-on:click="openWin('monthAccounts')">
 						<h4>月度结算</h4>
 						<div class="flex a-center rightIcons">
 							<i class="iconfont icon-right"></i>
 						</div>
-					</div> -->
+					</div>
 					<div class="item flex a-center jlr" v-on:click="openWin('backMoney')">
 						<h4>核销管理</h4>
 						<div class="flex a-center rightIcons">

+ 0 - 8
luntai/monthAccountsDetails_body.html

@@ -330,14 +330,6 @@ apiready = function() {
 								});
 							}
 							_this.agentInfo = ret.data;
-							if (_this.agentInfo.saveAppMessage != 1) {
-								_this.inMobileMessage();
-							}
-							$api.setStorage("storeName", ret.data.storeName);
-							if (mescroll) {
-								mescroll.endSuccess()
-							}
-
 						}
 					});
 				},

+ 1 - 1
script/httpRequest.js

@@ -271,7 +271,7 @@ var $http = function () {
 	this.getConfirmMonth = "/web/biz/bizMonthDetail/getConfirmMonth";//获取已确认的月份
 	this.getMonthDetail = "/web/biz/bizMonthDetail/getMonthDetail";//获取月结明细
 	this.confirmMonthDetail = "/web/biz/bizMonthDetail/confirmMonthDetail";//确认月结明细
-
+	this.getRegistTime = "/web/biz/bizMonthDetail/getRegistTime";//获取门店注册时间
     //通过图片获取信息
 	this.licenseDiscern="/web/bizLogin/licenseDiscern";
 	//运营执行信息是否有效