Commit a75f0e3d authored by 黄奎's avatar 黄奎

订单修改,去掉报价单上传

parent 220bf461
...@@ -1082,7 +1082,7 @@ ...@@ -1082,7 +1082,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="uploadFileBtnFJ" :multiple="true" <el-upload ref="my-upload" class="upload-demo" :http-request="uploadFileBtnFJ" :multiple="true"
...@@ -1092,7 +1092,7 @@ ...@@ -1092,7 +1092,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">
...@@ -1571,22 +1571,18 @@ ...@@ -1571,22 +1571,18 @@
</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="uploadFileBtnFJ" :multiple="true" <el-upload ref="my-upload" class="upload-demo" :http-request="uploadFileBtnFJ" :multiple="true"
:show-file-list="true" :on-preview="previewFileFJ" :on-remove="removeFileFJ" :limit="1" :show-file-list="true" :on-preview="previewFileFJ" :on-remove="removeFileFJ" :limit="1"
:file-list="fileFujianList" action> :file-list="fileFujianList" action>
<!-- <i class="el-icon-upload"></i>
<div class="el-upload__text">
将文件拖到此处,或
<em>点击上传</em>
</div> -->
<el-button size="small" type="primary">点击上传</el-button> <el-button size="small" type="primary">点击上传</el-button>
</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">
...@@ -1866,7 +1862,7 @@ ...@@ -1866,7 +1862,7 @@
</p> </p>
</div> </div>
</div> </div>
<div v-if="op.groupName === '单团'" style="color: red; cursor: pointer;" <div v-if="op.groupName === '单团' &&item.quotationUrl&&item.quotationUrl!=''" style="color: red; cursor: pointer;"
@click="seeBJD(item.quotationUrl)"> @click="seeBJD(item.quotationUrl)">
查看报价单 查看报价单
</div> </div>
...@@ -5284,10 +5280,10 @@ ...@@ -5284,10 +5280,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 (this.addMsg.IsIntermodal == 1 || this.addMsg.IsReturnIntermodal == 1) { if (this.addMsg.IsIntermodal == 1 || this.addMsg.IsReturnIntermodal == 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