Przeglądaj źródła

人员组织placeholder添加

songxy 1 rok temu
rodzic
commit
611310e135

+ 3 - 0
client/.env.pro

@@ -9,6 +9,9 @@ VITE_BASE_URL='http://oa.zjugis.com:28080'
 # 上传路径
 VITE_UPLOAD_URL='http://oa.zjugis.com:28080/admin-api/infra/file/upload'
 
+# 流程详情页面路径
+VITE_PROCESS_DETAIL_URI='http://oa.zjugis.com:28080/workflow'
+
 # 接口前缀
 VITE_API_BASEPATH=
 

+ 1 - 1
client/src/views/OaSystem/financialManagement/kpglPage/deptIndex.vue

@@ -20,7 +20,7 @@
       </div>
       <div class="form">
         <span class="formSpan">销售经理:</span>
-        <UserOrgTree v-model="queryParams['managerId']" />
+        <UserOrgTree v-model="queryParams['managerId']" placeholder="请选择销售经理" />
       </div>
       <div class="form">
         <span class="formSpan">项目名称:</span>

+ 1 - 1
client/src/views/OaSystem/financialManagement/kpglPage/index.vue

@@ -20,7 +20,7 @@
       </div>
       <div class="form">
         <span class="formSpan">销售经理:</span>
-        <UserOrgTree v-model="queryParams['managerId']" />
+        <UserOrgTree v-model="queryParams['managerId']" placeholder="请选择销售经理" />
       </div>
       <div class="form">
         <span class="formSpan">责任部门:</span>

+ 1 - 1
client/src/views/OaSystem/projectCenter/projectBook/projectBook.vue

@@ -11,7 +11,7 @@
       </div>
       <div class="form">
         <span class="formSpan">项目经理:</span>
-        <UserOrgTree v-model="queryParams['xmjlId']" />
+        <UserOrgTree v-model="queryParams['xmjlId']" placeholder="请选择项目经理" />
       </div>
       <div class="form">
         <span class="formSpan">责任部门:</span>

+ 5 - 1
client/src/views/OaSystem/projectCenter/projectDetail/components/xmht/index.vue

@@ -199,7 +199,11 @@
             <tr>
               <td class="th">销售经理:</td>
               <td>
-                <UserOrgTree v-model="mContractDetail.areaManagerId" :disabled="!editor" />
+                <UserOrgTree
+                  v-model="mContractDetail.areaManagerId"
+                  :disabled="!editor"
+                  placeholder="请选择销售经理"
+                />
               </td>
               <td class="th">签订方式:</td>
               <td>

+ 1 - 0
client/src/views/OaSystem/projectCenter/projectDetail/components/xmxx/index.vue

@@ -108,6 +108,7 @@
                   <UserOrgTree
                     class="form-item-disable-style"
                     v-model="projectDetail['xsryId']"
+                    placeholder="请选择销售人员"
                     :disabled="!editor"
                   />
                 </td>

+ 8 - 3
client/src/views/OaSystem/projectCenter/purchaseContract/purchaseContract.vue

@@ -26,7 +26,12 @@
       </div>
       <div class="form">
         <span class="formSpan">签订方式:</span>
-        <el-select width="160px" clearable v-model="queryParams.signWay" placeholder="请选择行业">
+        <el-select
+          width="160px"
+          clearable
+          v-model="queryParams.signWay"
+          placeholder="请选择签订方式"
+        >
           <el-option
             v-for="item in signWayAllList"
             :key="item.value"
@@ -37,11 +42,11 @@
       </div>
       <div class="form">
         <span class="formSpan">销售经理:</span>
-        <UserOrgTree v-model="queryParams['managerId']" />
+        <UserOrgTree v-model="queryParams['managerId']" placeholder="请选择销售经理" />
       </div>
       <div class="form">
         <span class="formSpan">责任部门:</span>
-        <DeptTree v-model="queryParams['deptId']" />
+        <DeptTree v-model="queryParams['deptId']" placeholder="请选择责任部门" />
       </div>
       <div class="form">
         <span class="formSpan">合同主类型:</span>

+ 1 - 1
client_h5/index.html

@@ -6,7 +6,7 @@
     <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1">
     <script src='https://cdn.bootcss.com/vConsole/3.3.2/vconsole.min.js'></script>
     <script type="text/javascript">
-      window.vConsole = new window.VConsole()
+      // window.vConsole = new window.VConsole()
       window.locationBaseUrl = "/html_h5"
     </script>
     <title></title>