Blame view

admin-web-master/src/views/ipm/inr/index.vue 30.5 KB
3f535f30   杨鑫   '初始'
1
2
3
4
5
6
7
  <template>
    <div style="background-color:#f7f7f7;padding:10px 10px;">
      <div class="zhuti">
        <div style="height:58px;line-height:58px;">
          <div style="color:#0006"> <span>招商过程服务</span> <span style="padding:0 5px;">></span> <span
              style="color:#000000e6">招商谈判记录</span></div>
        </div>
6ee6b0b7   杨鑫   '最新'
8
  
3f535f30   杨鑫   '初始'
9
10
11
12
13
        <div>
          <!-- 搜索 -->
          <div class="formSearch">
            <el-form :inline="true" :model="formSel">
              <el-form-item label="客户名称">
6ee6b0b7   杨鑫   '最新'
14
                <el-input v-model="formSel.cereFollowDetails.cereCustomerInfo.intentCustomerName" placeholder="请输入" style="width:168px;" />
3f535f30   杨鑫   '初始'
15
16
              </el-form-item>
              <el-form-item label="客户级别">
6ee6b0b7   杨鑫   '最新'
17
18
19
20
                <el-select v-model="formSel.cereFollowDetails.cereCustomerInfo.customerLevel" placeholder="请选择" style="width:168px;margin-right: 15px">
                  <el-option label="A" value="A" />
                  <el-option label="B" value="B" />
                  <el-option label="C" value="C" />
3f535f30   杨鑫   '初始'
21
22
                </el-select>
              </el-form-item>
bc51a62b   杨鑫   '最新'
23
             <!-- <el-form-item label="意向资源名称">
6ee6b0b7   杨鑫   '最新'
24
                <el-input v-model="formSel.cereFollowDetails.cereCustomerInfo.ziyuanName" placeholder="请输入" style="width:168px;" />
3f535f30   杨鑫   '初始'
25
26
              </el-form-item>
              <el-form-item label="意向资源类型">
6ee6b0b7   杨鑫   '最新'
27
28
29
30
                <el-select v-model="formSel.cereFollowDetails.cereCustomerInfo.type" placeholder="请选择" style="width:168px;margin-right: 15px">
                  <el-option label="商铺" value="sp" />
                  <el-option label="广告位" value="gg" />
                  <el-option label="场地" value="cd" />
3f535f30   杨鑫   '初始'
31
                </el-select>
bc51a62b   杨鑫   '最新'
32
              </el-form-item> -->
3f535f30   杨鑫   '初始'
33
34
35
36
37
38
39
40
41
            </el-form>
            <div>
              <el-button @click="onSubmit" style="background-color: #3F9B6A;color: #fff">查询
              </el-button>
              <el-button @click="resetting" class="buttonHover"
                style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;">重置
              </el-button>
            </div>
          </div>
ab818baa   杨鑫   '1'
42
          <div style="margin-bottom: 20px;">
3f535f30   杨鑫   '初始'
43
            <div>
ab818baa   杨鑫   '1'
44
45
              <el-button style="background-color: #3F9B6A;color: #fff"
               @click="gitOut">导出</el-button>
3f535f30   杨鑫   '初始'
46
            </div>
ab818baa   杨鑫   '1'
47
          </div>
3f535f30   杨鑫   '初始'
48
49
50
51
52
53
54
55
56
57
58
59
          <!-- 表格 -->
  
          <el-table :data="tableData.slice((currentPage - 1) * pageSize, currentPage * pageSize)"
            :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"
            >
            <el-table-column label="序号" min-width="150">
  <template slot-scope="scope">
                  {{scope.$index +1 }}
                   </template>
            </el-table-column>
            <el-table-column label="意向客户名称" min-width="150" prop="contractNumber">
              <template slot-scope="scope">
6ee6b0b7   杨鑫   '最新'
60
                              {{scope.row.cereFollowDetails.cereCustomerInfo.intentCustomerName}}
3f535f30   杨鑫   '初始'
61
62
63
64
                               </template>
            </el-table-column>
            <el-table-column label="客户级别" min-width="150" prop="contractNumber">
              <template slot-scope="scope">
6ee6b0b7   杨鑫   '最新'
65
                              {{scope.row.cereFollowDetails.cereCustomerInfo.customerLevel}}
3f535f30   杨鑫   '初始'
66
67
                               </template>
            </el-table-column>
ab818baa   杨鑫   '1'
68
69
70
71
72
           <el-table-column label="联系电话" min-width="150" prop="contractNumber">
             <template slot-scope="scope">
                             {{scope.row.cereFollowDetails.cereCustomerInfo.contactPhone}}
                              </template>
           </el-table-column>
