Explorar el Código

提交修改

newStyle
corala hace 2 años
padre
commit
1e1342b239
Se han modificado 24 ficheros con 112 adiciones y 85 borrados
  1. +13
    -13
      src/views/Customer/AgentManagement.vue
  2. +14
    -12
      src/views/Customer/CompanyRecord.vue
  3. +14
    -11
      src/views/Customer/Companymanagement.vue
  4. +3
    -2
      src/views/Customer/SalesStage.vue
  5. +1
    -0
      src/views/Customer/index.vue
  6. +13
    -13
      src/views/Customer/label.vue
  7. +1
    -0
      src/views/Customer/source.vue
  8. +7
    -7
      src/views/Equipment/batch.vue
  9. +2
    -2
      src/views/Equipment/equipmentOnlineRecordList.vue
  10. +5
    -1
      src/views/Equipment/index.vue
  11. +8
    -1
      src/views/Equipment/state.vue
  12. +2
    -2
      src/views/File/index.vue
  13. +2
    -2
      src/views/Receive/index.vue
  14. +1
    -0
      src/views/ReceivingRecords/index.vue
  15. +2
    -2
      src/views/Statistics/Insightintothedetails.vue
  16. +3
    -3
      src/views/Template/Pinspeakwords.vue
  17. +4
    -4
      src/views/Template/SystemarketingWordMB.vue
  18. +1
    -1
      src/views/Template/taboo.vue
  19. +4
    -0
      src/views/Template/wrongword.vue
  20. +1
    -1
      src/views/building/area.vue
  21. +8
    -7
      src/views/building/index.vue
  22. +1
    -0
      src/views/contentManage/updateRecord/questionType.vue
  23. +1
    -1
      src/views/contentManage/updateRecord/update.vue
  24. +1
    -0
      src/views/inspection/ProhibitedList.vue

+ 13
- 13
src/views/Customer/AgentManagement.vue Ver fichero

@@ -27,7 +27,7 @@
<div class="app-titel" style="margin-top: 15px">
<div class="label">代理商名称:</div>
<div>
<el-input class="div-inp" maxlength="30" clearable v-model="agentName"></el-input>
<el-input class="div-inp" maxlength="30" placeholder="代理商名称" clearable v-model="agentName"></el-input>
</div>
<div class="label">运营人员:</div>
<div>
@@ -158,7 +158,7 @@
<el-form :model="addagentobj" label-position="labelPosition" :rules="rules" ref="addagentobj" label-width="140px"
style="width: 80%; margin: 0 auto">
<el-form-item label="代理商名称:" prop="agentName">
<el-input v-model="addagentobj.agentName" maxlength="30" clearable></el-input>
<el-input v-model="addagentobj.agentName" placeholder="代理商名称" maxlength="30" clearable></el-input>
</el-form-item>
<el-form-item label="合同起止日期:" prop="rulestimelist">
<el-date-picker v-model="addagentobj.rulestimelist" style="width:100%" @change="confirmtime2()" type="daterange"
@@ -167,10 +167,10 @@
</el-date-picker>
</el-form-item>
<el-form-item label="联系人:" prop="linkman">
<el-input v-model="addagentobj.linkman" maxlength="20" clearable></el-input>
<el-input v-model="addagentobj.linkman" placeholder="联系人" maxlength="20" clearable></el-input>
</el-form-item>
<el-form-item label="联系手机:" prop="linkmanPhone">
<el-input v-model="addagentobj.linkmanPhone" type="tel" maxlength="11"
<el-input v-model="addagentobj.linkmanPhone" placeholder="联系手机" type="tel" maxlength="11"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));"></el-input>
</el-form-item>

@@ -202,7 +202,7 @@
separator="/" v-model="addagentobj.area" clearable></el-cascader>
</el-form-item>
<el-form-item label="详细地址:" prop="address">
<el-input v-model="addagentobj.address" type="textarea" maxlength="60" show-word-limit></el-input>
<el-input v-model="addagentobj.address" placeholder="详细地址" type="textarea" maxlength="60" show-word-limit></el-input>
</el-form-item>
<!-- <el-form-item label="运营人员:" prop="operationalPeople">
<el-select v-model="addagentobj.operationalPeople" placeholder="请选择">
@@ -217,11 +217,11 @@

