Browse Source

分配库存

shish 9 months ago
parent
commit
2f3489e2a4

+ 1 - 1
ghsApp/src/admin/item/sendStock.vue

@@ -192,7 +192,7 @@
 							let jsonStock = JSON.stringify(stockList);
 							let name = this.option.name ? this.option.name : ''
 							let motherId = this.option.id ? this.option.id : 0
-							sendItemStock({pdType:'',itemInfo:jsonStock,motherId:motherId,remark:name+' 分配库存'}).then(res => {
+							sendItemStock({pdType:'',itemInfo:jsonStock,motherId:motherId,remark:name+' 进行库存分配'}).then(res => {
 								if(res.code == 1){
 									this.$msg(res.msg)
 									setTimeout(function(){

+ 1 - 1
ghsApp/src/pagesStorehouse/stockWarn/detailed.vue

@@ -54,7 +54,7 @@
 								<t-tr v-if="!$util.isEmpty(item.remark) || Number(item.avCost)>0">
 									<td>
 										<view style="color:#9c9595;margin-left:50upx;">
-											<view v-if="!$util.isEmpty(item.remark)" style="color:red;">备注:{{ item.remark }}</view>
+											<view v-if="!$util.isEmpty(item.remark)" style="color:red;">{{ item.remark }}</view>
 											<view v-if="Number(item.avCost)>0"> 
 												<text v-if="item.io == 1">+成本</text><text v-else>-成本</text>¥{{ item.unitCost?parseFloat(item.unitCost):0 }}x{{ item.itemNum?parseFloat(item.itemNum):0 }}=¥{{ item.changeCost?parseFloat(item.changeCost):0 }}
 												总成本 ¥{{item.totalCost?parseFloat(item.totalCost):0}}