fugongshenqing.wxml 5.0 KB
<view class="backhead">
  <image src="/img/fuimg.png"></image>
</view>

<view class="backbox">
  <view class="backboxitem">


    <view class="backtop userbox">
      <view class="useboxitem flextwo">
        <view class="itemname commonone">企业名称</view>


        <view class="itemright flexone">
          <view class="commontwo commonenter">
            <input placeholder="请填写企业名称" placeholder-class=" commontwo " bindinput="entercompany" />
          </view>

        </view>



      </view>


      <view class="useboxitem flextwo ">
        <view class="itemname commonone ">所属乡镇/园区</view>


        <view class="itemright flexone ">
          <view class="commontwo commonenter ">
            <input placeholder="请填写所属乡镇/园区 " placeholder-class="commontwo " bindinput="enterqu" />
          </view>

        </view>



      </view>
      <view class="useboxitem flextwo ">
        <view class="itemname commonone ">所属行业</view>


        <view class="itemright flexone ">
          <view class="commontwo commonenter ">
            <input placeholder="请填写所属行业 " placeholder-class="commontwo " bindinput="enthang" />
          </view>

        </view>



      </view>
      <view class="useboxitem flextwo ">
        <view class="itemname commonone ">主要产品</view>


        <view class="itemright flexone ">
          <view class="commontwo commonenter ">
            <input placeholder="请填写主要产品 " placeholder-class="commontwo " bindinput="enterprodouct" />
          </view>

        </view>



      </view>

      <view class="useboxitem flextwo ">
        <view class="itemname commonone ">是否规上企业</view>


        <view class="itemright flexone ">
          <view class="selleft flexone ">
            <view class="selleftitem selzuo flexone " bindtap="sely">
              <view class="sellefitemimg ">
                <image src="/img/sel.png " wx:if="{{is_regulation==1}}"></image>
                <image src="/img/nosel.png " wx:else></image>
              </view>
              <view class="selname ">是</view>
            </view>
            <view class="selleftitem flexone " bindtap="seln">
              <view class="sellefitemimg ">
                <image src="/img/sel.png " wx:if="{{is_regulation==2}}"></image>
                <image src="/img/nosel.png " wx:else></image>
              </view>
              <view class="selname ">否</view>
            </view>
          </view>
        </view>



      </view>
      <view class="useboxitem flextwo ">
        <view class="itemname commonone ">上年度产值(万元)</view>


        <view class="itemright flexone gicity ">
          <view class="commontwo commonenter ">
            <input placeholder="请填写 " placeholder-class="commontwo " bindinput="entershang" />
          </view>

        </view>



      </view>


      <view class="useboxitem flextwo ">
        <view class="itemname commonone ">复产后预计月产值(万元)</view>


        <view class="itemright flexone gicity ">
          <view class="commontwo commonenter ">
            <input placeholder="请填写 " placeholder-class="commontwo " bindinput="enterhou" />
          </view>

        </view>



      </view>

      <view class="useboxitem flextwo ">
        <view class="itemname commonone ">联系人</view>


        <view class="itemright flexone gicity ">
          <view class="commontwo commonenter ">
            <input placeholder="请填写联系人 " placeholder-class="commontwo " bindinput="enterlianxi" />
          </view>

        </view>



      </view>

      <view class="useboxitem flextwo ">
        <view class="itemname commonone ">联系电话</view>


        <view class="itemright flexone gicity ">
          <view class="commontwo commonenter ">
            <input placeholder="请填写联系电话 " placeholder-class="commontwo " bindinput="enterphone" />
          </view>

        </view>



      </view>

      <view class="useboxitem  ">
        <view class="itemname commonone ">开工方案</view>



        <view class="commontwo entertext ">
          <textarea placeholder="请填写开工方案 " placeholder-class="commontwo " bindinput="enterkaigong" />
        </view>





      </view>

      <view class="useboxitem  ">
        <view class="itemname commonone ">其他附件</view>

      <view class="flexone imgflex">
       <view class="imgbox flexone">
          <view class="upimg showimg" wx:for="{{image}}" wx:key="">
            <image src="{{item}}"></image>

              <view class="chadel" bindtap="delimg" data-index="{{index}}">
                  <image src="/img/chadel.png"></image>
              </view> 
          </view>
        </view>
        <view class="upimg" bindtap="chooseImage">
          <image src="/img/addpic.png"></image>
        </view>

      </view>
       



      </view>
    </view>






    <view class="bot ">

      <view class="subtwo " bindtap="finish">完成</view>
    </view>
  </view>


</view>