</el-form-item> -->
<el-form-item label="管理员账号:" prop="managerPhone">
<el-input auto-complete="new-password" v-model="addagentobj.managerPhone" maxlength="11"
<el-input auto-complete="new-password" placeholder="管理员账号" v-model="addagentobj.managerPhone" maxlength="11"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));"></el-input>
</el-form-item>
<el-form-item label="密码:" prop="managerPassword">
<el-input auto-complete="new-password" :disabled="passFlag" show-password
<el-input auto-complete="new-password" placeholder="密码" :disabled="passFlag" show-password
v-model="addagentobj.managerPassword"></el-input>
</el-form-item>
</el-form>
@@ -235,7 +235,7 @@
<el-form :model="editoragentobj" label-position="labelPosition" :rules="editorrules" ref="editoragentobj"
label-width="140px" style="width: 80%; margin: 0 auto">
<el-form-item label="代理商名称:" prop="agentName">
<el-input v-model="editoragentobj.agentName" maxlength="30" clearable></el-input>
<el-input v-model="editoragentobj.agentName" placeholder="代理商名称" maxlength="30" clearable></el-input>
</el-form-item>
<el-form-item label="合同起止日期:" prop="rulestimelist">
<el-date-picker v-model="editoragentobj.rulestimelist" style="width:100%" @change="confirmtime3()" type="daterange"
@@ -244,10 +244,10 @@
</el-date-picker>
</el-form-item>
<el-form-item label="联系人:" prop="linkman">
<el-input v-model="editoragentobj.linkman" maxlength="20" clearable></el-input>
<el-input v-model="editoragentobj.linkman" placeholder="联系人" maxlength="20" clearable></el-input>
</el-form-item>
<el-form-item label="联系手机:" prop="linkmanPhone">
<el-input v-model="editoragentobj.linkmanPhone" type="tel" maxlength="11"
<el-input v-model="editoragentobj.linkmanPhone" placeholder="联系手机" type="tel" maxlength="11"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));"></el-input>
</el-form-item>

@@ -276,7 +276,7 @@
</el-select>
</el-form-item> -->
<el-form-item label="详细地址:" prop="address">
<el-input v-model="editoragentobj.address" type="textarea" maxlength="60" show-word-limit></el-input>
<el-input v-model="editoragentobj.address" placeholder="详细地址" type="textarea" maxlength="60" show-word-limit></el-input>
</el-form-item>
<!-- <el-form-item label="运营人员:" prop="operationalPeople">
<el-select v-model="editoragentobj.operationalPeople" placeholder="请选择">
@@ -300,10 +300,10 @@
<el-form :model="replaceagentobj" label-position="labelPosition" :rules="ruleser" ref="replaceagentobj"
label-width="140px" style="width: 60%; margin: 0 auto">
<el-form-item label="管理员账号:" prop="managerPhone">
<el-input maxlength="11" v-model="replaceagentobj.managerPhone"></el-input>
<el-input maxlength="11" placeholder="管理员账号" v-model="replaceagentobj.managerPhone"></el-input>
</el-form-item>
<el-form-item label="密码:" prop="managerPassword">
<el-input show-password :disabled="passFlag" v-model="replaceagentobj.managerPassword"></el-input>
<el-input show-password placeholder="密码" :disabled="passFlag" v-model="replaceagentobj.managerPassword"></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer" style="border-top:1px solid #eee;padding-top: 20px;display: flex;justify-content: end;">


+ 14
- 12
src/views/Customer/CompanyRecord.vue Ver fichero

@@ -5,11 +5,11 @@
<div class="app-titel" style="margin-top: 5px">
<div class="label">代理商名称:</div>
<div>
<el-input v-model="operatorName"></el-input>
<el-input v-model="operatorName" placeholder="代理商名称"></el-input>
</div>
<div class="label">公司名称:</div>
<div>
<el-input maxlength="30" clearable v-model="name"></el-input>
<el-input maxlength="30" clearable v-model="name" placeholder="公司名称"></el-input>
</div>
<!-- <div v-if="orgType == 0" class="label">运营人员:</div>
<div v-if="orgType == 0">
@@ -148,13 +148,14 @@
</el-select> -->
<!-- </el-form-item> -->
<el-form-item label="公司名称:" prop="name">
<el-input v-model="addagentobj.name" maxlength="60"></el-input>
<el-input v-model="addagentobj.name" maxlength="60" placeholder="公司名称"></el-input>
</el-form-item>
<el-form-item label="联系人:" prop="contactPerson">
<el-input v-model="addagentobj.contactPerson" maxlength="20"></el-input>
<el-input v-model="addagentobj.contactPerson" maxlength="20" placeholder="联系人"></el-input>
</el-form-item>
<el-form-item label="联系手机:" prop="contactNumber">
<el-input v-model="addagentobj.contactNumber"
placeholder="联系手机"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));" maxlength="11"></el-input>
</el-form-item>

@@ -179,7 +180,7 @@
</el-select>
</el-form-item> -->
<el-form-item label="详细地址:" prop="address">
<el-input v-model="addagentobj.address" type="textarea" maxlength="60" show-word-limit></el-input>
<el-input v-model="addagentobj.address" placeholder="详细地址"type="textarea" maxlength="60" show-word-limit></el-input>
</el-form-item>
<!-- <el-form-item label="运营人员:" prop="operationStaff">
<el-select v-model="addagentobj.operationStaff" placeholder="请选择">
@@ -194,11 +195,11 @@

