|
|
@ -72,45 +72,45 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24" class="separate">车型价格信息</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="tleftb"> |
|
|
|
<span>上装价格</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8" class="trightb"> |
|
|
|
<el-form-item> |
|
|
|
<el-input v-model="formobj.coatPrice" placeholder="" class="addinputw" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4" class="tleftb"> |
|
|
|
<span>入库合同单价</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8" class="trightb"> |
|
|
|
<el-form-item> |
|
|
|
<el-input v-model="formobj.treasuryPrice" placeholder="" class="addinputw" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="tleftb"> |
|
|
|
<span>运费</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8" class="trightb"> |
|
|
|
<el-form-item> |
|
|
|
<el-input v-model="formobj.freight" placeholder="" class="addinputw" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4" class="tleftb"> |
|
|
|
<span>销售指导价</span> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8" class="trightb"> |
|
|
|
<el-form-item> |
|
|
|
<el-input v-model="formobj.salesGuidePrice" placeholder="" class="addinputw" clearable readonly/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<!-- <el-row>--> |
|
|
|
<!-- <el-col :span="24" class="separate">车型价格信息</el-col>--> |
|
|
|
<!-- </el-row>--> |
|
|
|
<!-- <el-row>--> |
|
|
|
<!-- <el-col :span="4" class="tleftb">--> |
|
|
|
<!-- <span>上装价格</span>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="8" class="trightb">--> |
|
|
|
<!-- <el-form-item>--> |
|
|
|
<!-- <el-input v-model="formobj.coatPrice" placeholder="" class="addinputw" clearable/>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="4" class="tleftb">--> |
|
|
|
<!-- <span>入库合同单价</span>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="8" class="trightb">--> |
|
|
|
<!-- <el-form-item>--> |
|
|
|
<!-- <el-input v-model="formobj.treasuryPrice" placeholder="" class="addinputw" clearable/>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- </el-row>--> |
|
|
|
<!-- <el-row>--> |
|
|
|
<!-- <el-col :span="4" class="tleftb">--> |
|
|
|
<!-- <span>运费</span>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="8" class="trightb">--> |
|
|
|
<!-- <el-form-item>--> |
|
|
|
<!-- <el-input v-model="formobj.freight" placeholder="" class="addinputw" clearable/>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="4" class="tleftb">--> |
|
|
|
<!-- <span>销售指导价</span>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- <el-col :span="8" class="trightb">--> |
|
|
|
<!-- <el-form-item>--> |
|
|
|
<!-- <el-input v-model="formobj.salesGuidePrice" placeholder="" class="addinputw" clearable readonly/>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
<!-- </el-col>--> |
|
|
|
<!-- </el-row>--> |
|
|
|
<el-row> |
|
|
|
<el-col :span=24 class="separate">订单进程</el-col> |
|
|
|
</el-row> |
|
|
@ -240,13 +240,14 @@ export default { |
|
|
|
if (valid) { |
|
|
|
this.submitdisabled = true |
|
|
|
req.saveEdit(this.formobj, this.formobj.sid).then(resp => { |
|
|
|
this.submitdisabled = false |
|
|
|
this.submitdisabled = false |
|
|
|
if (resp.success) { |
|
|
|
_this.$message({showClose: true, type: 'success', message: resp.msg}) |
|
|
|
_this.handleReturn('true') |
|
|
|
}) |
|
|
|
.catch(() => { |
|
|
|
this.submitdisabled = false |
|
|
|
}) |
|
|
|
} |
|
|
|
}).catch(() => { |
|
|
|
this.submitdisabled = false |
|
|
|
}) |
|
|
|
} else { |
|
|
|
return false |
|
|
|
} |
|
|
|