3f535f30   杨鑫   '初始'
73
            <el-table-column label="计划跟进日期" prop="telephone" min-width="200">
6ee6b0b7   杨鑫   '最新'
74
  
3f535f30   杨鑫   '初始'
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
            </el-table-column>
            <el-table-column prop="status" label="状态" min-width="150">
              <template slot-scope="scope">
                {{scope.row.status=='1'?'待谈判':scope.row.status=='2'?'谈判成功':'谈判失败'}}
                 </template>
            </el-table-column>
            <el-table-column label="操作" min-width="200">
              <template slot-scope="scope">
                <div @click="details(0,scope.row)" class="tableBtn greens">查看</div>
                <div @click="dengji(scope.row)" class="tableBtn greens" v-if="scope.row.status =='1'">谈判登记</div>
                <div @click="delss(scope.row)" class="tableBtn greens" v-if="scope.row.status =='1'">删除</div>
              </template>
            </el-table-column>
          </el-table>
          <div class="fenye">
            <el-pagination :hide-on-single-page='flag' background small size="mini" :current-page="currentPage"
              :page-sizes="[10, 20, 50, 100]" layout="prev, pager, next,total" :total="total "
              @size-change="handleSizeChange" @current-change="handleCurrentChange" />
          </div>
        </div>
  
      </div>
      <!-- 详情框 -->
      <el-dialog :visible.sync="detbox" custom-class='tongyong_css' style="padding: 0;" width="65%" center
        :close-on-click-modal="false" :show-close="false">
        <div style="padding:20px;">
          <div style="font-size: 14px;padding-bottom: 20px;color: #000;">{{steat?'详情页':'编辑页'}}</div>
          <div>
            <el-tabs v-model="xiangTabs" >
              <el-tab-pane label="基本信息" name="first">
                <div style="width: 100%">
6ee6b0b7   杨鑫   '最新'
106
                  <el-form ref="form" :model="yixiangList" label-width="120px">
3f535f30   杨鑫   '初始'
107
                    <el-form-item label="意向客户名称">
6ee6b0b7   杨鑫   '最新'
108
                      <el-input  v-model="yixiangList.intentCustomerName"  disabled  placeholder="请输入"></el-input>
3f535f30   杨鑫   '初始'
109
110
                    </el-form-item>
                    <el-form-item label="联系电话">
6ee6b0b7   杨鑫   '最新'
111
112
  
                      <el-input  v-model="yixiangList.contactPhone" disabled></el-input>
3f535f30   杨鑫   '初始'
113
                    </el-form-item>
6ee6b0b7   杨鑫   '最新'
114
115
116
117
118
                    <el-form-item label="意向资源类型">
                      <el-select v-model="yixiangList.intentionalBusinessType" disabled>
                        <el-option label="商铺" value="商铺" />
                        <el-option label="场地" value="场地" />
                        <el-option label="广告位" value="广告位" />
3f535f30   杨鑫   '初始'
119
120
121
                      </el-select>
                    </el-form-item>
                    <el-form-item label="客户级别">
6ee6b0b7   杨鑫   '最新'
122
123
124
125
126
                      <el-select v-model="yixiangList.customerLevel"   disabled>
                        <el-option label="A" value="A" />
                        <el-option label="B" value="B" />
                        <el-option label="C" value="C" />
                      </el-select>
3f535f30   杨鑫   '初始'
127
128
                    </el-form-item>
                    <el-form-item label="证件类型">
6ee6b0b7   杨鑫   '最新'
129
                      <el-input  v-model="yixiangList.idCardType" disabled></el-input>
3f535f30   杨鑫   '初始'
130
131
                    </el-form-item>
                    <el-form-item label="身份证号码">
6ee6b0b7   杨鑫   '最新'
132
                      <el-input  v-model="yixiangList.idCardNumber"  disabled ></el-input>
3f535f30   杨鑫   '初始'
133
134
                    </el-form-item>
                    <el-form-item label="身份证有效期">
6ee6b0b7   杨鑫   '最新'
135
                      <el-date-picker style="width: 100%;" v-model="idCardTime" value-format="yyyy-MM-dd HH:mm:ss" disabled
3f535f30   杨鑫   '初始'
136
137
138
139
                        type="datetimerange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" align="right">
                      </el-date-picker>
                    </el-form-item>
                    <el-form-item label="身份证照片(正面)">
