Commit edf4618e authored by 黄奎's avatar 黄奎

销售下单去掉单团报价单上传

parent b0d8af57
......@@ -586,7 +586,7 @@
</el-form-item>
</el-col>
<!--报价单-->
<el-col :span="4">
<el-col :span="4" style="display:none;">
<el-form-item label="报价单" prop="QuotationUrl" v-show="addMsg.GroupType == '2'">
<div style="margin-bottom: 10px; width: 32%" v-loading="uploadLloading" element-loading-text="拼命上传中">
<el-upload ref="my-upload" class="upload-demo" :http-request="uploadFileBtn" :multiple="true"
......@@ -2013,10 +2013,10 @@
this.Error("请填写行业类别!");
return;
}
if (this.addMsg.QuotationUrl == "") {
this.Error("请上传附件!");
return;
}
// if (this.addMsg.QuotationUrl == "") {
// this.Error("请上传附件!");
// return;
// }
} // 选择联运,联运备注必填
if (
this.addMsg.IsIntermodal == 1 ||
......
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 to comment