采购订单取消供应商控制

dev
郑明梁 2 years ago
parent 903f85d242
commit edfd5d5a26

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

Loading…
Cancel
Save