|
@@ -26,7 +26,7 @@
|
|
|
:visible.sync="dialogVisible"
|
|
|
width="30%"
|
|
|
>
|
|
|
- <span>注:<span style="color:red;">不能输入特殊符号('#')</span></span>
|
|
|
+ <span>注:<span style="color:red;">建议不能输入特殊符号</span></span>
|
|
|
<el-input v-model="input" placeholder="请输入内容"></el-input>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="dialogVisible = false">取 消</el-button>
|
|
@@ -90,7 +90,7 @@ export default {
|
|
|
})
|
|
|
}else{
|
|
|
this.$message.warning('请输入油品名称')
|
|
|
- }
|
|
|
+ }
|
|
|
},
|
|
|
makeSure() {
|
|
|
this.loading = true;
|
|
@@ -102,7 +102,7 @@ export default {
|
|
|
}else if(!isNumber(this.form1.priceValue)){
|
|
|
this.$message.warning('油品价格必修为整数或者小数')
|
|
|
}else{
|
|
|
- state = true;
|
|
|
+ state = true;
|
|
|
}
|
|
|
if(state){
|
|
|
let RmsOilPrice = {
|
|
@@ -176,4 +176,4 @@ export default {
|
|
|
justify-content: center;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|