Commit 500203e7 by LJM

css

parent 0930326c
Showing with 11 additions and 1 deletions
......@@ -590,7 +590,17 @@ export default {
});
return;
}
var row=this.multipleSelection[0];
if (this.multipleSelection[0].quote_status != 1) {
this.$message({
showClose: true,
message: '请勾选状态为确认中',
type: 'warning'
});
return;
}
var row = this.multipleSelection[0];
this.title = '修改报价';
this.dialogQuoteVisible = true;
this.ruleForm.inquiry_sn = row.inquiry_sn;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment