|
@@ -30,7 +30,6 @@
|
|
|
<view>
|
|
|
<input
|
|
|
class="uni-input"
|
|
|
- type="number"
|
|
|
placeholder="请输入您对商品的期望单价"
|
|
|
v-model="formData.price"
|
|
|
@input="fpNumInput($event, 'formData', 'price')"
|
|
@@ -176,6 +175,7 @@ export default {
|
|
|
if (this.detailData.id) {
|
|
|
form.id = this.detailData.id
|
|
|
}
|
|
|
+ this.isActive = false
|
|
|
try {
|
|
|
const data = await this.ProcurementService.procurementSave(form)
|
|
|
uni.showToast({
|