|
|
@@ -1536,7 +1536,7 @@
|
|
|
<div class="flex a-c">
|
|
|
<div class="flex f-c ">
|
|
|
<el-upload action="#" list-type="picture-card" :auto-upload="false" ref="upload8">
|
|
|
- <img v-show="imgList8.length == 0" src="../../../static/yanche.png" style="width:100%;height:100%" />
|
|
|
+ <img src="../../../static/yanche.png" style="width:100%;height:100%" />
|
|
|
<div slot="file" slot-scope="{file}">
|
|
|
<img class="el-upload-list__item-thumbnail" :src="file.url" alt />
|
|
|
<span class="el-upload-list__item-actions">
|
|
|
@@ -3372,6 +3372,7 @@ export default {
|
|
|
if (ele.checked) {
|
|
|
//动态调用报价接口
|
|
|
ele.quoteCode = 1;
|
|
|
+ ele.orderstatus=0;
|
|
|
this.ToolClickFun(ele.cnName, index, ele.id, ele.namesimple);
|
|
|
}
|
|
|
});
|