liangjiahao 3 năm trước cách đây
mục cha
commit
276ead1ce7

+ 1 - 1
src/components/look_word/bdglfilemanagement.vue

@@ -28,7 +28,7 @@
           mso-border-insidev: 0.5pt solid windowtext;
 
           mso-padding-alt: 0pt 0pt 0pt 0pt;
-          margin-left: -20px;
+          margin-left: 0px;
         "
         width="960"
         bordercolor="black"

+ 2 - 1
src/views/grassrootsregistration/bdglarmament/index.vue

@@ -585,7 +585,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除军械装备登记簿编号为"' + ids + '"的数据项?')
+      .confirm('是否确认删除该数据?')
+        // .confirm('是否确认删除军械装备登记簿编号为"' + ids + '"的数据项?')
         .then(function () {
           return delBdglarmament(ids);
         })

+ 2 - 1
src/views/grassrootsregistration/bdglcookbook/index.vue

@@ -4152,7 +4152,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除一周食谱编号为"' + ids + '"的数据项?')
+        // .confirm('是否确认删除一周食谱编号为"' + ids + '"的数据项?')
+        .confirm('是否确认删除该数据?')
         .then(function () {
           return delBdglcookbook(ids);
         })

+ 2 - 1
src/views/grassrootsregistration/bdgldiary/index.vue

@@ -1314,7 +1314,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除要事日记编号为"' + ids + '"的数据项?')
+        // .confirm('是否确认删除要事日记编号为"' + ids + '"的数据项?')
+        .confirm('是否确认删除该数据?')
         .then(function () {
           return delBdgldiary(ids);
         })

+ 2 - 1
src/views/grassrootsregistration/bdgldrill/index.vue

@@ -480,7 +480,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除军事训练登记簿编号为"' + ids + '"的数据项?')
+        // .confirm('是否确认删除军事训练登记簿编号为"' + ids + '"的数据项?')
+        .confirm('是否确认删除该数据?')
         .then(function () {
           return delBdgldrill(ids);
         })

+ 2 - 1
src/views/grassrootsregistration/bdglequip/index.vue

@@ -650,7 +650,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除训练器材/教材登记薄编号为"' + ids + '"的数据项?')
+        // .confirm('是否确认删除训练器材/教材登记薄编号为"' + ids + '"的数据项?')
+        .confirm('是否确认删除该数据?')
         .then(function () {
           return delBdglequip(ids);
         })

+ 2 - 1
src/views/grassrootsregistration/bdgleven/index.vue

@@ -606,7 +606,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除连务会记录本编号为"' + ids + '"的数据项?')
+        // .confirm('是否确认删除连务会记录本编号为"' + ids + '"的数据项?')
+        .confirm('是否确认删除该数据?')
         .then(function () {
           return delBdgleven(ids);
         })

+ 9 - 8
src/views/grassrootsregistration/bdglfilemanagement/index.vue

@@ -192,12 +192,12 @@
         <el-form-item label="文件编号" prop="number">
           <el-input
             v-model="form.number"
-            placeholder="输入文件编号"
+            placeholder="输入文件编号"
             disabled
           />
         </el-form-item>
         <el-form-item label="文件名称" prop="name">
-          <el-input v-model="form.name" placeholder="输入文件名称" />
+          <el-input v-model="form.name" placeholder="输入文件名称" />
         </el-form-item>
         <el-form-item label="收文时间" prop="incomingDispatchesTime">
           <el-date-picker
@@ -212,7 +212,7 @@
           </el-date-picker>
         </el-form-item>
         <el-form-item label="文件密级" prop="confidential">
-          <el-input v-model="form.confidential" placeholder="输入文件密级" />
+          <el-input v-model="form.confidential" placeholder="输入文件密级" />
         </el-form-item>
         <el-form-item label="文件份数" prop="copies">
           <el-input-number
@@ -223,7 +223,7 @@
           ></el-input-number>
         </el-form-item>
         <el-form-item label="签收人" prop="peopleId">
-          <el-select ref="aa" v-model="form.peopleId" placeholder="请选择单位">
+          <el-select ref="aa" v-model="form.peopleId" placeholder="选择签收人">
             <el-option
               v-for="item in renYuan"
               :key="item.id"
@@ -235,7 +235,7 @@
           </el-select>
         </el-form-item>
         <el-form-item label="借阅人" prop="borrowId">
-          <el-select v-model="form.borrowId" placeholder="请选择单位">
+          <el-select v-model="form.borrowId" placeholder="选择借阅人">
             <el-option
               v-for="item in renYuan"
               :key="item.id"
@@ -592,7 +592,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除文件管理登计本编号为"' + ids + '"的数据项?')
+      .confirm('是否确认删除该数据?')
+        // .confirm('是否确认删除文件管理登计本编号为"' + ids + '"的数据项?')
         .then(function () {
           return delBdglfilemanagement(ids);
         })
