|
|
|
@ -226,6 +226,7 @@
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import {disableUdi} from "@/api/basic/product/udiRelevance";
|
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "productEdit",
|
|
|
|
@ -284,6 +285,11 @@ export default {
|
|
|
|
|
if (val) {
|
|
|
|
|
this.useNumEnable = false;
|
|
|
|
|
this.editQuery.useNum = this.editQuery.zxxsbzbhsydysl;
|
|
|
|
|
if (!isBlank(this.editQuery.zxxsbzbhsydysl)) {
|
|
|
|
|
if (this.editQuery.zxxsbzbhsydysl > 0) {
|
|
|
|
|
this.isUseDyCheck = true;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
this.useNumEnable = true;
|
|
|
|
|
this.editQuery.useNum = 0;
|
|
|
|
|