Commit d822787b authored by youjie's avatar youjie

我的客户 签约月结客户 改 月结客户

parent 693d6a1a
...@@ -742,7 +742,7 @@ ...@@ -742,7 +742,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'>
...@@ -763,6 +763,7 @@ ...@@ -763,6 +763,7 @@
@click="DeleteFile(subIndex)">删除</a> @click="DeleteFile(subIndex)">删除</a>
</template> </template>
</div> </div>
<span style="color: red;">(此处为客户亏我司月度结款)</span>
</div> </div>
</div> </div>
...@@ -910,7 +911,7 @@ ...@@ -910,7 +911,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">
...@@ -928,6 +929,7 @@ ...@@ -928,6 +929,7 @@
@click="DeleteFile(subIndex)">删除</a> @click="DeleteFile(subIndex)">删除</a>
</div> </div>
</template> </template>
<span style="color: red;">(此处为客户亏我司月度结款)</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