shish 4 lat temu
rodzic
commit
a8f170704d

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

@@ -33,7 +33,7 @@
 									:storeItem="getSelectItemById(productItem.id, classItem.classId)"
 									@showAddModel="showAddModel"
 									@add="addEvent"
-									@setInfoBeforeShowModel="groupInfoBeforeShowModel"
+									@groupDataBeforeShowModel="groupInfoBeforeShowModel"
 									@del="delEvent"
 									@goToSpecialVariety="goToSpecialVariety"
 								></Commondity>

+ 1 - 1
ghsApp/src/admin/breakage/index.vue

@@ -34,7 +34,7 @@
 									:storeItem="getSelectItemById(productItem.id, classItem.classId)"
 									@showAddModel="showAddModel"
 									@add="addEvent"
-									@setInfoBeforeShowModel="groupInfoBeforeShowModel"
+									@groupDataBeforeShowModel="groupInfoBeforeShowModel"
 									@del="delEvent"
 								></Commondity>
 							</view>

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

@@ -84,6 +84,8 @@ export default {
 		};
 	},
 	created() {},
+	computed: {
+	},
 	mounted() {
 
 		if(this.info.priceLabel == 2){
@@ -141,7 +143,7 @@ export default {
 				if(!this.bigCount && !this.smallCount){
 					//首次选花材
 					let params = { ...this.info, bigCount: this.bigCount, smallCount: this.smallCount, userPrice: this.userPrice, };
-					this.$emit("setInfoBeforeShowModel", this.info,params);
+					this.$emit("groupDataBeforeShowModel", this.info,params);
 				}else{
 					this.$emit("showAddModel", { ...this.info, bigCount: this.bigCount, smallCount: this.smallCount, userPrice: this.userPrice, });
 				}

+ 1 - 1
ghsApp/src/pagesPurchase/add.vue

@@ -35,7 +35,7 @@
 								:itemPrice="getSelectItemById(productItem.id, classItem.classId).itemPrice"
 								@showAddModel="showAddModel"
 								@add="addEvent"
-								@setInfoBeforeShowModel="groupInfoBeforeShowModel"
+								@groupDataBeforeShowModel="groupInfoBeforeShowModel"
 								@del="delAllEvent"
 							></CommodityPurchase>
 							</view>

+ 1 - 1
ghsApp/src/pagesPurchase/components/CommodityPurchase.vue

@@ -127,7 +127,7 @@ export default {
           smallCount: this.smallCount,
           itemPrice: this.itemPrice
         };
-        this.$emit("setInfoBeforeShowModel", this.info, params, 'noAdd');
+        this.$emit("groupDataBeforeShowModel", this.info, params, 'noAdd');
       }
       this.$emit("customNum", {
         ...this.info,

+ 1 - 1
ghsApp/src/pagesStorehouse/allot/exSelect.vue

@@ -32,7 +32,7 @@
 								:storeItem="getSelectItemById(productItem.id, classItem.classId)"
 								@showAddModel="showAddModel"
 								@add="addEvent"
-								@setInfoBeforeShowModel="groupInfoBeforeShowModel"
+								@groupDataBeforeShowModel="groupInfoBeforeShowModel"
 								@del="delEvent"
 							></Commondity>
 							</view>

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

@@ -31,7 +31,7 @@
 								:storeItem="getSelectItemById(productItem.id, classItem.classId)"
 								@showAddModel="showAddModel"
 								@add="addEvent"
-								@setInfoBeforeShowModel="groupInfoBeforeShowModel"
+								@groupDataBeforeShowModel="groupInfoBeforeShowModel"
 								@del="delEvent"
 							></Commondity>
 							</view>