ccj 2 år sedan
förälder
incheckning
ace5539930

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "易粮易运",
     "name" : "易粮易运",
     "appid" : "__UNI__7297DA2",
     "appid" : "__UNI__7297DA2",
     "description" : "易粮易运——为天下粮食人服务的App",
     "description" : "易粮易运——为天下粮食人服务的App",
-    "versionName" : "2.1.149",
-    "versionCode" : 21149,
+    "versionName" : "2.1.150",
+    "versionCode" : 21150,
     "transformPx" : false,
     "transformPx" : false,
     /* SDK配置 */
     /* SDK配置 */
     "quickapp" : {},
     "quickapp" : {},

+ 1 - 1
pages/dataReport/Inventoryentrydetails.vue

@@ -57,7 +57,7 @@
 			uni.showLoading({
 			uni.showLoading({
 					title: "正在加载"
 					title: "正在加载"
 				})
 				})
-			this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelf', {
+			this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelfApp', {
 				compId:uni.getStorageSync('pcUserInfo').compId,
 				compId:uni.getStorageSync('pcUserInfo').compId,
 			}).then(res => {
 			}).then(res => {
 				if(res.data.code==200){
 				if(res.data.code==200){

+ 1 - 1
pages/erpbusiness/acquisitionInspection/acquisitionInspection.vue

@@ -182,7 +182,7 @@
 			},
 			},
 			loadData() {
 			loadData() {
 				var that = this
 				var that = this
-				this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelf', {
+				this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelfApp', {
 					compId: '',
 					compId: '',
 					personCharge: this.userInfo.phone
 					personCharge: this.userInfo.phone
 				}).then(res => {
 				}).then(res => {

+ 1 - 1
pages/erpbusiness/outbound_quality_testing.vue

@@ -241,7 +241,7 @@
 				this.cangid = uni.getStorageSync("cangid")
 				this.cangid = uni.getStorageSync("cangid")
 			}
 			}
 			this.gridList = []
 			this.gridList = []
-			this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelf', {
+			this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelfApp', {
 				compId: '',
 				compId: '',
 				personCharge: this.userInfo.phone
 				personCharge: this.userInfo.phone
 			}).then(res => {
 			}).then(res => {

+ 3 - 3
pages/erpbusiness/quality_testing.vue

@@ -26,8 +26,8 @@
 					:range="selector"></u-picker>
 					:range="selector"></u-picker>
 			</view>
 			</view>
 			
 			
-			<u-picker @confirm='compconfirm' mode="selector" v-model="show1" :range="companyList"
-				range-key="compName"></u-picker>
+			<!-- <u-picker @confirm='compconfirm' mode="selector" v-model="show1" :range="companyList"
+				range-key="compName"></u-picker> -->
 			</view >
 			</view >
 			<view style='justify-content: space-between;' class='flex'>
 			<view style='justify-content: space-between;' class='flex'>
 				<view ></view>
 				<view ></view>
@@ -262,7 +262,7 @@
 				this.cangid = uni.getStorageSync("cangid")
 				this.cangid = uni.getStorageSync("cangid")
 			}
 			}
 			this.gridList = []
 			this.gridList = []
-			this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelf', {
+			this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelfApp', {
 				compId: '',
 				compId: '',
 				personCharge: this.userInfo.phone
 				personCharge: this.userInfo.phone
 			}).then(res => {
 			}).then(res => {

+ 2 - 1
pages/task/my_task.vue

@@ -91,7 +91,8 @@
 				data: {},
 				data: {},
 				keyword: "",
 				keyword: "",
 				copyTaskInfo: [],
 				copyTaskInfo: [],
-				pcUserInfo:{}
+				pcUserInfo:{},
+				compName:{}
 			};
 			};
 		},
 		},
 		onBackPress(e) {
 		onBackPress(e) {

+ 1 - 1
pages/user/depotMonitoring.vue

@@ -152,7 +152,7 @@
 			},
 			},
 			init(compId) {
 			init(compId) {
 				console.log(this.userInfo)
 				console.log(this.userInfo)
-				this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelf', {
+				this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelfApp', {
 					compId: compId,
 					compId: compId,
 				}).then(res => {
 				}).then(res => {
 					if (res.data.data.length != 0) {
 					if (res.data.data.length != 0) {