zhongtianhaoyuan 3 lat temu
rodzic
commit
8b71714553

+ 20 - 2
pages.json

@@ -345,9 +345,27 @@
 			}
 		},
 		{
-			"path": "pages/user/mintor",
+			"path": "pages/user/report",
+			"style": {
+				"navigationBarTitleText": "数据报表"
+			}
+		},
+		{
+			"path": "pages/user/contractLook/purchaseContract",
+			"style": {
+				"navigationBarTitleText": "采购合同"
+			}
+		},
+		{
+			"path": "pages/user/contractLook/salesContract",
+			"style": {
+				"navigationBarTitleText": "销售合同"
+			}
+		},
+		{
+			"path": "pages/user/contractLook/warehouseReserves",
 			"style": {
-				"navigationBarTitleText": "库点监控"
+				"navigationBarTitleText": "仓库储量"
 			}
 		},
 		{

+ 0 - 5
pages/erpbusiness/acquisitionInformation.vue

@@ -59,10 +59,8 @@
 		},
 
 		onLoad(options) {
-			debugger
 			this.status = options.status
 			this.sgId = options.id
-			console.log("this.status", this.status)
 		},
 		// #ifndef MP
 		onNavigationBarButtonTap(e) {
@@ -123,7 +121,6 @@
 				}
 				this.$api.doRequest('get', '/acquisitionInfo/getInfo', _obj).then(res => {
 					if (res.data.code == 200) {
-						debugger
 						if (res.data.data) {
 							this.isEdit = true
 							this.value = res.data.data.checkFlag == '0' ? false : true
@@ -189,7 +186,6 @@
 				})
 			},
 			alertBtn1() {
-				debugger
 				uni.showLoading({
 					title: "加载中...",
 					mask: true
@@ -200,7 +196,6 @@
 				} else {
 					_flag = 0
 				}
-				debugger
 				let _obj = {
 					warehouseName: this.warehouseName,
 					acquisitionInformation: this.textareaValue,

+ 0 - 1
pages/erpbusiness/index.vue

@@ -191,7 +191,6 @@
 			uni.hideKeyboard()
 			uni.showTabBar()
 			this.loadData()
-			debugger
 			this.isShowAcquisitionInfo=this.utils.getRoles('acquisitionInfor.view')
 			this.getStatus()
 			this.$api.doRequest('get', '/commonUser/api/checkSession').then(res => {

+ 8 - 0
pages/user/contractLook/purchaseContract.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>

+ 8 - 0
pages/user/contractLook/salesContract.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>

+ 8 - 0
pages/user/contractLook/warehouseReserves.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>