|
@@ -101,7 +101,7 @@
|
|
<uni-forms-item label="其它说明" name="notes" required>
|
|
<uni-forms-item label="其它说明" name="notes" required>
|
|
<uni-easyinput v-model="checkform.notes" type="textarea" placeholder="请输入其它说明" />
|
|
<uni-easyinput v-model="checkform.notes" type="textarea" placeholder="请输入其它说明" />
|
|
</uni-forms-item>
|
|
</uni-forms-item>
|
|
- <uni-forms-item label="数字签名" name="notes" required>
|
|
|
|
|
|
+ <!-- <uni-forms-item label="数字签名" name="notes" required>
|
|
<img v-if="checkform.dataUrl" :url="checkform.dataUrl"></img>
|
|
<img v-if="checkform.dataUrl" :url="checkform.dataUrl"></img>
|
|
<view style="width: 100% ;height: 250rpx;" v-else>
|
|
<view style="width: 100% ;height: 250rpx;" v-else>
|
|
<l-signature disableScroll ref="signatureRef" penColor="red" :penSize="5"
|
|
<l-signature disableScroll ref="signatureRef" penColor="red" :penSize="5"
|
|
@@ -109,7 +109,7 @@
|
|
<button size="mini" @click="$refs.signatureRef.clear()">撤消</button>
|
|
<button size="mini" @click="$refs.signatureRef.clear()">撤消</button>
|
|
<button size="mini" @click="savesign">保存</button>
|
|
<button size="mini" @click="savesign">保存</button>
|
|
</view>
|
|
</view>
|
|
- </uni-forms-item>
|
|
|
|
|
|
+ </uni-forms-item> -->
|
|
</uni-forms>
|
|
</uni-forms>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -336,6 +336,8 @@
|
|
},
|
|
},
|
|
tj() {
|
|
tj() {
|
|
uni.$globalData = this.nowobj
|
|
uni.$globalData = this.nowobj
|
|
|
|
+ console.log('[zzxxzzzx]',uni.$globalData,)
|
|
|
|
+ console.log('[zzxxx]',this.nowobj,)
|
|
this.$tab.navigateTo('/pages/index/common/tjDialog')
|
|
this.$tab.navigateTo('/pages/index/common/tjDialog')
|
|
},
|
|
},
|
|
selectfile(e, fname) {
|
|
selectfile(e, fname) {
|