6ee6b0b7   杨鑫   '最新'
140
141
                        <img :src="yixiangList.idCardPhotoFront" alt=""  style="width:150px;height:150px;">
  
3f535f30   杨鑫   '初始'
142
143
                    </el-form-item>
                    <el-form-item label="身份证照片(反面)">
6ee6b0b7   杨鑫   '最新'
144
                 <img :src="yixiangList.idCardPhotoBack" alt=""  style="width:150px;height:150px;">
3f535f30   杨鑫   '初始'
145
146
                    </el-form-item>
                    <el-form-item label="是否为法人">
6ee6b0b7   杨鑫   '最新'
147
148
149
150
                      <el-select v-model="yixiangList.isLegalPerson"  disabled>
                        <el-option label="是" value="1" />
                        <el-option label="否" value="0" />
                      </el-select>
3f535f30   杨鑫   '初始'
151
152
                    </el-form-item>
                    <el-form-item label="企业授权书">
6ee6b0b7   杨鑫   '最新'
153
                     <img :src="yixiangList.enterpriseAuthorization" alt=""  style="width:150px;height:150px;">
3f535f30   杨鑫   '初始'
154
155
156
157
158
159
                    </el-form-item>
                  </el-form>
                </div>
              </el-tab-pane>
              <el-tab-pane label="主体信息" name="second">
                <div style="width: 100%">
6ee6b0b7   杨鑫   '最新'
160
                <el-form ref="form" :model="yixiangList" label-width="140px">
3f535f30   杨鑫   '初始'
161
                  <el-form-item label="主体名称">
6ee6b0b7   杨鑫   '最新'
162
                    <el-input  v-model="yixiangList.subjectName" disabled></el-input>
3f535f30   杨鑫   '初始'
163
164
                  </el-form-item>
                  <el-form-item label="统一社会信用代码">
6ee6b0b7   杨鑫   '最新'
165
166
  
                    <el-input v-model="yixiangList.unifiedSocialCreditCode" disabled></el-input>
3f535f30   杨鑫   '初始'
167
168
                  </el-form-item>
                  <el-form-item label="类型">
6ee6b0b7   杨鑫   '最新'
169
170
171
                    <el-select v-model="yixiangList.type"  disabled>
                      <el-option label="个人" value="个人" />
                      <el-option label="企业" value="企业" />
3f535f30   杨鑫   '初始'
172
173
174
                    </el-select>
                  </el-form-item>
                  <el-form-item label="法定代表人">
6ee6b0b7   杨鑫   '最新'
175
                    <el-input  v-model="yixiangList.legalRepresentative" disabled></el-input>
3f535f30   杨鑫   '初始'
176
177
                  </el-form-item>
                  <el-form-item label="经营范围">
6ee6b0b7   杨鑫   '最新'
178
                    <el-input type="textarea"  v-model="yixiangList.businessScope" :rows="4" disabled></el-input>
3f535f30   杨鑫   '初始'
179
180
                  </el-form-item>
                  <el-form-item label="注册资本">
6ee6b0b7   杨鑫   '最新'
181
                    <el-input   v-model="yixiangList.registeredCapital" disabled></el-input>
3f535f30   杨鑫   '初始'
182
183
                  </el-form-item>
                  <el-form-item label="成立日期">
6ee6b0b7   杨鑫   '最新'
184
                    <el-input  v-model="yixiangList.establishmentDate" disabled></el-input>
3f535f30   杨鑫   '初始'
185
186
                  </el-form-item>
                  <el-form-item label="住所">
6ee6b0b7   杨鑫   '最新'
187
                    <el-input v-model="yixiangList.address" disabled></el-input>
3f535f30   杨鑫   '初始'
188
189
                  </el-form-item>
                  <el-form-item label="邮箱地址">
6ee6b0b7   杨鑫   '最新'
190
                    <el-input  v-model="yixiangList.emailAddress"  disabled></el-input>
3f535f30   杨鑫   '初始'
191
192
                  </el-form-item>
                  <el-form-item label="营业期限">
6ee6b0b7   杨鑫   '最新'
193
                    <el-date-picker style="width: 100%;" v-model="busTime" value-format="yyyy-MM-dd HH:mm:ss" disabled
3f535f30   杨鑫   '初始'
194
195
196
197
                      type="datetimerange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" align="right">
                    </el-date-picker>
                  </el-form-item>
                  <el-form-item label="营业执照">
6ee6b0b7   杨鑫   '最新'
198
                    <img :src="yixiangList.businessLicense" alt=""  style="width:150px;height:150px;">
