Kaynağa Gözat

二维码显示

@dongkboy 3 yıl önce
ebeveyn
işleme
802fe3ff2b
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      src/views/Letter/Letter.vue

+ 2 - 1
src/views/Letter/Letter.vue

@@ -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);
             }
           });