Commit 91705033 authored by Marcus's avatar Marcus

入仓修改审核中

parent 41c7c422
...@@ -296,8 +296,18 @@ ...@@ -296,8 +296,18 @@
</div> </div>
<span slot="footer"> <span slot="footer">
<el-button @click="opened = false">关 闭</el-button> <template v-if="true">
<el-button type="primary" @click="handleSubmit()">{{ edit ? '确认修改' : '提 交' }}</el-button> <el-button @click="opened = false">关 闭</el-button>
<el-button type="primary" @click="handleSubmit()">{{ edit ? '确认修改' : '提 交' }}</el-button>
</template>
<template v-else>
<el-button type="primary">审核中</el-button>
<el-button type="primary">取消审核</el-button>
<el-button @click="opened = false">返回</el-button>
</template>
<template v-else>
</template>
</span> </span>
</el-dialog> </el-dialog>
</div> </div>
......
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
<el-button type="primary" @click="handleLabelSubmit">修改箱号</el-button> <el-button type="primary" @click="handleLabelSubmit">修改箱号</el-button>
</div> </div>
</template> </template>
<div style="text-align: center;margin-top: 15px" v-if="order.status !== 5"> <div style="text-align: center;margin-top: 15px" v-if="!isEdit">
<el-button @click="escapeBol = true;" type="primary">转异</el-button> <el-button @click="escapeBol = true;" type="primary">转异</el-button>
<el-button type="primary" @click="finishVisible = true">完成入仓</el-button> <el-button type="primary" @click="finishVisible = true">完成入仓</el-button>
</div> </div>
......
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