</el-form-item> -->
<el-form-item label="管理员账号:" prop="managerPhone">
<el-input auto-complete="new-password" maxlength="11" v-model="addagentobj.managerPhone"></el-input>
<el-input auto-complete="new-password" placeholder="管理员账号" maxlength="11" v-model="addagentobj.managerPhone"></el-input>
</el-form-item>
<el-form-item label="密码:" prop="managerPassword">
<el-input auto-complete="new-password" show-password :disabled="passFlag"
v-model="addagentobj.managerPassword"></el-input>
v-model="addagentobj.managerPassword" placeholder="密码"></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer"
@@ -218,13 +219,14 @@
</el-select> -->
<!-- </el-form-item> -->
<el-form-item label="公司名称:" prop="name">
<el-input v-model="editoragentobj.name" maxlength="60"></el-input>
<el-input v-model="editoragentobj.name" maxlength="60" placeholder="公司名称"></el-input>
</el-form-item>
<el-form-item label="联系人:" prop="contactPerson">
<el-input v-model="editoragentobj.contactPerson" maxlength="20"></el-input>
<el-input v-model="editoragentobj.contactPerson" maxlength="20" placeholder="联系人"></el-input>
</el-form-item>
<el-form-item label="联系手机:" prop="contactNumber">
<el-input v-model="editoragentobj.contactNumber"
placeholder="联系手机"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));" maxlength="11"></el-input>
</el-form-item>

@@ -249,7 +251,7 @@
</el-select>
</el-form-item> -->
<el-form-item label="详细地址:" prop="address">
<el-input v-model="editoragentobj.address" type="textarea" maxlength="60" show-word-limit></el-input>
<el-input v-model="editoragentobj.address" placeholder="详细地址" type="textarea" maxlength="60" show-word-limit></el-input>
</el-form-item>
<!-- <el-form-item label="运营人员:" prop="operationStaff">
<el-select v-model="editoragentobj.operationStaff" placeholder="请选择">
@@ -274,10 +276,10 @@
<el-form :model="replaceagentobj" label-position="labelPosition" :rules="ruleser" ref="replaceagentobj"
label-width="140px" style="width: 80%; margin: 0 auto">
<el-form-item label="管理员账号:" prop="managerPhone">
<el-input maxlength="11" v-model="replaceagentobj.managerPhone"></el-input>
<el-input maxlength="11" placeholder="管理员账号" v-model="replaceagentobj.managerPhone"></el-input>
</el-form-item>
<el-form-item label="密码:" prop="managerPassword">
<el-input show-password :disabled="passFlag" v-model="replaceagentobj.managerPassword"></el-input>
<el-input show-password :disabled="passFlag" placeholder="密码" v-model="replaceagentobj.managerPassword"></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer"


+ 14
- 11
src/views/Customer/Companymanagement.vue Ver fichero

@@ -5,11 +5,11 @@
<div class="app-titel" style="margin-top: 5px">
<div class="label">代理商:</div>
<div>
<el-input v-model="operatorName"></el-input>
<el-input v-model="operatorName" placeholder="代理商"></el-input>
</div>
<div class="label">公司名称:</div>
<div>
<el-input maxlength="30" clearable v-model="name"></el-input>
<el-input maxlength="30" clearable placeholder="公司名称" v-model="name"></el-input>
</div>
<!-- <div v-if="orgType == 0" class="label">运营人员:</div>
<div v-if="orgType == 0">
@@ -170,6 +170,7 @@
<el-input
v-model="addagentobj.name"
maxlength="8"
placeholder="公司名称"
clearable
></el-input>
</el-form-item>
@@ -177,6 +178,7 @@
<el-input
v-model="addagentobj.contactPerson"
maxlength="10"
placeholder="联系人"
clearable
></el-input>
</el-form-item>
@@ -184,6 +186,7 @@
<el-input
v-model="addagentobj.contactNumber"
type="tel"
placeholder="联系手机"
maxlength="11"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));"
></el-input>
@@ -216,7 +219,7 @@
</el-select>
</el-form-item>
<el-form-item label="详细地址:" prop="address">
<el-input v-model="addagentobj.address"></el-input>
<el-input v-model="addagentobj.address" placeholder="详细地址"></el-input>
</el-form-item>
<!-- <el-form-item label="运营人员:" prop="operationStaff">
<el-select v-model="addagentobj.operationStaff" placeholder="请选择">
@@ -231,10 +234,10 @@

