Commit a079325a authored by youjie's avatar youjie

no message

parent dce2aa4d
...@@ -1210,6 +1210,7 @@ input[type="number"] { ...@@ -1210,6 +1210,7 @@ input[type="number"] {
</el-form-item> </el-form-item>
</el-form> </el-form>
<p style="color: red;text-align: right;padding: 5px;">注:冲抵请勾选单据后点击下方确认冲抵</p>
<table class="leaderPayTable" border="0" cellspacing="1" cellpadding="0"> <table class="leaderPayTable" border="0" cellspacing="1" cellpadding="0">
<tr> <tr>
<th></th> <th></th>
......
...@@ -639,7 +639,7 @@ ...@@ -639,7 +639,7 @@
> >
<i <i
class="absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6" class="absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6"
@click="makeAdocument(item, index, 2)" @click="makeAdocument(item, index, 3)"
></i> ></i>
</el-tooltip> </el-tooltip>
</div> </div>
...@@ -1003,6 +1003,8 @@ ...@@ -1003,6 +1003,8 @@
text = "收款"; text = "收款";
} else if (num == 2) { } else if (num == 2) {
text = "付款"; text = "付款";
} else if (num == 3) {
text = "成本";
} }
query = { query = {
blank: "y", blank: "y",
......
...@@ -500,7 +500,7 @@ ...@@ -500,7 +500,7 @@
<div v-if="item.CreateRemark" style="padding:10px;color:#f1416c">客户备注:{{item.CreateRemark}}</div> <div v-if="item.CreateRemark" style="padding:10px;color:#f1416c">客户备注:{{item.CreateRemark}}</div>
<div v-if="item.Remark" style="padding:10px;color:#f1416c" <div v-if="item.Remark" style="padding:10px;color:#f1416c"
:style="{'padding':!item.CreateRemark?'10px':'0 10px 10px 10px'}"> :style="{'padding':!item.CreateRemark?'10px':'0 10px 10px 10px'}">
<template v-if="item.Remark||item.OfferState!=3">OP备注:{{item.Remark}}</template> <template v-if="(item.Remark||item.OfferState!=3)&&pagesTitle!='销售'">OP备注:{{item.Remark}}</template>
<i v-if="item.OfferState!=3" class="el-icon-edit cursor-pointer c059FF6 mx" @click="editRemark(item)"></i> <i v-if="item.OfferState!=3" class="el-icon-edit cursor-pointer c059FF6 mx" @click="editRemark(item)"></i>
</div> </div>
</template> </template>
...@@ -606,7 +606,7 @@ ...@@ -606,7 +606,7 @@
> >
<i <i
class="absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6" class="absolute right20 bottom20 el-icon-circle-plus cursor-pointer c059FF6"
@click="makeAdocument(item, index, 2)" @click="makeAdocument(item, index, 3)"
></i> ></i>
</el-tooltip> </el-tooltip>
</div> </div>
...@@ -1164,6 +1164,8 @@ ...@@ -1164,6 +1164,8 @@
text = "收款"; text = "收款";
} else if (num == 2) { } else if (num == 2) {
text = "付款"; text = "付款";
} else if (num == 3) {
text = "成本";
} }
query = { query = {
blank: "y", blank: "y",
......
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