处理单据

yanshishuju
yewj 6 months ago
parent f47ed1578d
commit 6c9b93c058

@ -954,7 +954,7 @@ export default {
this.loading = false this.loading = false
if (res.code == 20000) { if (res.code == 20000) {
this.resetWork() this.resetWork()
this.nextCollectOrder() this.findCurOrder()
} else if (res.code == 502) { } else if (res.code == 502) {
this.$confirm(res.message, '提示', { this.$confirm(res.message, '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',

@ -190,6 +190,7 @@
<script> <script>
import {addRelCode,scanCodeRelCode} from "@/api/collect/relCode"; import {addRelCode,scanCodeRelCode} from "@/api/collect/relCode";
// import relCodeDetail from "@/views/collect/relCode/relCodeDetail";
import A from "@/plugins/KeyScaner"; import A from "@/plugins/KeyScaner";
export default { export default {
@ -312,6 +313,7 @@ export default {
}; };
}, },
components: { components: {
// relCodeDetail
}, },
methods: { methods: {
splitChange() { splitChange() {

@ -780,7 +780,7 @@ export default {
created() { created() {
if (this.$route.query.workplaceId != null) { if (this.$route.query.workplaceId != null) {
this.isLinkDisabled = true this.isLinkDisabled = true
this.filterQuery.workPlaceCode = this.$route.query.workplaceId // this.filterQuery.workPlaceCode = this.$route.query.workplaceId
} }
this.findWorkPlace(this, ""); this.findWorkPlace(this, "");
getHead("prescribeSelect", "1").then((re) => { getHead("prescribeSelect", "1").then((re) => {

Loading…
Cancel
Save