|
|
|
@ -126,7 +126,7 @@
|
|
|
|
|
<script>
|
|
|
|
|
import {convertDate} from "@/utils/date";
|
|
|
|
|
import {executeFuc, getHead} from "@/utils/customConfig";
|
|
|
|
|
import {autoCodeDetail, manualCodeDetail} from "@/api/collect/collectOrder";
|
|
|
|
|
import {autoCodeDetail, autoCodeResult, manualCodeDetail} from "@/api/collect/collectOrder";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
|
|
|
|
@ -214,7 +214,7 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
} else {
|
|
|
|
|
_this.codeQuery.fifoSplit = this.fifoSplit
|
|
|
|
|
autoCodeDetail(_this.codeQuery).then(res => {
|
|
|
|
|
autoCodeResult(_this.codeQuery).then(res => {
|
|
|
|
|
_this.codeLoading = false
|
|
|
|
|
if (res.code != 20000) {
|
|
|
|
|
_this.$message.error(res.message)
|
|
|
|
|