doctor-admin-components 1.0.13-beta.41 → 1.0.13-beta.42
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.
- package/package.json +1 -1
- package/packages/src/components/FileUpload/contract-drag-new.vue +14 -6
- package/packages/src/i18n/en/message.json +37 -1
- package/packages/src/i18n/zh-CN/message.json +36 -0
- package/packages/src/views/biz/bizFileInfo/contract.vue +143 -140
- package/packages/src/views/biz/bizFileInfo/contractFile/BillOfLadingNoTab.vue +2 -2
- package/packages/src/views/biz/bizFileInfo/contractFile/ContentTitle.vue +2 -2
- package/packages/src/views/biz/bizFileInfo/contractFile/IMGPreviewCheckBox.vue +3 -3
- package/packages/src/views/biz/bizFileInfo/contractFile/Progress.vue +5 -5
- package/packages/src/views/biz/bizFileInfo/contractFile/ProgressDetail.vue +2 -2
- package/packages/src/views/biz/bizFileInfo/contractFile/ShowAndHide.vue +2 -2
- package/packages/src/views/biz/bizFileInfo/fileShow.vue +6 -6
- package/packages/src/views/biz/contractTracing/contractTracingDetail.vue +14 -15
|
@@ -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
|
|
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
|
-
|
|
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-
|
|
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 }}
|
|
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-
|
|
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-
|
|
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:
|
|
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-
|
|
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
|
-
|
|
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
|
|
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"
|
|
30
|
+
<div class="progress-rate">{{ $t('contractDetail.progress') }} {{ rate }}%</div>
|
|
31
31
|
</div>
|
|
32
32
|
</template>
|
|
33
33
|
|
|
@@ -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-09
|
|
5
|
+
* @LastEditTime: 2024-04-09 20:22:20
|
|
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
|
-->
|
|
@@ -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
|
});
|
|
@@ -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"
|
|
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"
|
|
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-
|
|
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
|
|
26
|
-
<div class="border-button" @click.stop="downLoadAll"
|
|
27
|
-
<div class="border-button" @click.stop="deleteAll"
|
|
28
|
-
<div class="border-button" @click.stop="cancelAll"
|
|
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('是否删除选中文件', '提示', {
|