doctor-admin-components 1.0.13-beta.41 → 1.0.13-beta.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  * @Author: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
3
3
  * @Date: 2024-03-13 14:28:59
4
4
  * @LastEditors: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
5
- * @LastEditTime: 2024-04-09 17:36:44
5
+ * @LastEditTime: 2024-04-09 20:28:44
6
6
  * @FilePath: /doctor-admin-components 公共组件/packages/src/views/biz/bizFileInfo/contractFile/BillOfLadingNoTab.vue
7
7
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
8
8
  -->
@@ -12,7 +12,7 @@
12
12
  shipmentFileInfo, shipmentIndex
13
13
  ) in contractFileInfoData.shipmentFileInfoList" :key="shipmentIndex" @click="changeShipBillNo(shipmentIndex)">
14
14
 
15
- 提单号 {{ shipmentFileInfo.billOfLadingNo
15
+ {{ $t('contractDetail.BL_No') }} {{ shipmentFileInfo.billOfLadingNo
16
16
  ? shipmentFileInfo.billOfLadingNo
17
17
  : '' }}
18
18
  </div>
@@ -2,7 +2,7 @@
2
2
  * @Author: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
3
3
  * @Date: 2024-02-23 16:17:11
4
4
  * @LastEditors: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
5
- * @LastEditTime: 2024-04-08 17:49:33
5
+ * @LastEditTime: 2024-04-10 09:42:22
6
6
  * @FilePath: /doctor-admin-components 公共组件/packages/src/views/biz/bizFileInfo/contractFile/ContentTitle.vue
7
7
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
8
8
  -->
@@ -13,7 +13,7 @@
13
13
  {{ contentTitleInfo.bgButton }}
14
14
  </div>
15
15
  <div class="bg-button" v-else :style="{backgroundColor:contentTitleInfo.bgcolor}">{{ contentTitleInfo.bgButton }}</div>
16
- <div class="bg-time" v-if="contentTitleInfo.bgTime">{{ contentTitleInfo.bgTime }} 上传</div>
16
+ <div class="bg-time" v-if="contentTitleInfo.bgTime">{{ contentTitleInfo.bgTime }} {{ $t('contractDetail.upload') }}</div>
17
17
  </div>
18
18
  </template>
19
19
 
@@ -2,7 +2,7 @@
2
2
  * @Author: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
3
3
  * @Date: 2024-02-26 10:03:01
4
4
  * @LastEditors: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
5
- * @LastEditTime: 2024-04-08 20:38:47
5
+ * @LastEditTime: 2024-04-09 20:22:25
6
6
  * @FilePath: /doctor-admin-components 公共组件/packages/src/views/biz/bizFileInfo/IMGPreviewCheckBox.vue
7
7
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
8
8
  -->
@@ -98,7 +98,7 @@ export default {
98
98
  */
99
99
  downloadSingleFile(file) {
100
100
  this.loadingInstance = Loading.service({
101
- text: '请稍候',
101
+ text: this.$t('contractDetail.loading'),
102
102
  spinner: 'el-icon-loading',
103
103
  background: 'rgba(0, 0, 0, 0.7)',
104
104
  });
@@ -115,7 +115,7 @@ export default {
115
115
  */
116
116
  async downLoadFile () {
117
117
  this.loadingInstance = Loading.service({
118
- text: '请稍候',
118
+ text: this.$t('contractDetail.loading'),
119
119
  spinner: 'el-icon-loading',
120
120
  background: 'rgba(0, 0, 0, 0.7)',
121
121
  });
@@ -2,7 +2,7 @@
2
2
  * @Author: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
3
3
  * @Date: 2024-02-22 11:04:36
4
4
  * @LastEditors: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
5
- * @LastEditTime: 2024-02-22 11:43:24
5
+ * @LastEditTime: 2024-04-10 15:04:48
6
6
  * @FilePath: /doctor-admin-components 公共组件/packages/src/views/biz/bizFileInfo/contractFile/Process.vue
7
7
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
8
8
  -->
@@ -52,7 +52,7 @@ export default {
52
52
 
53
53
  <style lang="scss" scoped>
54
54
  .progress {
55
- min-width: 85px;
55
+ min-width: 130px;
56
56
  height: 27px;
57
57
  background: #FBB040;
58
58
  display: flex;
@@ -60,7 +60,7 @@ export default {
60
60
  align-items: center;
61
61
  padding: 0 5px;
62
62
  box-sizing: border-box;
63
- margin-left:15px;
63
+ margin-right:15px;
64
64
  .progress-img {
65
65
  width: 17px;
66
66
  height: 17px;
@@ -69,13 +69,13 @@ export default {
69
69
  }
70
70
  .progress-text {
71
71
  font-size: 14px;
72
+ line-height:27px;
72
73
  font-weight: normal;
73
74
  }
74
75
  .progress-rate {
75
76
  font-size: 14px;
76
77
  font-weight: normal;
77
- font-size: 9px;
78
- font-weight: normal;
78
+ line-height:27px;
79
79
  color: #231F20;
80
80
  }
81
81
 
@@ -2,7 +2,7 @@
2
2
  * @Author: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
3
3
  * @Date: 2024-02-22 11:04:36
4
4
  * @LastEditors: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
5
- * @LastEditTime: 2024-04-09 19:17:27
5
+ * @LastEditTime: 2024-04-09 20:27:24
6
6
  * @FilePath: /doctor-admin-components 公共组件/packages/src/views/biz/bizFileInfo/contractFile/Process.vue
7
7
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
8
8
  -->
@@ -27,7 +27,7 @@
27
27
  </div>
28
28
  </el-col>
29
29
  </el-row>
30
- <div class="progress-rate">进度{{ rate }}%</div>
30
+ <div class="progress-rate">{{ $t('contractDetail.progress') }} {{ rate }}%</div>
31
31
  </div>
32
32
  </template>
33
33
 
@@ -2,17 +2,17 @@
2
2
  * @Author: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
3
3
  * @Date: 2024-02-26 10:03:01
4
4
  * @LastEditors: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
5
- * @LastEditTime: 2024-04-09 18:54:16
5
+ * @LastEditTime: 2024-04-10 19:59:13
6
6
  * @FilePath: /doctor-admin-components 公共组件/packages/src/views/biz/bizFileInfo/IMGPreviewCheckBox.vue
7
7
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
8
8
  -->
9
9
  <template>
10
10
  <div class="img-preview-root">
11
- <div class="img-preview" :style="open ? 'height:max-content' : {'height':''}">
11
+ <div class="img-preview" :style="open ? 'height:max-content' : {'height':heightStr}">
12
12
  <slot></slot>
13
- <div class="billOfLadingNo-more" @click.stop="openFun" v-if="imgList && imgList.length > HideAmount">
14
- <i v-if="open" class="el-icon-caret-top"></i>
15
- <i v-else class="el-icon-caret-bottom"></i>
13
+ <div class="billOfLadingNo-more" @click.stop="openFun" v-if="imgList && imgList.length > HideAmount" :style="{'height':heightStr}">
14
+ <i v-if="open" class="el-icon-caret-top icon-more"></i>
15
+ <i v-else class="el-icon-caret-bottom icon-more"></i>
16
16
  </div>
17
17
  </div>
18
18
  </div>
@@ -62,7 +62,7 @@ export default {
62
62
  */
63
63
  downloadSingleFile(file) {
64
64
  this.loadingInstance = Loading.service({
65
- text: '请稍候',
65
+ text: this.$t('contractDetail.loading'),
66
66
  spinner: 'el-icon-loading',
67
67
  background: 'rgba(0, 0, 0, 0.7)',
68
68
  });
@@ -148,7 +148,12 @@ export default {
148
148
  top:0;
149
149
  background-color: #999;
150
150
  text-align: center;
151
- line-height: 100px;
151
+ .icon-more {
152
+ position: absolute;
153
+ top: 50%;
154
+ left:50%;
155
+ transform: translate(-50%, -50%);
156
+ }
152
157
  }
153
158
 
154
159
  .img-preview-root {
@@ -29,24 +29,24 @@
29
29
 
30
30
  <el-dropdown-menu slot="dropdown" v-if="type == 'signContract'" >
31
31
  <el-dropdown-item command="signContract">
32
- 撤回回签
32
+ {{ $t('contractDetail.withdraw_sign') }}
33
33
  </el-dropdown-item>
34
- <el-dropdown-item command="rename">重命名</el-dropdown-item>
34
+ <el-dropdown-item command="rename">{{$t('contractDetail.rename')}}</el-dropdown-item>
35
35
  </el-dropdown-menu>
36
36
  <el-dropdown-menu slot="dropdown" v-else >
37
37
  <el-dropdown-item command="delete">{{
38
38
  $t("contractDetail.delete")
39
39
  }}</el-dropdown-item>
40
- <el-dropdown-item command="rename">重命名</el-dropdown-item>
40
+ <el-dropdown-item command="rename">{{$t('contractDetail.rename')}}</el-dropdown-item>
41
41
  <!-- <el-dropdown-item command="deleteAndUpload">
42
42
  {{ $t("contractDetail.deleteAndUpload") }}
43
43
  </el-dropdown-item> -->
44
44
  </el-dropdown-menu>
45
45
  </el-dropdown>
46
46
  </div>
47
- <div v-else style="width:120px;word-break:break-all">
47
+ <!-- <div v-else style="width:120px;word-break:break-all">
48
48
  {{ fileInfo.fileName }}
49
- </div>
49
+ </div> -->
50
50
  </div>
51
51
  </div>
52
52
  </div>
@@ -57,7 +57,7 @@
57
57
  <el-dialog :title="title" :visible.sync="open" width="550px" append-to-body>
58
58
  <el-form ref="form" :model="form" label-width="100px">
59
59
  <el-form-item :label="$t('contractDetail.fileNmae')" prop="fileName">
60
- <el-input v-model="form.fileName" placeholder="请输入文件名" />
60
+ <el-input v-model="form.fileName" :placeholder="$t('contractDetail.Please_enter_a_file_name')" />
61
61
  </el-form-item>
62
62
  </el-form>
63
63
  <div slot="footer" class="dialog-footer">
@@ -2,7 +2,7 @@
2
2
  * @Author: zhangpengwei 15038779532@163.com
3
3
  * @Date: 2023-07-20 17:13:54
4
4
  * @LastEditors: zhangpengwei@1338418459736990.onaliyun.com zhangpengwei@1338418459736990.onaliyun.com
5
- * @LastEditTime: 2024-03-26 17:12:41
5
+ * @LastEditTime: 2024-04-10 11:31:10
6
6
  * @FilePath: /recycle-vue-ui再生博士后台管理/src/views/biz/contractTracing/contractTracingDetail.vue
7
7
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
8
8
  -->
@@ -22,12 +22,11 @@
22
22
  <div>
23
23
  <!-- 选择项 -->
24
24
  <div class="selection-root">
25
- <span>已选择 {{ selectFileList.length }} 项</span>
26
- <div class="border-button" @click.stop="downLoadAll">全部下载</div>
27
- <div class="border-button" @click.stop="deleteAll">全部删除</div>
28
- <div class="border-button" @click.stop="cancelAll">取消选择</div>
25
+ <span>{{ $t('contractDetail.Selected') }} {{ selectFileList.length }} {{ $t('contractDetail.item') }}</span>
26
+ <div class="border-button" @click.stop="downLoadAll">{{ $t('contractDetail.Download_All') }}</div>
27
+ <div class="border-button" @click.stop="deleteAll">{{$t('contractDetail.Delete_All')}}</div>
28
+ <div class="border-button" @click.stop="cancelAll">{{ $t('contractDetail.Deselect') }}</div>
29
29
  </div>
30
-
31
30
  </div>
32
31
  </div>
33
32
  <div class="app-container-right">
@@ -116,32 +115,32 @@ export default {
116
115
  contract: {},
117
116
  buyerFlag: true,
118
117
  saleTabsArr:[{
119
- label: '订单概括',
118
+ label: this.$t('contractDetail.summary'),
120
119
  name: 'first',
121
120
  id:0
122
121
  },{
123
- label: '合同详情',
122
+ label: this.$t('contractDetail.info'),
124
123
  name: 'second',
125
124
  id:1
126
125
  },{
127
- label: '提单指令',
126
+ label: this.$t('contractDetail.blInfo'),
128
127
  name: 'third',
129
128
  id:2
130
129
  },{
131
- label: '文件管理',
130
+ label: this.$t('contractDetail.fileManage'),
132
131
  name: 'fourth',
133
132
  id:3
134
133
  }],
135
134
  purchaseTabsArr:[{
136
- label: '订单概括',
135
+ label: this.$t('contractDetail.summary'),
137
136
  name: 'first',
138
137
  id:0
139
138
  },{
140
- label: '合同详情',
139
+ label: this.$t('contractDetail.info'),
141
140
  name: 'second',
142
141
  id:1
143
142
  },{
144
- label: '文件管理',
143
+ label: this.$t('contractDetail.fileManage'),
145
144
  name: 'fourth',
146
145
  id:2
147
146
  }],
@@ -176,14 +175,14 @@ export default {
176
175
  */
177
176
  downLoadAll() {
178
177
  if(this.selectFileList.length == 0) {
179
- return this.$message.warning('请选择文件')
178
+ return this.$message.warning(this.$t('contractDetail.please_select_file'))
180
179
  }
181
180
  this.$refs.contractFileRef.downloadZip()
182
181
  },
183
182
  deleteAll() {
184
183
  console.log('==delBizFileInfo==',this.selectFileList);
185
184
  if(this.selectFileList.length == 0) {
186
- return this.$message.warning('请选择文件')
185
+ return this.$message.warning(this.$t('contractDetail.please_select_file'))
187
186
  }
188
187
 
189
188
  this.$confirm('是否删除选中文件', '提示', {