|
|
|
@ -398,10 +398,6 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
selectProductFunction() {
|
|
|
|
|
if (this.$isBlank(this.formData.supId)) {
|
|
|
|
|
this.$message.warning("请先选择供应商!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
this.selectProductVisible = true;
|
|
|
|
|
//当父id为空的时候生成id
|
|
|
|
|
if (this.pId == null) {
|
|
|
|
@ -428,9 +424,6 @@ export default {
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.codeArray = response.data.list || [];
|
|
|
|
|
this.total = response.data.total || 0;
|
|
|
|
|
if (this.total > 0) {
|
|
|
|
|
this.corpOrderIdDisabled = true;
|
|
|
|
|
}
|
|
|
|
|
this.loading = false;
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
@ -594,7 +587,6 @@ export default {
|
|
|
|
|
this.sValue = this.formData.corpName;
|
|
|
|
|
this.findMethod(this.formData.supId);
|
|
|
|
|
this.getStockOrderDetailList();
|
|
|
|
|
this.corpOrderIdDisabled = true;
|
|
|
|
|
} else {
|
|
|
|
|
var date = new Date();
|
|
|
|
|
this.formData = {
|
|
|
|
|