|
@@ -218,9 +218,9 @@
|
|
|
<text style="position:absolute;left:270upx;top:103upx;color:#333333;">
|
|
<text style="position:absolute;left:270upx;top:103upx;color:#333333;">
|
|
|
<text v-if="s.giveNum && Number(s.giveNum)>0" style="margin-right:16upx;">已赠 {{parseFloat(s.giveNum)}}{{s.xhUnitName}}</text>
|
|
<text v-if="s.giveNum && Number(s.giveNum)>0" style="margin-right:16upx;">已赠 {{parseFloat(s.giveNum)}}{{s.xhUnitName}}</text>
|
|
|
<text style="color:red;font-weight: bold;margin-right:16upx;" v-if="Number(s.refundNum)>0">已退{{ s.refundNum }}{{s.xhUnitName}}</text>
|
|
<text style="color:red;font-weight: bold;margin-right:16upx;" v-if="Number(s.refundNum)>0">已退{{ s.refundNum }}{{s.xhUnitName}}</text>
|
|
|
- <text style="color:#CCCCCC;" @click.stop="beginUpdateItemRemark(s)">
|
|
|
|
|
|
|
+ <text style="color:red;font-weight:bold;" @click.stop="beginUpdateItemRemark(s)">
|
|
|
{{s.remark}}
|
|
{{s.remark}}
|
|
|
- <text style="color:#3385FF;cursor: pointer;margin-left:5upx;">改备注</text>
|
|
|
|
|
|
|
+ <text style="color:#3385FF;cursor: pointer;margin-left:5upx;font-weight:normal;">改备注</text>
|
|
|
</text>
|
|
</text>
|
|
|
</text>
|
|
</text>
|
|
|
|
|
|