3f535f30   杨鑫   '初始'
199
200
201
202
203
204
205
206
207
208
209
210
211
212
                  </el-form-item>
                </el-form>
  
  
                </div>
              </el-tab-pane>
              <el-tab-pane label="意向资源" name="there">
                <div style="width: 100%">
        <div style="border:1px solid #DCDFE6;font-size:14px;margin-bottom:10px;">
          <div style="padding:10px 20px;border-bottom:1px solid #DCDFE6;display:flex;justify-content: space-between;">
            <div>意向资源</div>
            <!-- <div class="greens">添加</div> -->
          </div>
          <div style="padding:20px;">
ab818baa   杨鑫   '1'
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
           <el-table :data="xiangData"
             :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}" style="width:100%">
           <el-table-column label="序号" min-width="150" >
             <template slot-scope="scope">
               {{scope.$index + 1}}
             </template>
           </el-table-column>
           <el-table-column label="资源编号" prop="id" min-width="180" >
  
           </el-table-column>
           </el-table-column>
           <el-table-column label="意向资源类型" min-width="180" >
             <template slot-scope="scope">
               {{scope.row.advertisingType ?scope.row.advertisingType:'商铺'}}
             </template>
           </el-table-column>
  
  
           <el-table-column label="意向租期" prop="leaseTerm" min-width="180">
           </el-table-column>
           <el-table-column label="意向租金(元)" prop="rent" min-width="180">
           </el-table-column>
  
           </el-table>
3f535f30   杨鑫   '初始'
237
238
239
240
241
242
243
244
          </div>
        </div>
  
  
                </div>
              </el-tab-pane>
              <el-tab-pane label="跟进情况" name="four">
                <div style="width: 100%">
ab818baa   杨鑫   '1'
245
                  <el-form ref="form" :model="genjingData" label-width="140px">
3f535f30   杨鑫   '初始'
246
                    <el-form-item label="跟进人员">
ab818baa   杨鑫   '1'
247
                      <el-input  v-model="genjingData.textarea" disabled ></el-input>
3f535f30   杨鑫   '初始'
248
249
                    </el-form-item>
                    <el-form-item label="跟进情况">
ab818baa   杨鑫   '1'
250
251
252
                      <el-select v-model="genjingData.currentStage" disabled>
                        <el-option label="未达成共识" value="继续跟进" />
                        <el-option label="已达成共识" value="达成共识" />
3f535f30   杨鑫   '初始'
253
254
255
                      </el-select>
                    </el-form-item>
                    <el-form-item label="内容反馈">
ab818baa   杨鑫   '1'
256
                      <el-input type="textarea" v-model="genjingData.contentFeedback" :rows="4" disabled></el-input>
3f535f30   杨鑫   '初始'
257
                    </el-form-item>
ab818baa   杨鑫   '1'
258
  
3f535f30   杨鑫   '初始'
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
                  </el-form>
                </div>
              </el-tab-pane>
              <el-tab-pane label="谈判记录" name="five">
                <div style="width: 100%">
                  <el-form ref="form" :model="secondData" label-width="140px">
                    <el-form-item label="谈判主题">
                      <el-input v-model="secondData.negotiationTheme" :disabled="steat?true:false"></el-input>
                    </el-form-item>
                    <el-form-item label="标段号">
                      <el-input v-model="secondData.bidSegmentNumber" :disabled="steat?true:false"></el-input>
                    </el-form-item>
                    <el-form-item label="会议纪要">
                      <el-input type="textarea" v-model="secondData.meetingMinutes" :rows="4" :disabled="steat?true:false"></el-input>
                    </el-form-item>
                    <el-form-item label="谈判内容">
                      <el-input type="textarea" v-model="secondData.negotiationContent" :rows="4" :disabled="steat?true:false"></el-input>
                    </el-form-item>
                    <el-form-item label="谈判结果">
                      <!-- <el-input type="textarea" v-model="secondData.negotiationResult" :rows="4" :disabled="steat?true:false"></el-input> -->
                      <el-select v-model="secondData.negotiationResult" placeholder="请选择" style="width:100%" :disabled="steat?true:false">
                        <el-option label="继续谈判" value="继续谈判" />
                        <el-option label="谈判成功" value="谈判成功" />
                        <el-option label="谈判失败" value="谈判失败" />
                      </el-select>
                    </el-form-item>
                    <el-form-item label="其他附件">
                      <!-- <upimg v-model="formInline.coverPoster" :limit="1" :fileSize="1" :isShowTip="false"></upimg> -->
                      <el-upload class="upload-demo" ref="upload" :on-remove="handleRemove"
                                        :action="uploadFileUrl" :on-success="handleUploadSuccess" :file-list="fileData"
                                        :auto-upload="true" v-if="steat == false">
                                        <el-button style="background-color: #fff;color: #3F9B6A;border: 1px solid #dcdfe6;"  class="buttonHover" v-if="fileData.length ==0">+点击上传</el-button>
                                      </el-upload>
  
                                      <div style="padding:10px 0;line-height:20px;color:#3F9B6A" v-if="steat ">{{secondData.otherAttachments}}</div>
                    </el-form-item>
                    <el-form-item label="现场照片">
                      <upimg v-model="formInline.onSitePhotos" :limit="1" :fileSize="1" :isShowTip="false" v-if="steat ==false"></upimg>
  
                      <img :src="secondData.onSitePhotos" alt="" v-else style="width:150px;height:150px;"/>
                    </el-form-item>
                  </el-form>
                </div>
              </el-tab-pane>
            </el-tabs>
          </div>
  
          <div style="padding-top:20px;display:flex;justify-content: flex-end;">
            <el-button class="buttonHover" style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;"
              @click="closeFn(2)">返回</el-button>
