|
@@ -102,7 +102,7 @@
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <div class="un-handle-item" @click="gotoShop">
|
|
|
|
|
|
+ <div class="un-handle-item" @click="gotoShop(1)">
|
|
<span class="font-medium">缺货登记</span>
|
|
<span class="font-medium">缺货登记</span>
|
|
<span style="float: right" class="color-danger"
|
|
<span style="float: right" class="color-danger"
|
|
>({{ staticeDate.outStockProduct }})</span
|
|
>({{ staticeDate.outStockProduct }})</span
|
|
@@ -449,8 +449,8 @@ export default {
|
|
gotoOrder(status){
|
|
gotoOrder(status){
|
|
this.$router.push({name:'order',params:{status}})
|
|
this.$router.push({name:'order',params:{status}})
|
|
},
|
|
},
|
|
- gotoShop(){
|
|
|
|
- this.$router.push({name:'product'})
|
|
|
|
|
|
+ gotoShop(status){
|
|
|
|
+ this.$router.push({name:'product',params:{stock:status}})
|
|
},
|
|
},
|
|
gotoBack(status){
|
|
gotoBack(status){
|
|
this.$router.push({name:'returnApply',params:{status}})
|
|
this.$router.push({name:'returnApply',params:{status}})
|