mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-24 05:46:09 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7454b77b87 | ||
|
|
e45a3da8ab | ||
|
|
8791d1bef0 | ||
|
|
fca2a45fbc |
@ -94,7 +94,7 @@
|
||||
* 其他表示 下一指定人ID
|
||||
*
|
||||
*/
|
||||
if (this.nextAudit.assignee != '-2') {
|
||||
if (this.nextAudit.assignee != '-2' && this.nextAudit.assignee != '-1') {
|
||||
_audit.staffId = this.nextAudit.assignee;
|
||||
}
|
||||
if (!_audit.auditCode) {
|
||||
|
||||
@ -71,7 +71,7 @@ const escape2Html = function(str) {
|
||||
}
|
||||
|
||||
const checkPhoneNumber = function(_value){
|
||||
let grep = /^(1(([35789][0-9])|(47)))\d{8}$/;
|
||||
let grep = /^(1(([356789][0-9])|(47)))\d{8}$/;
|
||||
if(grep.test(_value)){
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -160,10 +160,12 @@
|
||||
value: '1500'
|
||||
});
|
||||
}
|
||||
|
||||
_that.actions.push({
|
||||
label: '转单',
|
||||
value: '1300'
|
||||
});
|
||||
_that.audit.auditCode = _that.actions[0].value;
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<view class="footer-step-fixed-bk"></view>
|
||||
|
||||
<view class="footer-step-fixed flex justify-end">
|
||||
<view class="margin-right">您选择了{{resourceStores.length}}中物品</view>
|
||||
<view class="margin-right"></view>
|
||||
<view class="margin-right-sm">
|
||||
<button class="cu-btn round bg-blue" @tap="_toAddPurchaseApplyPage()">提交</button>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user