add:新增运转费、卸车费、其他费用
This commit is contained in:
@@ -114,6 +114,24 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="运转费:">
|
||||
<el-input v-model="formMst.run_freight" size="mini" style="width: 210px" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="卸车费:">
|
||||
<el-input v-model="formMst.unload_freight" size="mini" style="width: 210px" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="其他费用:">
|
||||
<el-input v-model="formMst.other_freight" size="mini" style="width: 210px" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="20" style="border: 1px solid white">
|
||||
<span />
|
||||
|
||||
Reference in New Issue
Block a user