Commit 004fe2c5 authored by youjie's avatar youjie

no message

parent 09f2ebad
...@@ -263,10 +263,6 @@ ...@@ -263,10 +263,6 @@
<el-button type="primary" style="background: green; border-color: green" <el-button type="primary" style="background: green; border-color: green"
icon="iconfont icon-bianji-smal" @click="getRemarks(item)"></el-button> icon="iconfont icon-bianji-smal" @click="getRemarks(item)"></el-button>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="修改op备注" placement="top-start">
<el-button type="primary" style="background: green; border-color: green"
icon="iconfont icon-bianji-smal" @click="getRemarks(item,1)"></el-button>
</el-tooltip>
<el-tooltip effect="dark" :content="$t('fnc.rizhi')" placement="top-start" style="float: left"> <el-tooltip effect="dark" :content="$t('fnc.rizhi')" placement="top-start" style="float: left">
<el-popover width="230" trigger="click"> <el-popover width="230" trigger="click">
<div class="priceContentDiv"> <div class="priceContentDiv">
...@@ -310,6 +306,9 @@ ...@@ -310,6 +306,9 @@
"> ">
{{ $t("Operation.Op_shouzhiDetail") }} {{ $t("Operation.Op_shouzhiDetail") }}
</div> </div>
<div @click="getRemarks(item,1)">
修改op备注
</div>
<div @click="goUrlT('confirmationOrder', item.orderId)"> <div @click="goUrlT('confirmationOrder', item.orderId)">
{{ $t("salesModule.QRH") {{ $t("salesModule.QRH")
}}{{ }}{{
......
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