</el-form-item> -->
<el-form-item label="管理员账号:" prop="managerPhone">
<el-input v-model="addagentobj.managerPhone"></el-input>
<el-input v-model="addagentobj.managerPhone" placeholder="管理员账号"></el-input>
</el-form-item>
<el-form-item label="密码:" prop="managerPassword">
<el-input v-model="addagentobj.managerPassword"></el-input>
<el-input v-model="addagentobj.managerPassword" placeholder="密码"></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer" style="border-top:1px solid #eee;padding-top: 20px;display: flex;justify-content: end;">
@@ -259,13 +262,13 @@
</el-select> -->
<!-- </el-form-item> -->
<el-form-item label="公司名称:" prop="name">
<el-input v-model="editoragentobj.name"></el-input>
<el-input v-model="editoragentobj.name" placeholder="公司名称"></el-input>
</el-form-item>
<el-form-item label="联系人:" prop="contactPerson">
<el-input v-model="editoragentobj.contactPerson"></el-input>
<el-input v-model="editoragentobj.contactPerson" placeholder="联系人"></el-input>
</el-form-item>
<el-form-item label="联系手机:" prop="contactNumber">
<el-input v-model="editoragentobj.contactNumber"></el-input>
<el-input v-model="editoragentobj.contactNumber" placeholder="联系手机"></el-input>
</el-form-item>
<el-form-item label="省:" prop="provinceId">
<el-select
@@ -294,7 +297,7 @@
</el-select>
</el-form-item>
<el-form-item label="详细地址:" prop="address">
<el-input v-model="editoragentobj.address"></el-input>
<el-input v-model="editoragentobj.address" placeholder="详细地址"></el-input>
</el-form-item>
<!-- <el-form-item label="运营人员:" prop="operationStaff">
<el-select v-model="editoragentobj.operationStaff" placeholder="请选择">
@@ -324,10 +327,10 @@
style="width: 60%; margin: 0 auto"
>
<el-form-item label="管理员账号:" prop="managerPhone">
<el-input v-model="replaceagentobj.managerPhone"></el-input>
<el-input v-model="replaceagentobj.managerPhone" placeholder="管理员账号"></el-input>
</el-form-item>
<el-form-item label="密码:" prop="managerPassword">
<el-input v-model="replaceagentobj.managerPassword"></el-input>
<el-input v-model="replaceagentobj.managerPassword" placeholder="密码"></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer" style="border-top:1px solid #eee;padding-top: 20px;display: flex;justify-content: end;">


+ 3
- 2
src/views/Customer/SalesStage.vue Ver fichero

@@ -67,17 +67,18 @@
style="width: 100%; margin: 0 auto"
>
<el-form-item label="阶段名称:" prop="stageName">
<el-input v-model="ruleForm.stageName" maxlength="10" clearable=""></el-input>
<el-input v-model="ruleForm.stageName" placeholder="阶段名称" maxlength="10" clearable=""></el-input>
</el-form-item>
<el-form-item label="顺序:" prop="sort">
<el-input
maxlength="5"
v-model="ruleForm.sort"
placeholder="顺序"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));"
></el-input>
</el-form-item>
<el-form-item label="备注:">
<el-input v-model="ruleForm.remarks" type="textarea" maxlength="50" show-word-limit></el-input>
<el-input v-model="ruleForm.remarks" placeholder="备注" type="textarea" maxlength="50" show-word-limit></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer" style="border-top:1px solid #eee;padding-top: 20px;display: flex;justify-content: end;">


+ 1
- 0
src/views/Customer/index.vue Ver fichero

@@ -93,6 +93,7 @@
class="div-inpbox"
maxlength="10"
clearable
placeholder="客户名称"
v-model="searchForm.name"
></el-input>
</div>


+ 13
- 13
src/views/Customer/label.vue Ver fichero

@@ -101,12 +101,12 @@
>
<span>面积区间:</span>
<span style="width: 100px"
><el-input type="number" v-model="addForm.name"></el-input
><el-input type="number" placeholder="面积区间" v-model="addForm.name"></el-input
></span>
<span style="margin-left: 6px">平方</span>
<span style="margin-left: 12px; margin-right: 12px">~</span>
<span style="width: 100px"
><el-input type="number" v-model="addForm.endName"></el-input
><el-input type="number" placeholder="面积区间" v-model="addForm.endName"></el-input
></span>
<span style="margin-left: 6px">平方</span>
</div>
@@ -116,12 +116,12 @@
>
<span>预算区间:</span>
<span style="width: 100px"
><el-input type="number" v-model="addForm.name"></el-input
><el-input type="number" placeholder="预算区间" v-model="addForm.name"></el-input
></span>
<span style="margin-left: 6px">万元</span>
<span style="margin-left: 12px; margin-right: 12px">~</span>
<span style="width: 100px"
><el-input type="number" v-model="addForm.endName"></el-input
><el-input type="number" placeholder="预算区间" v-model="addForm.endName"></el-input
></span>
<span style="margin-left: 6px">万元</span>
</div>
@@ -133,21 +133,21 @@
v-if="level == 0"
:label-width="formLabelWidth"
>
<el-input v-model="addForm.name" maxlength="8" autocomplete="off"></el-input>
<el-input v-model="addForm.name" placeholder="一级大类名称" maxlength="8" autocomplete="off"></el-input>
</el-form-item>
<el-form-item
label="二级名称:"
v-if="level == 2"
:label-width="formLabelWidth"
>
<el-input v-model="addForm.name" maxlength="8" autocomplete="off"></el-input>
<el-input v-model="addForm.name" placeholder="二级名称" maxlength="8" autocomplete="off"></el-input>
</el-form-item>
<el-form-item
label="三级名称:"
v-if="level == 3"
:label-width="formLabelWidth"
>
<el-input v-model="addForm.name" maxlength="8" autocomplete="off"></el-input>
<el-input v-model="addForm.name" placeholder="三级名称" maxlength="8" autocomplete="off"></el-input>
</el-form-item>
</el-col>
</el-row>
@@ -176,12 +176,12 @@
>
<span>面积区间:</span>
<span style="width: 100px"
><el-input type="number" v-model="frosasd.name"></el-input
><el-input type="number" placeholder="面积区间" v-model="frosasd.name"></el-input
></span>
<span style="margin-left: 6px">平方</span>
<span style="margin-left: 12px; margin-right: 12px">~</span>
<span style="width: 100px"
><el-input type="number" v-model="frosasd.endName"></el-input
><el-input type="number" placeholder="面积区间" v-model="frosasd.endName"></el-input
></span>
<span style="margin-left: 6px">平方</span>
</div>
@@ -191,12 +191,12 @@
>
<span>预算区间:</span>
<span style="width: 100px"
><el-input type="number" v-model="frosasd.name"></el-input
><el-input type="number" placeholder="预算区间" v-model="frosasd.name"></el-input
></span>
<span style="margin-left: 6px">万元</span>
<span style="margin-left: 12px; margin-right: 12px">~</span>
<span style="width: 100px"
><el-input type="number" v-model="frosasd.endName"></el-input
><el-input type="number" placeholder="预算区间" v-model="frosasd.endName"></el-input
></span>
<span style="margin-left: 6px">万元</span>
</div>
@@ -207,7 +207,7 @@
<div style="width:88%">
<el-input maxlength="8"
v-model="frosasd.name"
placeholder="类名"
type="text"
></el-input>
</div>
@@ -253,7 +253,7 @@
<el-form-item
label="名称:"
>
<el-input style="width:300px;" v-model="addForm2.name" maxlength="8" autocomplete="off"></el-input>
<el-input style="width:300px;" placeholder="名称" v-model="addForm2.name" maxlength="8" autocomplete="off"></el-input>
</el-form-item>
</el-col>
</el-row>


