Commit 16596122 authored by youjie's avatar youjie

no message

parent dc78430b
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</template> </template>
<template v-else> <template v-else>
<el-form-item label="总价" prop="Money"> <el-form-item label="总价" prop="Money">
<el-input v-model='msg.Money' placeholder="请输入总"></el-input> <el-input v-model='msg.Money' placeholder="请输入总金额"></el-input>
</el-form-item> </el-form-item>
</template> </template>
</el-form> </el-form>
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
}], }],
Money: [{ Money: [{
required: true, required: true,
message: '请输入总', message: '请输入总金额',
trigger: 'blur' trigger: 'blur'
}], }],
}, },
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
this.msg.OpEmpId = newValue.OpEmpId?newValue.OpEmpId:null this.msg.OpEmpId = newValue.OpEmpId?newValue.OpEmpId:null
if(newValue.TypeNum==4){ if(newValue.TypeNum==4){
this.msg.Money = newValue.Money this.msg.Money = newValue.Money
this.Title = '修改总价' this.Title = '编辑总金额'
}else{ }else{
this.Title = '关联OP' this.Title = '关联OP'
} }
......
...@@ -833,13 +833,12 @@ ...@@ -833,13 +833,12 @@
<span class="c059FF6">编辑关联OP</span> <span class="c059FF6">编辑关联OP</span>
</div> </div>
<div <div
v-if="item.OrderStatus >1 && item.OrderStatus != 3 v-if="item.OrderStatus != 3
&& item.OrderStatus != 4 &&pagesTitle=='OP'"
&&pagesTitle=='OP'&&is_correlationOP"
class="row-c cursor-pointer radius5 change py5" class="row-c cursor-pointer radius5 change py5"
@click="clickCorrelation(item,2)" @click="clickCorrelation(item,2)"
> >
<span class="c059FF6">编辑总</span> <span class="c059FF6">编辑总金额</span>
</div> </div>
<!-- <template v-if="item.OrderStatus==2"> <!-- <template v-if="item.OrderStatus==2">
<div class="column-jac fz12 flex-s c20C997"> <div class="column-jac fz12 flex-s c20C997">
......
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