Commit 2162a3dc authored by youjie's avatar youjie

no message

parent 5a0c758d
......@@ -381,10 +381,10 @@
>
<el-col :span="4">
<el-form-item label="应收总金额" prop="Money">
<!-- :disabled="userInfo.EmployeeId!=1" -->
<el-input
:disabled="userInfo.EmployeeId!=1"
type="number"
:readonly="changePriceMsg.DialogType == 1 ? true : false"
:readonly="changePriceMsg.DialogType == 1||userInfo.EmployeeId!=1 ? 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