Commit 5a0c758d authored by youjie's avatar youjie

no message

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