mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
Compare commits
2 Commits
afb2d325e5
...
8791d1bef0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8791d1bef0 | ||
|
|
fca2a45fbc |
@ -160,10 +160,12 @@
|
|||||||
value: '1500'
|
value: '1500'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
_that.actions.push({
|
_that.actions.push({
|
||||||
label: '转单',
|
label: '转单',
|
||||||
value: '1300'
|
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-bk"></view>
|
||||||
|
|
||||||
<view class="footer-step-fixed flex justify-end">
|
<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">
|
<view class="margin-right-sm">
|
||||||
<button class="cu-btn round bg-blue" @tap="_toAddPurchaseApplyPage()">提交</button>
|
<button class="cu-btn round bg-blue" @tap="_toAddPurchaseApplyPage()">提交</button>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user