Commit 66c1fcd2 authored by youjie's avatar youjie

no message

parent 0d0ff206
......@@ -722,7 +722,7 @@
<!-- :disabled="userInfo.EmployeeId!=1" -->
<el-input
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"
rows="6"
></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