+ 1
- 0
src/views/Customer/source.vue Ver fichero

@@ -54,6 +54,7 @@
v-model="ruleForm.sourceName"
maxlength="8"
clearable
placeholder="客户来源"
></el-input>
</el-form-item>
</el-form>


+ 7
- 7
src/views/Equipment/batch.vue Ver fichero

@@ -7,7 +7,7 @@
<div style="display: flex;align-items: center;">
<div class="label">批次号:</div>
<div>
<el-input v-model="batchId" maxlength="20" clearable></el-input>
<el-input v-model="batchId" placeholder="批次号" maxlength="20" clearable></el-input>
</div>
<div style="margin-left: 20px">
<el-button type="primary" @click="Screening()">筛选</el-button
@@ -102,22 +102,22 @@
<el-dialog :title='isshow' :visible.sync="dialogVisible" @closed='clear' :center="true" width="600px">
<el-form :model="addagentobj" label-position="labelPosition" :rules="rules" ref="addagentobj" label-width="110px" style="width:90%; margin: 0 auto;">
<el-form-item label="批次号" prop="batchId">
<el-input v-model="addagentobj.batchId" maxlength="20" clearable></el-input>
<el-input v-model="addagentobj.batchId" placeholder="批次号" maxlength="20" clearable></el-input>
</el-form-item>
<el-form-item label="应收设备数量" prop="realityEquipmentCount">
<el-input v-model="addagentobj.realityEquipmentCount" onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));" maxlength="5" clearable></el-input>
<el-input placeholder="应收设备数量" v-model="addagentobj.realityEquipmentCount" onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));" maxlength="5" clearable></el-input>
</el-form-item>
<el-form-item label="实收设备数量" prop="receivableEquipmentCount">
<el-input v-model="addagentobj.receivableEquipmentCount" onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));" maxlength="5" clearable></el-input>
<el-input placeholder="实收设备数量" v-model="addagentobj.receivableEquipmentCount" onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));" maxlength="5" clearable></el-input>
</el-form-item>
<el-form-item label="设备号开头" prop="deviceNoStart">
<el-input v-model="addagentobj.deviceNoStart" clearable maxlength="10"></el-input>
<el-input placeholder="设备号开头" v-model="addagentobj.deviceNoStart" clearable maxlength="10"></el-input>
</el-form-item>
<el-form-item label="设备号结尾" prop="deviceNoEnd">
<el-input v-model="addagentobj.deviceNoEnd" clearable maxlength="10"></el-input>
<el-input placeholder="设备号结尾" v-model="addagentobj.deviceNoEnd" clearable maxlength="10"></el-input>
</el-form-item>
<el-form-item label="备注:">
<el-input type="textarea" v-model="addagentobj.remark" maxlength="50" show-word-limit></el-input>
<el-input placeholder="备注" type="textarea" v-model="addagentobj.remark" maxlength="50" show-word-limit></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer" style="border-top:1px solid #eee;padding-top: 20px;display: flex;justify-content: end;">


+ 2
- 2
src/views/Equipment/equipmentOnlineRecordList.vue Ver fichero

