Commit 19a054e4 authored by liudong1993's avatar liudong1993

1

parent 64194c78
...@@ -500,7 +500,7 @@ ...@@ -500,7 +500,7 @@
<div class="divActive" v-show="msg.CustomerStatus==4"></div> <div class="divActive" v-show="msg.CustomerStatus==4"></div>
</li> </li>
<li :class="{active:msg.CustomerStatus==0}" @click="clickGetList(0)"> <li :class="{active:msg.CustomerStatus==0}" @click="clickGetList(0)">
月结客户 签约结算客户
<div class="divActive" v-show="msg.CustomerStatus==0"></div> <div class="divActive" v-show="msg.CustomerStatus==0"></div>
</li> </li>
</div> </div>
...@@ -747,7 +747,7 @@ ...@@ -747,7 +747,7 @@
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<el-form-item label="月结客户" prop="SigningType"> <el-form-item label="签约结算客户" prop="SigningType">
<div style="display: flex;flex-wrap: nowrap;"> <div style="display: flex;flex-wrap: nowrap;">
<div> <div>
<el-checkbox v-model='addMsg.SigningType'> <el-checkbox v-model='addMsg.SigningType'>
...@@ -768,7 +768,7 @@ ...@@ -768,7 +768,7 @@
@click="DeleteFile(subIndex)">删除</a> @click="DeleteFile(subIndex)">删除</a>
</template> </template>
</div> </div>
<span style="color: red;margin-left: 5px;">(此处为客户我司月度结款)</span> <span style="color: red;margin-left: 5px;">(此处为客户我司月度结款)</span>
</div> </div>
</div> </div>
...@@ -916,7 +916,7 @@ ...@@ -916,7 +916,7 @@
<el-form-item label="签约" prop="SigningType"> <el-form-item label="签约" prop="SigningType">
<div style="display: flex;flex-wrap: nowrap;"> <div style="display: flex;flex-wrap: nowrap;">
<div> <div>
<el-checkbox v-model='updateMsg.SigningType'>月结客户 <el-checkbox v-model='updateMsg.SigningType'>签约结算客户
</el-checkbox> </el-checkbox>
</div> </div>
<div v-show="updateMsg.SigningType"> <div v-show="updateMsg.SigningType">
...@@ -934,7 +934,7 @@ ...@@ -934,7 +934,7 @@
@click="DeleteFile(subIndex)">删除</a> @click="DeleteFile(subIndex)">删除</a>
</div> </div>
</template> </template>
<span style="color: red;margin-left: 5px;">(此处为客户我司月度结款)</span> <span style="color: red;margin-left: 5px;">(此处为客户我司月度结款)</span>
</div> </div>
</div> </div>
......
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