mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-06-12 10:00:57 +08:00
Compare commits
No commits in common. "8791d1bef0a249678486a943250b7ddec1671abb" and "afb2d325e5fc611af790b5045602b8fbd2678011" have entirely different histories.
8791d1bef0
...
afb2d325e5
@ -160,12 +160,10 @@
|
|||||||
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"></view>
|
<view class="margin-right">您选择了{{resourceStores.length}}中物品</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