|
|
|
@ -503,13 +503,13 @@ import {getLocalJoinBusType, getLocalJoinByUser} from "../../api/basic/busLocalT
|
|
|
|
|
import {filterAll, filterAllByUser} from "@/api/basic/invWarehouse";
|
|
|
|
|
import StockOrderEdit from "@/views/business/stockOrderEdit";
|
|
|
|
|
import {filterSubByInv} from "@/api/basic/invSubWarehouse";
|
|
|
|
|
import {convertDate} from "@/utils/date"
|
|
|
|
|
import {convertDate} from "@/utils/date"
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "stockOrderSearch",
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
convertDateFun:convertDate,
|
|
|
|
|
convertDateFun: convertDate,
|
|
|
|
|
query: {
|
|
|
|
|
billType: null,
|
|
|
|
|
corpName: null,
|
|
|
|
@ -769,10 +769,10 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
parentByFn: function (childValue) {
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
acceptOrderFn: function (childValue) {
|
|
|
|
|
},
|
|
|
|
|
acceptOrderFn: function (childValue) {
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
distributionForm(index, row) {
|
|
|
|
|
this.idQuery.id = '';
|
|
|
|
|
if (this.$isNotBlank(row.id)) {
|
|
|
|
@ -1075,7 +1075,7 @@ export default {
|
|
|
|
|
cancelButtonText: '取消',
|
|
|
|
|
type: 'warning'
|
|
|
|
|
}).then(() => {
|
|
|
|
|
let param = {billNo: row.billNo,contrastStatus:2};
|
|
|
|
|
let param = {billNo: row.billNo, contrastStatus: null};
|
|
|
|
|
rollbackOrder(param).then((res) => {
|
|
|
|
|
if (res.code === 20000) {
|
|
|
|
|
this.$message.success("回退成功");
|
|
|
|
|