@@ -178,13 +178,13 @@
>
<span style="line-height: 40px" class="demonstration">领用人:</span>
<div style="width: 200px">
<el-input v-model="page.accountName"></el-input>
<el-input v-model="page.accountName" placeholder="领用人"></el-input>
</div>
<span class="demonstration" style="margin-left: 18px; line-height: 40px"
>设备编号:</span
>
<div style="width: 200px">
<el-input v-model="page.imei"></el-input>
<el-input v-model="page.imei" placeholder="设备编号"></el-input>
</div>
<span class="demonstration" style="margin-left: 18px; line-height: 40px"
>录音结果:</span


+ 5
- 1
src/views/Equipment/index.vue Ver fichero

@@ -452,7 +452,7 @@
label-width="100px"
>
<el-form-item label="设备号" prop="imei">
<el-input v-model="addForm.imei" style="width: 80%" maxlength="20" clearable></el-input>
<el-input v-model="addForm.imei" placeholder="设备号" style="width: 80%" maxlength="20" clearable></el-input>
</el-form-item>
<!-- <el-form-item label="转写方式" prop="defaultTransliteration">
<el-radio-group v-model="addForm.defaultTransliteration">
@@ -484,6 +484,7 @@
style="width: 80%"
maxlength="50"
show-word-limit
placeholder="备注"
v-model="addForm.remark"
></el-input>
</el-form-item>
@@ -506,6 +507,7 @@
v-model="editForm.imei"
maxlength="20"
clearable
placeholder="设备号"
style="width: 80%"
disabled
></el-input>
@@ -526,6 +528,7 @@
style="width: 80%"
v-model="editForm.desc"
maxlength="50"
placeholder="报损原因"
show-word-limit
></el-input>
</el-form-item>
@@ -576,6 +579,7 @@
style="width: 80%"
v-model="bindForm.remark"
maxlength="50"
placeholder="备注"
show-word-limit
></el-input>
</el-form-item>


+ 8
- 1
src/views/Equipment/state.vue Ver fichero

@@ -535,6 +535,7 @@
<el-input
v-model="receiveForm.bindHouseName"
style="width: 80%"
placeholder="项目"
disabled
></el-input>
</el-form-item>
@@ -607,13 +608,14 @@
class="demo-ruleForm"
>
<el-form-item label="设备号" prop="imei">
<el-input v-model="wifiForm.imei" disabled></el-input>
<el-input v-model="wifiForm.imei" placeholder="设备号" disabled></el-input>
</el-form-item>
<div>主WiFi</div>
<el-form-item label="wifi名称" prop="masterWifiName">
<el-input
v-model="wifiForm.masterWifiName"
maxlength="20"
placeholder="wifi名称"
clearable
></el-input>
</el-form-item>
@@ -621,6 +623,7 @@
<el-input
v-model="wifiForm.masterWifiPassword"
show-password
placeholder="wifi密码"
></el-input>
</el-form-item>
<div>备用一</div>
@@ -628,6 +631,7 @@
<el-input
v-model="wifiForm.spareOneWifiName"
maxlength="20"
placeholder="wifi名称"
clearable
></el-input>
</el-form-item>
@@ -635,6 +639,7 @@
<el-input
v-model="wifiForm.spareOneWifiPassword"
show-password
placeholder="wifi密码"
></el-input>
</el-form-item>
<div>备用二</div>
@@ -642,6 +647,7 @@
<el-input
v-model="wifiForm.spareTwoWifiName"
maxlength="20"
placeholder="wifi名称"
clearable
></el-input>
</el-form-item>
@@ -649,6 +655,7 @@
<el-input
v-model="wifiForm.spareTwoWifiPassword"
show-password
placeholder="wifi密码"
></el-input>
</el-form-item>
<el-form-item style="border-top:1px solid #eee;padding-top: 20px;display: flex;justify-content: end;">


+ 2
- 2
src/views/File/index.vue Ver fichero

@@ -6,11 +6,11 @@
<div class="app-titel" style="margin-top: 5px">
<div class="label">用户名:</div>
<div>
<el-input maxlength="10" clearable v-model="username"></el-input>
<el-input maxlength="10" placeholder="用户名" clearable v-model="username"></el-input>
</div>
<div class="label">设备编号:</div>
<div>
<el-input maxlength="20" clearable v-model="imei"></el-input>
<el-input maxlength="20" placeholder="设备编号" clearable v-model="imei"></el-input>
</div>
<div class="label">录音来源:</div>
<div>


+ 2
- 2
src/views/Receive/index.vue Ver fichero

@@ -387,10 +387,10 @@
@close="$refs.form.resetFields()">
<el-form :model="form" ref="form" label-width="80px" :rules="rules">
<el-form-item label="常错词" prop="wrongWord">
<el-input v-model="form.wrongWord" :disabled="isNum" maxlength="8" autocomplete="off"></el-input>
<el-input v-model="form.wrongWord" :disabled="isNum" placeholder="常错词" maxlength="8" autocomplete="off"></el-input>
</el-form-item>
<el-form-item label="正确词" prop="correctWord">
<el-input v-model="form.correctWord" maxlength="8" autocomplete="off"></el-input>
<el-input v-model="form.correctWord" maxlength="8" placeholder="正确词" autocomplete="off"></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer" style="border-top:1px solid #eee;padding-top: 20px;display: flex;justify-content: end;">


