Commit 5ea914ed authored by youjie's avatar youjie

no message

parent 3deab03b
......@@ -633,23 +633,25 @@
</button>
</div>
<el-form label-width="100px">
<el-col :span="4">
<el-form-item label="应收总金额" prop="">
<el-input
type="number"
v-model="changePriceMsg.Money"
></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="改价原因" prop="">
<el-input
type="textarea"
v-model="changePriceMsg.ApplyForReason"
autosize
></el-input>
</el-form-item>
</el-col>
<el-row>
<el-col :span="4">
<el-form-item label="应收总金额" prop="">
<el-input
type="number"
v-model="changePriceMsg.Money"
></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="改价原因" prop="">
<el-input
type="textarea"
v-model="changePriceMsg.ApplyForReason"
autosize
></el-input>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
......
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