|
@@ -234,7 +234,7 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
- <el-form-item label="现行单价:">
|
|
|
|
|
|
+ <el-form-item label="现行单价:" prop="currentPrice">
|
|
<el-input v-model="supplementsFormModel.currentPrice" />
|
|
<el-input v-model="supplementsFormModel.currentPrice" />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -718,6 +718,11 @@ const supplementsFormRules = ref({
|
|
trigger: 'blur',
|
|
trigger: 'blur',
|
|
message: '请输入章编号',
|
|
message: '请输入章编号',
|
|
},
|
|
},
|
|
|
|
+ currentPrice:{
|
|
|
|
+ required: true,
|
|
|
|
+ trigger: 'blur',
|
|
|
|
+ message: '请输入现行单价',
|
|
|
|
+ },
|
|
})
|
|
})
|
|
const supplementLoading = ref(false)
|
|
const supplementLoading = ref(false)
|
|
const addsupply = ()=>{
|
|
const addsupply = ()=>{
|