+ 1
- 0
src/views/ReceivingRecords/index.vue Ver fichero

@@ -84,6 +84,7 @@
class="div-inp"
maxlength="10"
clearable
placeholder="客户名称"
v-model="searchForm.name"
></el-input>
</div>


+ 2
- 2
src/views/Statistics/Insightintothedetails.vue Ver fichero

@@ -32,11 +32,11 @@
<div class="app-titel" style="margin-top: 15px">
<div class="label">客户名称:</div>
<div>
<el-input v-model="fromobj.name"></el-input>
<el-input v-model="fromobj.name" placeholder="客户名称"></el-input>
</div>
<div class="label">置业顾问:</div>
<div>
<el-input v-model="fromobj.agentName"></el-input>
<el-input v-model="fromobj.agentName" placeholder="置业顾问"></el-input>
</div>
</div>



+ 3
- 3
src/views/Template/Pinspeakwords.vue Ver fichero

@@ -50,13 +50,13 @@
<el-row :gutter="24">
<el-col :span="24">
<el-form-item label="一级大类名称:" v-if="level == 0" :label-width="formLabelWidth">
<el-input v-model="addForm.name" maxlength="8" autocomplete="off"></el-input>
<el-input v-model="addForm.name" placeholder="一级大类名称" maxlength="8" autocomplete="off"></el-input>
</el-form-item>
<el-form-item label="二级小类名称:" v-if="level == 1" :label-width="formLabelWidth">
<el-input v-model="addForm.name" maxlength="8" autocomplete="off"></el-input>
<el-input v-model="addForm.name" placeholder="二级小类名称" maxlength="8" autocomplete="off"></el-input>
</el-form-item>
<el-form-item label="三级小类名称:" v-if="level == 2" :label-width="formLabelWidth">
<el-input v-model="addForm.name" maxlength="8" autocomplete="off"></el-input>
<el-input v-model="addForm.name" placeholder="三级小类名称" maxlength="8" autocomplete="off"></el-input>
</el-form-item>
</el-col>
</el-row>


+ 4
- 4
src/views/Template/SystemarketingWordMB.vue Ver fichero

@@ -105,13 +105,13 @@
<el-row :gutter="10">
<el-col :span="24">
<el-form-item label="一级大类名称:" v-if="level==0" :label-width="formLabelWidth">
<el-input v-model="addForm.name" autocomplete="off"></el-input>
<el-input v-model="addForm.name" placeholder="一级大类名称" autocomplete="off"></el-input>
</el-form-item>
<el-form-item label="二级小类名称:" v-if="level==1" :label-width="formLabelWidth">
<el-input v-model="addForm.name" autocomplete="off"></el-input>
<el-input v-model="addForm.name" placeholder="二级小类名称" autocomplete="off"></el-input>
</el-form-item>
<el-form-item label="三级小类名称:" v-if="level==2" :label-width="formLabelWidth">
<el-input v-model="addForm.name" autocomplete="off"></el-input>
<el-input v-model="addForm.name" placeholder="三级小类名称" autocomplete="off"></el-input>
</el-form-item>
</el-col>
</el-row>
@@ -127,7 +127,7 @@
<div style="display: flex;align-items: center;height: 40px;">
<div>类名:</div>
<div style="width:88%">
<el-input type="text" v-model="frosasd.name" autocomplete="off"></el-input>
<el-input type="text" placeholder="类名" v-model="frosasd.name" autocomplete="off"></el-input>
</div>
</div>



+ 1
- 1
src/views/Template/taboo.vue Ver fichero

@@ -101,7 +101,7 @@
style="width: 100%; margin: 0 auto"
>
<el-form-item label="敏感词" prop="words">
<el-input v-model="ruleForm.words" maxlength="8" clearable></el-input>
<el-input v-model="ruleForm.words" placeholder="敏感词" maxlength="8" clearable></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer" style="border-top:1px solid #eee;padding-top: 20px;display: flex;justify-content: end;">


+ 4
- 0
src/views/Template/wrongword.vue Ver fichero

@@ -30,6 +30,7 @@
<el-input
maxlength="8"
clearable
placeholder="正确词"
v-model="searchForm.correctWord"
></el-input>
</div>
@@ -38,6 +39,7 @@
<el-input
maxlength="8"
clearable
placeholder="错误词"
v-model="searchForm.wrongWord"
></el-input>
</div>
@@ -128,6 +130,7 @@
<el-input
v-model="ruleForm.correctWord"
maxlength="8"
placeholder="正确词"
clearable
></el-input>
</el-form-item>
@@ -135,6 +138,7 @@
<el-input
v-model="ruleForm.wrongWord"
maxlength="8"
placeholder="错误词"
clearable
></el-input>
</el-form-item>


