Commit 315b730c authored by 吴春's avatar 吴春

1

parent 6957b9a8
......@@ -529,9 +529,10 @@
<span>{{ changePriceMsg.ApplyForMoney }}</span>
</el-form-item>
</el-col>
<el-col :span="4">
<el-col :span="4" v-if="false">
<el-form-item :label="$t('objFill.yinshouzje')" prop="Money">
<!-- :disabled="userInfo.EmployeeId!=1" -->
<!-- :readonly="changePriceMsg.DialogType == 1||userInfo.EmployeeId!=ExamineBy||titleType == 3 ? true : false" -->
<el-input type="number"
:readonly="changePriceMsg.DialogType == 1||userInfo.EmployeeId!=ExamineBy||titleType == 3 ? true : false"
v-model="changePriceMsg.Money" rows="6"></el-input>
......
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