|
|
@@ -139,8 +139,18 @@
|
|
|
<el-form-item label="协议选择">
|
|
|
<el-select size="small" v-model="formDataList.agreementId" placeholder="请选择协议类型" style="width: 100%" filterable>
|
|
|
<el-option v-for="item in agreementTypeoptions" :key="item.dictValue" :label="item.agreementName"
|
|
|
- :value="item.id"></el-option>
|
|
|
- </el-select>
|
|
|
+ :value="item.id"></el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8">
|
|
|
+ <el-form-item label="手续费金额">
|
|
|
+ <el-input v-model="formDataList.ptCommissionFeevalue" class="inputType"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8">
|
|
|
+ <el-form-item label="跟单费金额">
|
|
|
+ <el-input v-model="formDataList.ptOtherFeevalue" class="inputType"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|