mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
4574893782
commit
49dafe6ba8
@ -31,17 +31,17 @@
|
||||
this.undoMenus = [{
|
||||
name: '发',
|
||||
url: '/pages/work/startWork',
|
||||
undoCount:_data.purchase,
|
||||
undoCount:_data.workSendCount,
|
||||
pri:'502021052747070004'
|
||||
}, {
|
||||
name: '办',
|
||||
url: '/pages/work/doWork',
|
||||
undoCount:_data.collection,
|
||||
undoCount:_data.workUndDoCount,
|
||||
pri:'502021052762260006'
|
||||
}, {
|
||||
name: '抄',
|
||||
url: '/pages/work/copyWork',
|
||||
undoCount:_data.allocation,
|
||||
undoCount:_data.workUndoCopyCount,
|
||||
pri:'502021052707250008'
|
||||
}]
|
||||
},
|
||||
|
||||
@ -44,7 +44,10 @@
|
||||
ownerSettledApplyCount: 0,
|
||||
purchase: "0",
|
||||
repair: "0",
|
||||
visitUndoCount: 0
|
||||
visitUndoCount: 0,
|
||||
workSendCount:0,
|
||||
workUndDoCount:0,
|
||||
workUndoCopyCount:0,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -11,9 +11,6 @@
|
||||
<view class="cu-form-group margin-top-sm">
|
||||
<textarea v-model="content" placeholder="必填,请输入内容"></textarea>
|
||||
</view>
|
||||
<view class="margin-top-sm">
|
||||
<vc-upload-file ref="vcUploadFileRel" @uploadFile="uploadFile"></vc-upload-file>
|
||||
</view>
|
||||
|
||||
<view class="flex flex-direction margin-top-lg">
|
||||
<button class="cu-btn bg-blue margin-tb-sm lg" @click="submitWorkOrder">提交</button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user