Commit 66c1fcd2 authored by youjie's avatar youjie

no message

parent 0d0ff206
...@@ -722,7 +722,7 @@ ...@@ -722,7 +722,7 @@
<!-- :disabled="userInfo.EmployeeId!=1" --> <!-- :disabled="userInfo.EmployeeId!=1" -->
<el-input <el-input
type="number" type="number"
:readonly="changePriceMsg.DialogType == 1||userInfo.EmployeeId!=1 ? true : false" :readonly="changePriceMsg.DialogType == 1||userInfo.EmployeeId!=1||titlePrice == '改价详情' ? true : false"
v-model="changePriceMsg.Money" v-model="changePriceMsg.Money"
rows="6" rows="6"
></el-input> </el-form-item ></el-input> </el-form-item
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment