Browse Source

前端 小程序sdy

zhongtianhaoyuan 3 years ago
parent
commit
0e41f35517
2 changed files with 0 additions and 29 deletions
  1. 0 20
      pageD/warehousings/ex_warehouse.vue
  2. 0 9
      pageD/warehousings/ex_warehouse_detail.vue

+ 0 - 20
pageD/warehousings/ex_warehouse.vue

@@ -327,26 +327,6 @@
 			this.getList(this.WarehouseInOutInfo.id)
 		},
 		methods: {
-			// uploadPictures(){
-			// 	var that = this
-			// 	wx.chooseImage({
-			// 		sourceType: ['camera', 'album'],
-			// 		success: function(res) {
-			// 			wx.uploadFile({
-			// 				url: 'https://www.zthymaoyi.com/upload/admin',
-			// 				filePath: res.tempFilePaths[0],
-			// 				name: 'file',
-			// 				success(res) {
-			// 					var data = res.data
-			// 					var strToObj = JSON.parse(data)
-			// 					that.WarehouseInOutInfo.addressUrl = strToObj.url
-			// 					that.license1 = strToObj.url
-			// 					that.certificates = false
-			// 				}
-			// 			})
-			// 		}
-			// 	})
-			// },
 			getList(id1) {
 				var that = this
 				this.$api.doRequest('get', '/warehouseInOutInfo/getInfo', {

+ 0 - 9
pageD/warehousings/ex_warehouse_detail.vue

@@ -173,15 +173,6 @@
 			this.getList(options.id)
 		},
 		methods: {
-			// action() {
-
-			// },
-			// maxSize() {
-
-			// },
-			// filterFileType() {
-
-			// },
 			typeChange(e) {
 				this.typesIndex = e.detail.value
 				this.types = this.typesType[this.typesIndex];