ab818baa   杨鑫   '1'
309
310
       <!--     <el-button @click="steat = false" style="background-color: #3F9B6A;color: #fff" v-if="steat && secondData.status=='1'">编辑</el-button>
            <el-button @click="addbuss(2)" style="background-color: #3F9B6A;color: #fff"  v-if="steat==false && secondData.status =='1'">确认</el-button> -->
3f535f30   杨鑫   '初始'
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
  
          </div>
        </div>
  
      </el-dialog>
  
      <!-- 新增 -->
      <el-dialog title="谈判登记" :visible.sync="ggXin" custom-class="diaslog_zhong" style="padding: 0;" width="50%"
        class="dialog_css_Xq" center :close-on-click-modal="false" :show-close="false">
        <div style="margin-bottom: 20px;">
          <el-form ref="form" :model="zhong" label-width="120px">
            <el-form-item label="谈判主题">
              <el-input v-model="zhong.negotiationTheme"></el-input>
            </el-form-item>
            <el-form-item label="标段号">
              <el-input v-model="zhong.bidSegmentNumber"></el-input>
            </el-form-item>
            <el-form-item label="会议纪要">
              <el-input type="textarea" v-model="zhong.meetingMinutes" :rows="4"></el-input>
            </el-form-item>
            <el-form-item label="谈判内容">
              <el-input type="textarea" v-model="zhong.negotiationContent" :rows="4"></el-input>
            </el-form-item>
            <el-form-item label="谈判结果">
              <!-- <el-input type="textarea" v-model="zhong.negotiationResult" :rows="4"></el-input> -->
              <el-select v-model="zhong.negotiationResult" placeholder="请选择" style="width:100%">
                <el-option label="继续谈判" value="继续谈判" />
                <el-option label="谈判成功" value="谈判成功" />
                <el-option label="谈判失败" value="谈判失败" />
              </el-select>
            </el-form-item>
            <el-form-item label="其他附件">
              <!-- <upimg v-model="zhong.otherAttachments" :limit="1" :fileSize="1" :isShowTip="false"></upimg> -->
              <el-upload class="upload-demo" ref="upload"  :on-remove="handleRemove"
                                :action="uploadFileUrl" :on-success="handleUploadSuccess" :file-list="fileData"
bc51a62b   杨鑫   '最新'
346
                                 :auto-upload="true">