@@ -666,7 +667,7 @@ export default {
   line-height: 32px;
 }
 ::v-deep .el-dialog__body {
-  margin: 10px 30px 20px 50px;
+  margin: 10px 30px 20px 30px;
   padding-top: 20px !important;
   box-sizing: border-box;
   /* padding: 30px 12px 30px 28px; */
@@ -760,7 +761,7 @@ export default {
 }
 /* 底部确定取消按钮 */
 ::v-deep .el-dialog__footer {
-  padding: 18px 42px 30px 0px;
+  padding: 18px 62px 30px 0px;
   margin-right: 32px;
 }
 /* 增加按钮弹框 */

+ 12 - 4
src/views/grassrootsregistration/bdglfood/index.vue

@@ -167,7 +167,7 @@
           />
         </el-form-item>
         <el-form-item label="值班员" prop="peopleId">
-          <el-select v-model="form.peopleId" placeholder="请选择单位">
+          <el-select v-model="form.peopleId" placeholder="请选择值班员">
             <el-option
               v-for="item in renYuan"
               :key="item.id"
@@ -196,7 +196,7 @@
           <el-select
             ref="aa"
             v-model="form.chairmanId"
-            placeholder="请选择单位"
+            placeholder="请选择经委会主任"
           >
             <el-option
               v-for="item in renYuan"
@@ -209,7 +209,7 @@
           </el-select>
         </el-form-item>
         <el-form-item label="单位首长" prop="peopleId1">
-          <el-select v-model="form.peopleId1" placeholder="请选择单位">
+          <el-select v-model="form.peopleId1" placeholder="请选择单位首长">
             <el-option
               v-for="item in renYuan"
               :key="item.id"
@@ -989,6 +989,7 @@
                   placeholder="请输入内容"
                   v-model="form.contents"
                   autosize
+                  resize="none"
                 >
                 </el-input>
               </td>
@@ -1670,7 +1671,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除伙食管理登记薄编号为"' + ids + '"的数据项?')
+        // .confirm('是否确认删除伙食管理登记薄编号为"' + ids + '"的数据项?')
+        .confirm('是否确认删除该数据?')
         .then(function () {
           return delBdglfood(ids);
         })
@@ -1971,6 +1973,12 @@ table td {
 ::v-deep input:-moz-placeholder {
   color: #bdbdbd4f !important;
 }
+::v-deep :-ms-input-placeholder{
+  color: #bdbdbd4f !important;
+}
+::v-deep ::-moz-placeholder{
+  color: #bdbdbd4f !important;
+}
 .box2 tr td span {
   font-size: 0.1em;
 }

+ 2 - 1
src/views/grassrootsregistration/bdglmeeting/index.vue

@@ -676,7 +676,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除团支部会议登记本编号为"' + ids + '"的数据项?')
+        // .confirm('是否确认删除团支部会议登记本编号为"' + ids + '"的数据项?')
+        .confirm('是否确认删除该数据?')
         .then(function () {
           return delBdglmeeting(ids);
         })

+ 2 - 1
src/views/grassrootsregistration/bdglparty/index.vue

@@ -631,7 +631,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除党支部会议登记本编号为"' + ids + '"的数据项?')
+        // .confirm('是否确认删除党支部会议登记本编号为"' + ids + '"的数据项?')
+        .confirm('是否确认删除该数据?')
         .then(function () {
           return delBdglparty(ids);
         })

+ 4 - 3
src/views/grassrootsregistration/bdglpublicproperty/index.vue

@@ -524,9 +524,10 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm(
-          '是否确认删除营产,公物管理登记簿编号为"' + ids + '"的数据项?'
-        )
+        // .confirm(
+        //   '是否确认删除营产,公物管理登记簿编号为"' + ids + '"的数据项?'
+        // )
+        .confirm('是否确认删除该数据?')
         .then(function () {
           return delBdglpublicproperty(ids);
         })

+ 8 - 7
src/views/grassrootsregistration/bdglsecrecy/index.vue

@@ -33,7 +33,7 @@
         />
       </el-form-item>
       <el-form-item>
-        <el-button icon="el-icon-refresh" size="btr " @click="resetQuery"
+        <el-button icon="el-icon-refresh" size="btr" @click="resetQuery"
           >重置</el-button
         >
       </el-form-item>
@@ -109,7 +109,7 @@
         label="起用时间"
         align="center"
         prop="startTime"
-        width="180"
+        width="160"
       >
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.startTime, "{y}-{m}-{d}") }}</span>
@@ -119,7 +119,7 @@
         label="停用时间"
         align="center"
         prop="endTime"
-        width="180"
+        width="160"
       >
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.endTime, "{y}-{m}-{d}") }}</span>
@@ -129,7 +129,7 @@
         label="移交时间"
         align="center"
         prop="hindOverTime"
-        width="180"
+        width="160"
       >
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.hindOverTime, "{y}-{m}-{d}") }}</span>
@@ -642,9 +642,10 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm(
-          '是否确认删除网络/手机/涉密载体登记本编号为"' + ids + '"的数据项?'
-        )
+        // .confirm(
+        //   '是否确认删除网络/手机/涉密载体登记本编号为"' + ids + '"的数据项?'
+        // )
+        .confirm('是否确认删除该数据?')
         .then(function () {
           return delBdglsecrecy(ids);
         })

+ 4 - 3
src/views/grassrootsregistration/bdglsoldier/index.vue

@@ -614,9 +614,10 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm(
-          '是否确认删除军人委员会会议登记本编号为"' + ids + '"的数据项?'
-        )
+        // .confirm(
+        //   '是否确认删除军人委员会会议登记本编号为"' + ids + '"的数据项?'
+        // )
+        .confirm('是否确认删除该数据?')
         .then(function () {
           return delBdglsoldier(ids);
         })

+ 2 - 1
src/views/grassrootsregistration/bdglweekwork/index.vue

@@ -824,7 +824,8 @@ export default {
     handleDelete(row) {
       const ids = row.id || this.ids;
       this.$modal
-        .confirm('是否确认删除一周工作安排编号为"' + ids + '"的数据项?')
+        // .confirm('是否确认删除一周工作安排编号为"' + ids + '"的数据项?')
+        .confirm('是否确认删除该数据?')
         .then(function () {
           return delBdglweekwork(ids);
         })