|
|
@ -128,6 +128,7 @@ import {addApplyDetail, addApply} from "../../../api/purchase/purApply";
|
|
|
|
import store from "../../../store";
|
|
|
|
import store from "../../../store";
|
|
|
|
import udiRlDetailDialog from "./../../purchase/purApply/purUdiRlDetailDialog";
|
|
|
|
import udiRlDetailDialog from "./../../purchase/purApply/purUdiRlDetailDialog";
|
|
|
|
import {addOrderDetail} from "@/api/inventory/innerOrder";
|
|
|
|
import {addOrderDetail} from "@/api/inventory/innerOrder";
|
|
|
|
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: "stockOrderNewSelectProduct",
|
|
|
|
name: "stockOrderNewSelectProduct",
|
|
|
@ -324,7 +325,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
let str = this.multipleSelection.zczbhhzbapzbh;
|
|
|
|
let str = this.multipleSelection.zczbhhzbapzbh;
|
|
|
|
if (str.search(",") != -1) {
|
|
|
|
if (!isBlank(str) && str.search(",") != -1) {
|
|
|
|
this.currentCert = null;
|
|
|
|
this.currentCert = null;
|
|
|
|
this.certList = str.split(',');
|
|
|
|
this.certList = str.split(',');
|
|
|
|
this.dialogFormVisible = true;
|
|
|
|
this.dialogFormVisible = true;
|
|
|
|