Commit 3d340f3f authored by zhengke's avatar zhengke

修改

parent 781687a9
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<img @click="SeeDetails(row,'/outboundDetails')" style="width:24px;height:24px;margin-right:10px;" src="../../assets/img/chakan.png" alt="" /> <img @click="SeeDetails(row,'/outboundDetails')" style="width:24px;height:24px;margin-right:10px;" src="../../assets/img/chakan.png" alt="" />
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="出库" placement="top"> <el-tooltip class="item" effect="dark" content="出库" placement="top">
<span class="outBand_div" v-if="row.ApplyStatus==2&&(row.OutStatus==0||row.OutStatus==1)" @click="goUrl('outboundDetail',row.ID)"> <span class="outBand_div" v-if="row.ApplyStatus==2&&(row.OutStatus==0||row.OutStatus==1)" @click="goUrl('outboundOperate',row.ID)">
<i class="iconfont icon-chuku"></i> <i class="iconfont icon-chuku"></i>
</span> </span>
</el-tooltip> </el-tooltip>
......
...@@ -83,9 +83,9 @@ export default { ...@@ -83,9 +83,9 @@ export default {
}, },
//出库详情 //出库详情
{ {
path: '/outboundDetail', path: '/outboundOperate',
name: 'outboundDetail', name: 'outboundOperate',
component: resolve => require(['@/components/assetsman/outboundDetail'], resolve), component: resolve => require(['@/components/assetsman/outboundOperate'], resolve),
}, },
                {                 {
                    path: '/outboundDetails',                      path: '/outboundDetails', 
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment