opt:整理出入库单代码,去除弃用代码

This commit is contained in:
zds
2024-10-30 14:18:26 +08:00
parent 2efdc243fb
commit 71fc99ad9f
18 changed files with 15 additions and 1580 deletions

View File

@@ -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 = []