ysy hace 2 años
padre
commit
248dec098a

+ 2 - 1
components/ba-tree-picker/ba-tree-picker.vue

@@ -254,6 +254,7 @@ export default {
         } else initCheckStatus = parentItem.checkStatus == 2 ? 2 : 0
       }
       list.forEach(item => {
+		 
         let isLastLevel = true
         if (item && item[this.childrenKey]) {
           let children = item[this.childrenKey]
@@ -447,7 +448,7 @@ export default {
         this.treeList[i].checkStatus = v.orCheckStatus
       })
     },
-    _initTree () {
+    _initTree () {v,
       this.treeList = []
       this._formatTreeData(this.localdata)
     }

+ 8 - 0
pages.json

@@ -1448,6 +1448,14 @@
 				"navigationBarTitleText" : "",
 				"enablePullDownRefresh" : false
 			}
+		},
+		{
+			"path" : "pages/pda/feeding/bill/index",
+			"style" : 
+			{
+				"navigationBarTitleText" : "",
+				"enablePullDownRefresh" : false
+			}
 		}
 		
 

+ 22 - 0
pages/pda/feeding/bill/index.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>

+ 1 - 1
pages/pda/feeding/components/feedCard.vue

@@ -94,7 +94,7 @@
 			
 			openDetails(feedStatus, id) {
 				if(feedStatus == 1) {
-					 let url =  `/pages/pda/picking/bill/index?id=${id}`
+					 let url =  `/pages/pda/feeding/bill/index?id=${id}`
 					uni.navigateTo({
 						url
 					})