|
@@ -20,8 +20,9 @@
|
|
|
ref="ruleForm"
|
|
|
:model="ruleForm"
|
|
|
status-icon
|
|
|
+ :size="'mini'"
|
|
|
:rules="rulesThis"
|
|
|
- label-width="80px"
|
|
|
+ label-width="110px"
|
|
|
class="demo-ruleForm"
|
|
|
>
|
|
|
<el-form-item label="承诺回款时间" prop="paytime">
|
|
@@ -53,9 +54,8 @@
|
|
|
</el-form>
|
|
|
</el-col>
|
|
|
<el-col :span="24" style="text-align: right">
|
|
|
- <span class="fl">已选{{ this.code.length }}个订单</span>
|
|
|
- <el-button type="primary" @click="submitForm">保 存 </el-button>
|
|
|
- <el-button @click="showModelThis = false">取 消</el-button>
|
|
|
+ <el-button type="primary" :size="'mini'" @click="submitForm">保 存 </el-button>
|
|
|
+ <el-button :size="'mini'" @click="showModelThis = false">取 消</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-card>
|
|
@@ -141,7 +141,7 @@ export default {
|
|
|
if (valid) {
|
|
|
this.loading = true;
|
|
|
let model = JSON.parse(JSON.stringify(this.ruleForm));
|
|
|
- let res = (res = await asyncRequest.saleuse(model));
|
|
|
+ let res = (res = await asyncRequest.saleaddother(model));
|
|
|
|
|
|
this.loading = false;
|
|
|
if (res && res.code === 0) {
|