opt:整理出入库单代码,去除弃用代码
This commit is contained in:
@@ -82,17 +82,6 @@
|
||||
>
|
||||
标示完成
|
||||
</el-button>
|
||||
<!-- <el-button
|
||||
slot="left"
|
||||
class="filter-item"
|
||||
type="primary"
|
||||
icon="el-icon-close"
|
||||
size="mini"
|
||||
:disabled="button3"
|
||||
@click="cancleTaskfinish"
|
||||
>
|
||||
取消完成
|
||||
</el-button>-->
|
||||
</span>
|
||||
</div>
|
||||
<el-card class="box-card" shadow="never" :body-style="{padding:'0'}">
|
||||
@@ -242,17 +231,6 @@ export default {
|
||||
})
|
||||
}
|
||||
},
|
||||
cancleTaskfinish() {
|
||||
if (this.currentDis != null) {
|
||||
this.fullscreenLoading = true
|
||||
checkoutbill.cancleTaskfinish(this.currentDis).then(res => {
|
||||
this.queryTableDdis()
|
||||
this.fullscreenLoading = false
|
||||
}).catch(() => {
|
||||
this.fullscreenLoading = false
|
||||
})
|
||||
}
|
||||
},
|
||||
handleDtlCurrentChange(current) {
|
||||
if (current !== null) {
|
||||
this.tabledis = []
|
||||
|
||||
Reference in New Issue
Block a user