|
|
@@ -30,22 +30,22 @@ |
|
|
|
<view class="sign-action padding-bottom text-right"> |
|
|
|
<l-button @click="clearSign" color="red" style="margin-right: 15px;">清空签名板</l-button> |
|
|
|
</view> |
|
|
|
<view class="cu-form-group"> |
|
|
|
<!-- <view class="cu-form-group"> |
|
|
|
<view class="title">签章:</view> |
|
|
|
</view> |
|
|
|
<view v-if="" class="Signwrap"> |
|
|
|
<image style="width: 50px;height: 50px;margin: 15px;" :src="Signimg"></image> |
|
|
|
</view> |
|
|
|
<view class="sign-action padding-bottom text-right"> |
|
|
|
</view> --> |
|
|
|
<!-- <view class="sign-action padding-bottom text-right"> --> |
|
|
|
<!-- <l-button @click="Signature" color="" style="color: #FFFFFF; background: #0081ff; margin-right: 15px;">签章</l-button> --> |
|
|
|
<picker class="cu-btn df" |
|
|
|
<!-- <picker class="cu-btn df" |
|
|
|
style="background-color: #0081ff;color: #ffffff;margin-right: 15px;border-radius: 5px;" |
|
|
|
@change="Signature" :range="Signaitem" range-key="F_StampName">个人签章</picker> |
|
|
|
<picker v-if="ComStatus" class="cu-btn df" |
|
|
|
style="background-color: #fe955c;color: #ffffff;margin-right: 15px;border-radius: 5px;" |
|
|
|
@change="Commonture" :range="Commonseal" range-key="F_StampName">学校签章</picker> |
|
|
|
<l-button @click="clearcom" color="red" style="margin-right: 15px;">清空签章</l-button> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
</template> |
|
|
|
<l-textarea v-model="remark" :placeholder="`输入${typeText}意见`" title="审核意见:" /> |
|
|
|
|
|
|
|