shish 3 lat temu
rodzic
commit
fe54e7468c

+ 4 - 1
ghsApp/src/admin/billing/index.vue

@@ -140,7 +140,8 @@ export default {
 			COMMODITY_TYPE,
 			isSmallCount:false,
 			checkStock:true,
-			showClassRemind:false
+			showClassRemind:false,
+			autoLoad: false
 		};
 	},
 	computed: {
@@ -151,6 +152,8 @@ export default {
 	},
 	onLoad () {
 
+		this.initData({requestType:'kd'})
+
 		if(this.option.customName){
 			uni.setNavigationBarTitle({ title: this.option.customName })
 		}

+ 1 - 1
ghsApp/src/components/module/app-commodity.vue

@@ -4,7 +4,7 @@
 			<image :src="info.cover" lazy-load="true" :lazy-load-margin="0"></image>
 		</view>
 		<view class="cmd-info_bx">
-			<view class="tit" >{{ info.itemName || "" }}</view>
+			<view class="tit" >{{ info.name || "" }}</view>
 			<view class="kc" style="position:absolute;top:55upx;">		
 				<block v-if="info.ratioType == 0">{{info.ratio}}{{info.smallUnit}}/{{info.bigUnit}}</block>
 				<block v-else>若干{{info.smallUnit}}/{{info.bigUnit}}</block>

+ 1 - 3
ghsApp/src/pagesStorehouse/inventory/select.vue

@@ -152,12 +152,10 @@ export default {
 	},
 	onLoad() {
 		let pdType = this.option.pdType ? this.option.pdType: ''
-		this.initData({ type:'',pdType:pdType,status:0,version:1})
-
+		this.initData({ type:'',pdType:pdType,status:0,version:1,requestType:'check'})
 		if(this.option.shopId){
 			this.selectJobId = this.option.shopId
 		}
-
 	},
 	methods: {
 		changeClass(index){