Commit 3ddfee3a by huangqy

111

parent 241e9c1b
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<div class="body" :style="'height:' + height + 'px'"> <div class="body" :style="'height:' + height + 'px'">
<div style="border: 2px solid #43A747;"> <div style="border: 2px solid #43A747;">
<!-- 主体区域 - 卡片视图 --> <!-- 主体区域 - 卡片视图 -->
<el-card :style="'height:' + (height - 60) + 'px;overflow-y: auto;position:relative;'"> <el-card :style="'height:' + (height - 60) + 'px;overflow-y: auto;position:relative; text-align: center'">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="1500px" viewBox="-0.5 -0.5 1678 2174" style="background-color: rgb(255, 255, 255);"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="32%" viewBox="-0.5 -0.5 1678 2174" style="background-color: rgb(255, 255, 255);">
<defs/> <defs/>
<g> <g>
<rect x="243" y="1962" width="80" height="40" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="none"/> <rect x="243" y="1962" width="80" height="40" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="none"/>
...@@ -1692,12 +1692,11 @@ ...@@ -1692,12 +1692,11 @@
<div>
<el-button @click="ruku" v-if="workTypeName == '入库'">入库</el-button> <el-button @click="ruku" v-if="workTypeName == '入库'">入库</el-button>
<el-button @click="chuku" v-if="workTypeName == '出库'">出库</el-button> <el-button @click="chuku" v-if="workTypeName == '出库'">出库</el-button>
<el-button @click="fuwei">复位</el-button> <el-button @click="fuwei">复位</el-button>
</div>
</el-card> </el-card>
</div> </div>
...@@ -1758,6 +1757,11 @@ export default { ...@@ -1758,6 +1757,11 @@ export default {
}, 9000) }, 9000)
setTimeout(() => { setTimeout(() => {
this.showGoods = true this.showGoods = true
let url = '/work/makeFinish'
var params = {
workId: this.workId
}
this.alertWin(url, params)
}, 10000) }, 10000)
}, },
chuku() { chuku() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论