maxiaoxiao 2 mesiacov pred
rodič
commit
062788f8c5
1 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  1. 4 2
      pages/index/common/hcDetails.vue

+ 4 - 2
pages/index/common/hcDetails.vue

@@ -101,7 +101,7 @@
 					<uni-forms-item label="其它说明" name="notes" required>
 						<uni-easyinput v-model="checkform.notes" type="textarea" placeholder="请输入其它说明" />
 					</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>
 						<view style="width: 100% ;height: 250rpx;" v-else>
 							<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="savesign">保存</button>
 						</view>
-					</uni-forms-item>
+					</uni-forms-item> -->
 				</uni-forms>
 			</view>
 		</view>
@@ -336,6 +336,8 @@
 			},
 			tj() {
 				uni.$globalData = this.nowobj
+				console.log('[zzxxzzzx]',uni.$globalData,)
+				console.log('[zzxxx]',this.nowobj,)
 				this.$tab.navigateTo('/pages/index/common/tjDialog')
 			},
 			selectfile(e, fname) {