yangan
2024-12-09 1ebafbb7dc199d74178984e0ef9ececb32cca73e
subPages/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue
@@ -12,7 +12,7 @@
               <view class=""
                  v-if="orderType == '转入' || orderType == '转出'">场地:{{ coalDetailsData.filedName || '' }}</view>
               <view class=""
                  v-else>厂区:{{ coalDetailsData.filedName || '暂无' }}</view>
                  v-else>厂区:{{ coalDetailsData.bunkerName || '暂无' }}</view>
            </view>
         </view>
         <view class="block-information">
@@ -183,18 +183,19 @@
         </view>
      </view>
      <view class="origin-info"
         v-if="originInfoVisible">
         v-if="originInfoVisible && isShowYuanFa">
         <view class="origin-info_wrapper">
            <view class="origin-info_content">
               <!-- 折叠 -->
                  <view class="first-line"><combined-title title="原发信息"></combined-title></view>
                  <view class="" slot='cont'>
                  <u-form :model="originInfoForm"
                  :rules="rules"
                  label-position="top"
                  label-width="160"
                  :label-style="{'marginLeft':'9px'}"
                  ref="originInfoRef">
                  <view v-if="coalDetailsData.isWeight">
                     <u-form-item prop="coalContactSkin">
                     <view class="second-line">
@@ -303,7 +304,7 @@
                        :deletable="!deletable"></u-upload>
                  </u-form-item>
               </u-form>
                  </view>
               
               
            </view>
@@ -589,9 +590,16 @@
               return  tempArr[index];
             }
         },
         //判断是否展示 原发信息
         isShowYuanFa(){
            if(this.coalContactClean && !this.coalDetailsData.tmTaskCoalList.length){
               return false
            }else{
               return true
            }
         }
      },
      methods: {
         ...mapMutations(['changewsgVisiable', 'changeisUploadimg', 'changeglobalIsFirstWeighing']),