zxz 3 năm trước cách đây
mục cha
commit
9759232874

+ 2 - 2
pages/task/audit/purchasecontract.vue

@@ -132,7 +132,7 @@
 				<view style='border-bottom:1px solid #eee;padding:10px;display:flex;justify-content:space-between;'>{{title}}
 				<view style='border-bottom:1px solid #eee;padding:10px;display:flex;justify-content:space-between;'>{{title}}
 				<u-icon name="close"></u-icon></view>
 				<u-icon name="close"></u-icon></view>
 				<view style='padding:10px;'>
 				<view style='padding:10px;'>
-					<input v-model='auditMind' placeholder="请输入原因" type="text" value="" />
+					<input v-model='auditMind' placeholder="请输入审核意见,不超过1000字" type="text" value="" />
 				</view>
 				</view>
 				<view  @click='close()' class="cancel">取消</view>
 				<view  @click='close()' class="cancel">取消</view>
 				<view  @click='passSubmit()' class="confirm">确定</view>
 				<view  @click='passSubmit()' class="confirm">确定</view>
@@ -207,7 +207,7 @@
 			pass(){
 			pass(){
 				console.log(1111)
 				console.log(1111)
 				this.show=true
 				this.show=true
-				this.title='通过原因'
+				this.title='审核意见'
 			},
 			},
 			reject() {
 			reject() {
 				this.show=true
 				this.show=true

+ 2 - 2
pages/task/audit/salecontract.vue

@@ -129,7 +129,7 @@
 				<view style='border-bottom:1px solid #eee;padding:10px;display:flex;justify-content:space-between;'>{{title}}
 				<view style='border-bottom:1px solid #eee;padding:10px;display:flex;justify-content:space-between;'>{{title}}
 				<u-icon name="close"></u-icon></view>
 				<u-icon name="close"></u-icon></view>
 				<view style='padding:10px;'>
 				<view style='padding:10px;'>
-					<input v-model='auditMind' placeholder="请输入原因" type="text" value="" />
+					<input v-model='auditMind' placeholder="请输入审核意见,不超过1000字" type="text" value="" />
 				</view>
 				</view>
 				<view  @click='passSubmit()' class="cancel">取消</view>
 				<view  @click='passSubmit()' class="cancel">取消</view>
 				<view  @click='passSubmit()' class="confirm">确定</view>
 				<view  @click='passSubmit()' class="confirm">确定</view>
@@ -201,7 +201,7 @@
 			pass(){
 			pass(){
 				console.log(1111)
 				console.log(1111)
 				this.show=true
 				this.show=true
-				this.title='通过原因'
+				this.title='审核意见'
 			},
 			},
 			reject() {
 			reject() {
 				this.show=true
 				this.show=true