+ 1
- 1
src/views/building/area.vue Ver fichero

@@ -73,7 +73,7 @@
label-width="100px"
>
<el-form-item label="区域名称" prop="areaName">
<el-input v-model="ruleForm.areaName" maxlength="8" clearable></el-input>
<el-input v-model="ruleForm.areaName" placeholder="区域名称" maxlength="8" clearable></el-input>
</el-form-item>
<el-form-item label="负责省份" prop="provinceItem">
<el-select


+ 8
- 7
src/views/building/index.vue Ver fichero

@@ -297,7 +297,7 @@
</el-radio-group>
</el-form-item>
<el-form-item label="项目名称" prop="propertyName">
<el-input v-model="ruleForm.propertyName" maxlength="30" clearable></el-input>
<el-input v-model="ruleForm.propertyName" placeholder="项目名称" maxlength="30" clearable></el-input>
</el-form-item>
<el-form-item label="合同起止日期" prop="startWorking" v-if="orgType != 2">
<el-date-picker v-model="time" style="width: 100%" @change="timeChange" type="daterange" range-separator="-"
@@ -306,10 +306,10 @@
</el-date-picker>
</el-form-item>
<el-form-item label="联系人" prop="linkman">
<el-input v-model="ruleForm.linkman" maxlength="20" clearable></el-input>
<el-input v-model="ruleForm.linkman" maxlength="20" placeholder="联系人" clearable></el-input>
</el-form-item>
<el-form-item label="联系手机" prop="linkmanPhone">
<el-input v-model="ruleForm.linkmanPhone" type="tel" maxlength="11"
<el-input v-model="ruleForm.linkmanPhone" type="tel" placeholder="联系手机" maxlength="11"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));"></el-input>
</el-form-item>
<el-form-item label="项目地区" prop="provinceId">
@@ -317,15 +317,16 @@
separator="/" v-model="ruleForm.area" filterable clearable></el-cascader>
</el-form-item>
<el-form-item label="详细地址" prop="address">
<el-input v-model="ruleForm.address" type="textarea" maxlength="60" show-word-limit></el-input>
<el-input v-model="ruleForm.address" placeholder="详细地址" type="textarea" maxlength="60" show-word-limit></el-input>
</el-form-item>
<el-form-item label="管理员账号" prop="managerPhone" v-if="!editFlag">
<el-input auto-complete="new-password" maxlength="11"
placeholder="管理员账号"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));" v-model="ruleForm.managerPhone">
</el-input>
</el-form-item>
<el-form-item label="管理员密码" prop="managerPassword" v-if="!editFlag">
<el-input auto-complete="new-password" v-model="ruleForm.managerPassword" maxlength="18" type="passsword"
<el-input auto-complete="new-password" placeholder="管理员密码" v-model="ruleForm.managerPassword" maxlength="18" type="passsword"
show-password :disabled="passFlag"></el-input>
</el-form-item>
</el-form>
@@ -343,11 +344,11 @@
<el-dialog title="更换账号" :visible.sync="changeFlag" @close="$refs.accountForm.resetFields()" width="400px" :center="true">
<el-form :model="accountForm" label-width="100px" ref="accountForm" :rules="accountRules">
<el-form-item label="管理员账号:" prop="managerPhone">
<el-input style="width: 200px" maxlength="11" v-model.number="accountForm.managerPhone"
<el-input style="width: 200px" maxlength="11" placeholder="管理员账号" v-model.number="accountForm.managerPhone"
onkeypress="return (/[\d]/.test(String.fromCharCode(event.keyCode)));"></el-input>
</el-form-item>
<el-form-item label="管理员密码:" prop="managerPassword">
<el-input style="width: 200px" :disabled="passFlag" show-password v-model="accountForm.managerPassword">
<el-input style="width: 200px" :disabled="passFlag" placeholder="管理员密码" show-password v-model="accountForm.managerPassword">
</el-input>
</el-form-item>
</el-form>


+ 1
- 0
src/views/contentManage/updateRecord/questionType.vue Ver fichero

@@ -47,6 +47,7 @@
<el-input
v-model="form.name"
maxlength="8"
placeholder="问题类型"
style="width: 180px"
autocomplete="off"
></el-input>


+ 1
- 1
src/views/contentManage/updateRecord/update.vue Ver fichero

@@ -9,7 +9,7 @@
class="demo-ruleForm"
>
<el-form-item label="标题" prop="title">
<el-input v-model="ruleForm.title"></el-input>
<el-input v-model="ruleForm.title" placeholder="标题"></el-input>
</el-form-item>
<el-form-item label="更新涉及" prop="seeFlag" v-if="isShowPj">
<!-- <el-checkbox-group v-model="ruleForm.seeFlag">


+ 1
- 0
src/views/inspection/ProhibitedList.vue Ver fichero

@@ -101,6 +101,7 @@
<el-input
maxlength="10"
clearable
placeholder="置业顾问"
v-model="searchForm.name"
></el-input>
</div>


Cargando…
Cancelar
Guardar