Commit 60580656 authored by 黄奎's avatar 黄奎

页面修改

parent a75f0e3d
...@@ -1263,7 +1263,7 @@ ...@@ -1263,7 +1263,7 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4" v-show="addMsg.GroupType == '2'"> <!-- <el-col :span="4" v-show="addMsg.GroupType == '2'">
<el-form-item label="报价单" prop="QuotationUrl"> <el-form-item label="报价单" prop="QuotationUrl">
<div style="margin-bottom: 10px; width: 32%" v-loading="uploadLloading" element-loading-text="拼命上传中"> <div style="margin-bottom: 10px; width: 32%" v-loading="uploadLloading" element-loading-text="拼命上传中">
<el-upload ref="my-upload" class="upload-demo" :http-request="UploadAttachment" :multiple="true" <el-upload ref="my-upload" class="upload-demo" :http-request="UploadAttachment" :multiple="true"
...@@ -1273,7 +1273,7 @@ ...@@ -1273,7 +1273,7 @@
</el-upload> </el-upload>
</div> </div>
</el-form-item> </el-form-item>
</el-col> </el-col> -->
</el-row> </el-row>
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="23"> <el-col :span="23">
...@@ -1701,7 +1701,7 @@ ...@@ -1701,7 +1701,7 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4" v-show="addMsg.GroupType == '2'"> <!-- <el-col :span="4" v-show="addMsg.GroupType == '2'">
<el-form-item label="报价单" prop="QuotationUrl"> <el-form-item label="报价单" prop="QuotationUrl">
<div style="margin-bottom: 10px; width: 32%" v-loading="uploadLloading" element-loading-text="拼命上传中"> <div style="margin-bottom: 10px; width: 32%" v-loading="uploadLloading" element-loading-text="拼命上传中">
<el-upload ref="my-upload" class="upload-demo" :http-request="UploadAttachment" :multiple="true" <el-upload ref="my-upload" class="upload-demo" :http-request="UploadAttachment" :multiple="true"
...@@ -1711,7 +1711,7 @@ ...@@ -1711,7 +1711,7 @@
</el-upload> </el-upload>
</div> </div>
</el-form-item> </el-form-item>
</el-col> </el-col> -->
</el-row> </el-row>
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="23"> <el-col :span="23">
...@@ -2354,7 +2354,7 @@ ...@@ -2354,7 +2354,7 @@
</p> </p>
</div> </div>
</div> </div>
<div v-if="childItem.GroupType == 2" style="color: red; cursor: pointer" <div v-if="childItem.GroupType == 2 &&childItem.QuotationUrl&&childItem.QuotationUrl!=''" style="color: red; cursor: pointer"
@click="seeBJD(childItem.QuotationUrl)"> @click="seeBJD(childItem.QuotationUrl)">
查看报价单 查看报价单
</div> </div>
...@@ -5781,10 +5781,10 @@ ...@@ -5781,10 +5781,10 @@
saveOrder() { saveOrder() {
// 判断单团类型 // 判断单团类型
if (this.addMsg.GroupType == 2) { if (this.addMsg.GroupType == 2) {
if (this.addMsg.QuotationUrl == "") { // if (this.addMsg.QuotationUrl == "") {
this.Error("请上传附件!"); // this.Error("请上传附件!");
return; // return;
} // }
} }
// 选择联运,联运备注必填 // 选择联运,联运备注必填
if ( if (
......
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