3f535f30   杨鑫   '初始'
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
                                <el-button style="background-color: #fff;color: #3F9B6A;border: 1px solid #dcdfe6;"  class="buttonHover" v-if="fileData.length==0">+点击上传</el-button>
                              </el-upload>
            </el-form-item>
            <el-form-item label="现场照片">
              <upimg v-model="zhong.onSitePhotos" :limit="1" :fileSize="1" :isShowTip="false"></upimg>
            </el-form-item>
  <el-form-item label="下次谈判时间">
            <el-date-picker style="width: 100%;" v-model="plan_Time" value-format="yyyy-MM-dd HH:mm:ss"
              type="datetimerange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" align="right">
            </el-date-picker>
          </el-form-item>
          </el-form>
        </div>
  
        <div style="display: flex;justify-content: flex-end;">
          <el-button @click="closeFn(1)" class="buttonHover"
            style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;">返回</el-button>
          <el-button @click="addCheck" style="background-color: #3F9B6A;color: #fff">确定</el-button>
        </div>
      </el-dialog>
    </div>
  
  
  </template>
  
  <script>
    import {
      async
    } from 'q'
    import axios from 'axios'
    import {
      contractGetAll,
      contractDel,
      addList,
      updateList,
      queryById,
      cereLeasingById,
      cereLeasingEdit
    } from '../../../api/manage.js'
    import {
     tanGetAll,
     tanAdd,
     tanEdit,
     tanDel,
    } from '../../../api/inr.js'
    import upimg from "@/components/ImageUpload/index"
    import {
      uploadUrl
    } from '@/utils/request'
    export default {
      components: {
        upimg
      },
      data() {
        return {
          uploadFileUrl: uploadUrl, // 请求地址
          detbox: false, //详情
          leixing: true, //切换
          index: 1,
          currentPage: 1,
          total: 100,
          flag: false,
          pageSize: 10,
          ggXin: false,
          formInline: {
            contractNumber: '',
            sectionNumber: '',
            contractName: '',
            contractAmount: '',
            earnestMoney: '',
            contractSigningDate: '',
            contractTerminationDate: '',
            leaseStartDate: '',
            lessorName: '',
            telephone: '',
            bankAccount: '',
            tenantName: '',
            tenantTelephone: '',
            tenantBankAccount: '',
            shopNumber: '',
            shopName: '',
            shopAddress: '',
            shopArea: '',
            storeFormats: '',
            businessProjects: '',
            appendicesContract: '',
          },
          tableData: [],
          secondData: {},
          formSel: {
6ee6b0b7   杨鑫   '最新'
437
438
439
440
441
442
443
444
445
446
447
            pageNumber: 1,
            pageSize: 10,
           cereFollowDetails:{
             cereCustomerInfo:{
               intentCustomerName:'',
               customerLevel:'',
               ziyuanName:'',
               type:''
             }
  
           }
3f535f30   杨鑫   '初始'
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
          },
          pageindex: {
            pageNumber: 1,
            pageSize: 10,
          },
          zhong: {
          negotiationTheme:'',
          bidSegmentNumber:'',
          meetingMinutes:'',
          negotiationContent:'',
          negotiationResult:'',
          otherAttachments:'',
          onSitePhotos:'',
          nextNegotiationStartTime:'',
          nextNegotiationEndTime:''
          },
          plan_Time:[],
          detaiList: {},
          xiangTabs:'first',
          fileData:[],
          steat:true,//编辑切换
6ee6b0b7   杨鑫   '最新'
469
470
          yixiangList:[],
          idCardTime:[],
ab818baa   杨鑫   '1'
471
472
473
          busTime:[],
          xiangData:[],
          genjingData:{}
3f535f30   杨鑫   '初始'
474
475
476
477
478
479
480
481
482
483
484
        }
      },
      created() {
        this.getAll()
      },
      computed: {
  
      },
      methods: {
        chenge(val) {
          this.formSel = {
6ee6b0b7   杨鑫   '最新'
485
486
487
488
489
490
491
492
493
494
495
            pageNumber: 1,
            pageSize: 10,
           cereFollowDetails:{
             cereCustomerInfo:{
               intentCustomerName:'',
               customerLevel:'',
               ziyuanName:'',
               type:''
             }
  
           }
3f535f30   杨鑫   '初始'
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
          }
          this.leixing = !this.leixing
        },
        async getAll(val) {
          const res = await tanGetAll(this.pageindex)
          this.tableData = res.data.content
          this.total = res.data.content.length
        },
  
        // 新增确定按钮
        async addCheck(val) {
  
          if(this.fileData.length !=0){
            this.zhong.otherAttachments = JSON.stringify(this.fileData[0])
          }
          this.zhong.nextNegotiationStartTime =this.plan_Time[0]
    this.zhong.nextNegotiationEndTime =this.plan_Time[1]
    if(this.zhong.negotiationResult == '谈判成功'){
            this.zhong.status = '2'
bc51a62b   杨鑫   '最新'
515
          }else if(this.zhong.negotiationResult == '谈判失败'){
3f535f30   杨鑫   '初始'
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
            this.zhong.status = '3'
          }
  
          await tanEdit(this.zhong)
          this.ggXin = false
          this.getAll()
        },
        dengji(item){
          // const { pageNumber, pageSize, ...rest } = item
          this.plan_Time = []
            const rest = {
              followId :item.followId,
              id:item.id
            }
          this.ggXin = true
          this.zhong = rest
        },
        // 获取时间
        currentTime() {
          let date = new Date();
          let year = date.getFullYear(); //月份从0~11,所以加一
          let month = date.getMonth();
          let dateArr = [date.getMonth() + 1, date.getDate(), date.getHours()]
          for (let i = 0; i < dateArr.length; i++) {
            if (dateArr[i] >= 1 && dateArr[i] <= 9) {
              dateArr[i] = '0' + dateArr[i]
            }
          }
          let strDate = year + '-' + dateArr[0] + '-' + dateArr[1]
          return strDate
        },
  
        //详情
         details(val, item) {
  
         if(typeof item.otherAttachments === 'string' && item.otherAttachments !=''){
         item.otherAttachments =   JSON.parse(item.otherAttachments)
         }
6ee6b0b7   杨鑫   '最新'
554
         this.yixiangList = item.cereFollowDetails.cereCustomerInfo
3f535f30   杨鑫   '初始'
555
            this.secondData = item
ab818baa   杨鑫   '1'
556
557
558
559
560
561
562
563
564
            this.genjingData = item.cereFollowDetails
            if(typeof item.cereFollowDetails.intendedResource == 'string' && item.cereFollowDetails.intendedResource !=''){
              this.xiangData =  JSON.parse(item.cereFollowDetails.intendedResource)
            }else if(typeof item.cereFollowDetails.intendedResource != 'string' && item.cereFollowDetails.intendedResource !=''){
              this.xiangData = item.cereFollowDetails.intendedResource
            }else{
              this.xiangData = []
            }
            console.log(item)
3f535f30   杨鑫   '初始'
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
  this.secondData.otherAttachments = item.otherAttachments
          this.detbox = true
        },
        // 编辑确认
        addbuss(val, item) {
          this.index = val
          this.detbox = false
          this.ggXin = true
  
        },
        handleSizeChange(val) {
          this.pageSize = val
        },
        handleCurrentChange(val) {
          this.currentPage = val
        },
  
        closeFn(val) {
          if (val == 1) {
            this.ggXin = false
          } else {
            this.detbox = false
          }
        },
  
        // 查询按钮
        async onSubmit() {
6ee6b0b7   杨鑫   '最新'
592
593
594
  const res = await tanGetAll(this.formSel)
          this.tableData = res.data.content
          this.total = res.data.content.length
3f535f30   杨鑫   '初始'
595
596
597
598
599
  
        },
        //重置按钮
        resetting() {
          this.formSel = {
6ee6b0b7   杨鑫   '最新'
600
601
602
603
604
605
606
607
608
609
610
611
            pageNumber: 1,
            pageSize: 10,
           cereFollowDetails:{
             cereCustomerInfo:{
               intentCustomerName:'',
               customerLevel:'',
               ziyuanName:'',
               type:''
             }
  
           }
          },
3f535f30   杨鑫   '初始'
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
            this.getAll()
        },
   handleRemove(file, fileList) {
          this.fileData = []
        },
   handleUploadSuccess(response, file, fileList) {
          const fileMsg = {
            name:file.name,
             url: file.response.data.url,
          }
          // 将文件地址存储在 uploadedFiles 数组中
          this.fileData.push(fileMsg);
        },
        async delss(item){
           await tanDel({id:item.id})
           this.getAll()
        },
cc312afb   杨鑫   '最新'
629
630
631
632
       // async gitOut(){
       //    await excelQueryByPage(this.pageindex)
  
       //  },
3f535f30   杨鑫   '初始'
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
      }
    }
  </script>
  
  <style scoped>
    .zhuti {
      padding: 0 20px 20px 20px;
      min-height: calc(100vh - 50px - 20px);
      background-color: #Fff;
  
    }
  
    .chengeXia {
      border-bottom: 6px solid #3F9B6A;
      padding-bottom: 4px;
      color: #3F9B6A;
    }
  
    /deep/ .el-form-item__content {
      line-height: 0;
    }
  
    .tableBtn {
      display: inline-block;
      margin-right: 10px;
      color: #ACACAC;
    }
  
    .formSearch {
      display: flex;
      width: 100%;
      font-size: 14px;
      justify-content: space-between;
    }
  
    .greens {
      color: #3F9B6A;
    }
  
    /deep/ .el-table__row {
      font-size: 14px;
      color: #000000e6;
      height: 42px;
    }
  
    .fenye {
      margin-top: 20px;
      display: flex;
      justify-content: flex-end;
    }
  
    /deep/ .el-pagination.is-background .el-pager li:not(.disabled).active {
      background-color: #3F9B6A;
    }
  
    .el-row {
      margin-bottom: 20px;
  
      &:last-child {
        margin-bottom: 0;
      }
    }
  
    .el-col {
      border-radius: 4px;
    }
  
    .bg-purple-dark {
      background: #99a9bf;
    }
  
    .bg-purple {
      background: #d3dce6;
    }
  
    .bg-purple-light {
      background: #e5e9f2;
    }
  
    .grid-content {
      border-radius: 4px;
      min-height: 36px;
    }
  
    .row-bg {
      padding: 10px 0;
      background-color: #f9fafc;
    }
  
    /deep/ .bg-purple[data-v-0e3fe4ec] {
      background: #fff;
      height: 50px;
    }
  
    /deep/ .bg-purple[data-v-3bebae82] {
      background: #fff;
      height: 50px;
    }
  
    ::v-deep .bg-purple {
      background: #fff;
      height: 50px;
    }
  
    /deep/ .el-form--label-top .el-form-item__label {
      padding: 0;
    }
  
    ::v-deep .el-form-item {
      margin-bottom: 16px;
    }
  
    .device-form .el-form-item__label::after {
      content: "*";
      color: #1A1A1A;
      margin-left: 5px;
      font-size: 16px;
    }
  
  
    ::v-deep .el-dialog__wrapper {
      .el-dialog__header {
        background-color: #FAFAFA;
      }
    }
  
    ::v-deep .el-input__inner:focus {
      border: #3F9B6A 1px solid;
    }
  
    .dialog-footer {
      display: flex;
      justify-content: flex-end;
      border-top: solid rgba(209, 209, 209, 0.2) 2px;
      padding-top: 20px;
    }
  
    ::v-deep .el-input__inner:focus {
      border: #3F9B6A 1px solid;
    }
  
    ::v-deep .el-input__inner:hover {
      border: #3F9B6A 1px solid;
    }
  
    ::v-deep .el-select .el-input.is-focus .el-input__inner {
      border-color: #3F9B6A
    }
  
    .el-select-dropdown__item.selected {
      color: #3F9B6A;
    }
  
    .el-pagination__sizes .el-input .el-input__inner:hover {
      border-color: #3F9B6A;
    }
  
    ::v-deep .el-dialog__wrapper {
  
      .dialog_css {
        margin-right: 12px;
        margin-top: 61px !important;
  
        .el-dialog__title {
          font-size: 16px !important;
          font-weight: 600;
          color: #000;
        }
      }
  
      .diaslog_zhong {
        margin-left: 25%;
        margin-top: 61px !important;
      }
  
    }
  
    ::v-deep .diaslog_zhong {
      margin-left: 20%;
      margin-top: 61px !important;
  
      .el-dialog__header {
        background-color: #fff;
        border-bottom: 1px solid #EFEFEF;
  
        .el-dialog__title {
          font-size: 14px;
          color: #000000e6;
        }
      }
  
      .el-dialog__body {
        padding: 10px 30px 30px 20px
      }
    }
  
    /deep/ .el-table_1_column_8 .hetong {
      color: #7DBB9A;
      text-decoration: underline;
    }
  
    /deep/ .first-column-bg {
      background-color: #FAFAFA !important;
    }
  
    ::v-deep .textarea {
      width: 85%;
  
      .el-textarea__inner {
        width: 100%;
      }
    }
  
    ::v-deep .pass_input {
      width: 100%;
  
      .el-input__inner {
        border: none;
        padding: 0;
      }
    }
  
    ::v-deep .pass_select {
      width: 100%;
  
      .el-input__inner {
        border: none;
        padding: 0;
      }
  
      .el-icon-arrow-up:before {
        content: ''
      }
  
    }
  
    /deep/ .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
      background-color: #fff;
    }
  </style>
  <style lang="scss" scoped>
    ::v-deep .bian_css {
      .el-dialog__header {
        padding: 0px;
      }
  
      .el-input__inner {
        height: 18px;
        border: 0px;
        margin-top: 0px;
      }
  
      .el-input__inner:hover {
        border: 0px;
      }
  
      .el-input__inner:focus {
        border: 0px;
      }
    }
  
    ::v-deep .buttonHover:hover {
      color: #3f9b6a !important;
      border-color: #c5e1d2 !important;
      background-color: #ecf5f0 !important;
      outline: none;
    }
  
    ::v-deep .el-pagination__total {
      position: absolute;
      left: 33px;
    }
  
    ::v-deep .diaslog_zhong {
      .el-dialog__body {
        padding: 10px 20px 20px 20px;
      }
  
      .el-upload--picture-card {
        width: 130px;
        height: 130px;
      }
    }
  </style>