doctor-admin-components 1.0.13-beta.9 → 1.0.13-beta.91

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.
Files changed (56) hide show
  1. package/README.md +28 -9
  2. package/package.json +1 -1
  3. package/packages/index.js +10 -0
  4. package/packages/src/api/biz/bizContract.js +996 -1
  5. package/packages/src/api/biz/bizContractCompany.js +1 -1
  6. package/packages/src/api/biz/bizFileInfo.js +16 -0
  7. package/packages/src/api/biz/bizInvoice.js +1 -1
  8. package/packages/src/api/biz/bizShipment.js +18 -0
  9. package/packages/src/assets/images/click-show-table.png +0 -0
  10. package/packages/src/assets/images/more.png +0 -0
  11. package/packages/src/assets/images/pdf-new.png +0 -0
  12. package/packages/src/components/DictTag/index.vue +12 -2
  13. package/packages/src/components/FileUpload/contract-drag-new.vue +99 -10
  14. package/packages/src/i18n/en/message.json +305 -0
  15. package/packages/src/i18n/index.js +38 -0
  16. package/packages/src/i18n/zh-CN/message.json +305 -0
  17. package/packages/src/index.js +13 -1
  18. package/packages/src/utils/index.js +35 -0
  19. package/packages/src/utils/request.js +120 -146
  20. package/packages/src/views/biz/bizFileInfo/PAYMENT_VOUCHER(/"payment_voucher/", /"/344/273/230/346/254/276/345/207/255/350/257/201.ini" +222 -0
  21. package/packages/src/views/biz/bizFileInfo/contract copy.vue +1711 -0
  22. package/packages/src/views/biz/bizFileInfo/contract.vue +1783 -986
  23. package/packages/src/views/biz/bizFileInfo/contractFile/BillOfLadingNoTab.vue +114 -0
  24. package/packages/src/views/biz/bizFileInfo/contractFile/ContentTitle.vue +102 -0
  25. package/packages/src/views/biz/bizFileInfo/contractFile/IMGPreviewCheckBox.vue +308 -0
  26. package/packages/src/views/biz/bizFileInfo/contractFile/Progress.vue +85 -0
  27. package/packages/src/views/biz/bizFileInfo/contractFile/ProgressDetail.vue +123 -0
  28. package/packages/src/views/biz/bizFileInfo/contractFile/SectionSlot.vue +83 -0
  29. package/packages/src/views/biz/bizFileInfo/contractFile/ShowAndHide.vue +178 -0
  30. package/packages/src/views/biz/bizFileInfo/fileShow copy.vue +321 -0
  31. package/packages/src/views/biz/bizFileInfo/fileShow.vue +143 -47
  32. package/packages/src/views/biz/bizFileInfo/fileShowClaim.vue +1 -1
  33. package/packages/src/views/biz/bizShipment/add.vue +223 -75
  34. package/packages/src/views/biz/bizShipment/referenceAlert.vue +168 -0
  35. package/packages/src/views/biz/contractTracing/addSubCompany.vue +106 -169
  36. package/packages/src/views/biz/contractTracing/billInfo.vue +191 -332
  37. package/packages/src/views/biz/contractTracing/companyBanks.vue +228 -0
  38. package/packages/src/views/biz/contractTracing/contractInfo.vue +1 -1
  39. package/packages/src/views/biz/contractTracing/contractPdf.vue +7 -4
  40. package/packages/src/views/biz/contractTracing/contractSummary.vue +20 -7
  41. package/packages/src/views/biz/contractTracing/contractTracingDetail copy.vue +107 -0
  42. package/packages/src/views/biz/contractTracing/contractTracingDetail.vue +229 -9
  43. package/packages/src/views/biz/contractTracing/editBill.vue +236 -363
  44. package/packages/src/views/biz/contractTracing/purchaseInvoiceUpload.vue +153 -7
  45. package/packages/src/views/biz/contractTracing/shipmentPurchaseAmount.vue +8 -2
  46. package/packages/src/views/biz/contractTracing/subCompanyDialog.vue +202 -176
  47. package/packages/src/views/components/RegionPicker/Distpicker.vue +459 -0
  48. package/packages/src/views/components/RegionPicker/districts.js +4641 -0
  49. package/packages/src/views/test.vue +3 -3
  50. package/packages/src/views/biz/contractTracing/association.vue +0 -189
  51. package/packages/src/views/biz/contractTracing/chargingDialog.vue +0 -84
  52. package/packages/src/views/biz/contractTracing/contract.vue +0 -1276
  53. package/packages/src/views/biz/contractTracing/disputeRecord.vue +0 -311
  54. package/packages/src/views/biz/contractTracing/edit.vue +0 -205
  55. package/packages/src/views/biz/contractTracing/sendDrafEmail.vue +0 -120
  56. package/packages/src/views/biz/contractTracing/shipment.vue +0 -601
@@ -1,224 +1,198 @@
1
- import axios from "axios";
2
- import { Notification, MessageBox, Message, Loading } from "element-ui";
3
- import store from "../store";
4
- import { getToken } from "./auth";
5
- import errorCode from "./errorCode";
6
- import { tansParams, blobValidate } from "./ruoyi";
7
- import cache from "../plugins/cache";
8
- import { saveAs } from "file-saver";
9
- import Cookies from "js-cookie";
1
+ import axios from 'axios'
2
+ import { Notification, MessageBox, Message, Loading } from 'element-ui'
3
+ import store from '../store'
4
+ import { getToken } from './auth'
5
+ import errorCode from './errorCode'
6
+ import { tansParams, blobValidate } from './ruoyi'
7
+ import cache from '../plugins/cache'
8
+ import { saveAs } from 'file-saver'
9
+ import Cookies from 'js-cookie'
10
10
 
11
- let downloadLoadingInstance;
11
+ let downloadLoadingInstance
12
12
  // 是否显示重新登录
13
- export let isRelogin = { show: false };
13
+ export let isRelogin = { show: false }
14
14
 
15
- axios.defaults.headers["Content-Type"] = "application/json;charset=utf-8";
15
+ axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'
16
16
  // 创建axios实例
17
17
  const service = axios.create({
18
18
  // axios中请求配置有baseURL选项,表示请求URL公共部分
19
- baseURL: "/prod-admin",
19
+ baseURL: '/prod-admin',
20
20
  // 超时
21
- timeout: 60000,
22
- });
21
+ timeout: 60000
22
+ })
23
23
 
24
24
  // request拦截器
25
25
  service.interceptors.request.use(
26
26
  (config) => {
27
27
  // 是否需要设置 token
28
- const isToken = (config.headers || {}).isToken === false;
28
+ const isToken = (config.headers || {}).isToken === false
29
29
  // 是否需要防止数据重复提交
30
- const isRepeatSubmit = (config.headers || {}).repeatSubmit === false;
31
- if (
32
- !config.url.includes("/api/transaction/list") &&
33
- getToken() &&
34
- !isToken
35
- ) {
36
- config.headers["Authorization"] = "Bearer " + getToken(); // 让每个请求携带自定义token 请根据实际情况自行修改
30
+ const isRepeatSubmit = (config.headers || {}).repeatSubmit === false
31
+ if (!config.url.includes('/api/transaction/list') && getToken() && !isToken) {
32
+ config.headers['Authorization'] = 'Bearer ' + getToken() // 让每个请求携带自定义token 请根据实际情况自行修改
37
33
  }
38
34
  // get请求映射params参数
39
- if (config.method === "get" && config.params) {
40
- let url = config.url + "?" + tansParams(config.params);
41
- url = url.slice(0, -1);
42
- config.params = {};
43
- config.url = url;
35
+ if (config.method === 'get' && config.params) {
36
+ let url = config.url + '?' + tansParams(config.params)
37
+ url = url.slice(0, -1)
38
+ config.params = {}
39
+ config.url = url
44
40
  }
45
- if (
46
- !isRepeatSubmit &&
47
- (config.method === "post" || config.method === "put")
48
- ) {
41
+ if (!isRepeatSubmit && (config.method === 'post' || config.method === 'put')) {
49
42
  const requestObj = {
50
43
  url: config.url,
51
- data:
52
- typeof config.data === "object"
53
- ? JSON.stringify(config.data)
54
- : config.data,
55
- time: new Date().getTime(),
56
- };
57
- const sessionObj = cache.session.getJSON("sessionObj");
58
- if (
59
- sessionObj === undefined ||
60
- sessionObj === null ||
61
- sessionObj === ""
62
- ) {
63
- cache.session.setJSON("sessionObj", requestObj);
44
+ data: typeof config.data === 'object' ? JSON.stringify(config.data) : config.data,
45
+ time: new Date().getTime()
46
+ }
47
+ const sessionObj = cache.session.getJSON('sessionObj')
48
+ if (sessionObj === undefined || sessionObj === null || sessionObj === '') {
49
+ cache.session.setJSON('sessionObj', requestObj)
64
50
  } else {
65
- const s_url = sessionObj.url; // 请求地址
66
- const s_data = sessionObj.data; // 请求数据
67
- const s_time = sessionObj.time; // 请求时间
68
- const interval = 1000; // 间隔时间(ms),小于此时间视为重复提交
69
- if (
70
- s_data === requestObj.data &&
71
- requestObj.time - s_time < interval &&
72
- s_url === requestObj.url
73
- ) {
74
- const message = "数据正在处理,请勿重复提交";
75
- console.warn(`[${s_url}]: ` + message);
76
- return Promise.reject(new Error(message));
51
+ const s_url = sessionObj.url // 请求地址
52
+ const s_data = sessionObj.data // 请求数据
53
+ const s_time = sessionObj.time // 请求时间
54
+ const interval = 1000 // 间隔时间(ms),小于此时间视为重复提交
55
+ if (s_data === requestObj.data && requestObj.time - s_time < interval && s_url === requestObj.url) {
56
+ const message = '数据正在处理,请勿重复提交'
57
+ console.warn(`[${s_url}]: ` + message)
58
+ return Promise.reject(new Error(message))
77
59
  } else {
78
- cache.session.setJSON("sessionObj", requestObj);
60
+ cache.session.setJSON('sessionObj', requestObj)
79
61
  }
80
62
  }
81
63
  }
82
64
 
83
- if (config.url.includes("/order/tracing?askId")) {
84
- config.baseURL = "";
85
- const token = Cookies.get("token");
86
- config.headers.token = token;
65
+ if (config.url.includes('/order/tracing?askId')) {
66
+ config.baseURL = ''
67
+ const token = Cookies.get('token')
68
+ config.headers.token = token
87
69
  }
88
- return config;
70
+ return config
89
71
  },
90
72
  (error) => {
91
- console.log(error);
92
- Promise.reject(error);
73
+ console.log(error)
74
+ Promise.reject(error)
93
75
  }
94
- );
76
+ )
95
77
 
96
78
  // 响应拦截器
97
79
  service.interceptors.response.use(
98
80
  (res) => {
99
81
  // 未设置状态码则默认成功状态
100
- const code = res.data.code || 200;
82
+ const code = res.data.code || 200
101
83
  // 获取错误信息
102
- const msg = errorCode[code] || res.data.msg || errorCode["default"];
84
+ const msg = errorCode[code] || res.data.msg || errorCode['default']
103
85
  // 二进制数据则直接返回
104
- if (
105
- res.request.responseType === "blob" ||
106
- res.request.responseType === "arraybuffer"
107
- ) {
108
- return res.data;
86
+ if (res.request.responseType === 'blob' || res.request.responseType === 'arraybuffer') {
87
+ return res.data
109
88
  }
110
89
  if (code === 401) {
111
90
  if (!isRelogin.show) {
112
- isRelogin.show = true;
113
- MessageBox.confirm(
114
- "登录状态已过期,您可以继续留在该页面,或者重新登录",
115
- "系统提示",
116
- {
117
- confirmButtonText: "重新登录",
118
- cancelButtonText: "取消",
119
- type: "warning",
120
- }
121
- )
91
+ isRelogin.show = true
92
+ MessageBox.confirm('登录状态已过期,您可以继续留在该页面,或者重新登录', '系统提示', {
93
+ confirmButtonText: '重新登录',
94
+ cancelButtonText: '取消',
95
+ type: 'warning'
96
+ })
122
97
  .then(() => {
123
- isRelogin.show = false;
124
- store.dispatch("LogOut").then(() => {
125
- location.href = "/index";
126
- });
98
+ isRelogin.show = false
99
+ store.dispatch('LogOut').then(() => {
100
+ location.href = '/index'
101
+ })
127
102
  })
128
103
  .catch(() => {
129
- isRelogin.show = false;
130
- });
104
+ isRelogin.show = false
105
+ })
131
106
  }
132
- return Promise.reject("无效的会话,或者会话已过期,请重新登录。");
107
+ return Promise.reject('无效的会话,或者会话已过期,请重新登录。')
133
108
  } else if (code === 500) {
134
109
  Message({
135
110
  message: msg,
136
- type: "error",
137
- });
138
-
139
- return Promise.reject(new Error(msg));
111
+ type: 'error'
112
+ })
113
+ return res.data
140
114
  } else if (code !== 200) {
141
- Notification.error({
142
- title: msg,
143
- });
144
- return Promise.reject("error");
115
+ Message({
116
+ message: msg,
117
+ type: 'error'
118
+ })
119
+ return res.data
145
120
  } else {
146
- return res.data;
121
+ return res.data
147
122
  }
148
123
  },
149
124
  (error) => {
150
- console.log("err" + error);
151
- let { message } = error;
152
- if (message == "Network Error") {
153
- message = "后端接口连接异常";
154
- } else if (message.includes("timeout")) {
155
- message = "系统接口请求超时";
156
- } else if (message.includes("Request failed with status code")) {
157
- message = "系统接口" + message.substr(message.length - 3) + "异常";
125
+ console.log('err' + error)
126
+ let { message } = error
127
+ if (message == 'Network Error') {
128
+ message = '后端接口连接异常'
129
+ } else if (message.includes('timeout')) {
130
+ message = '系统接口请求超时'
131
+ } else if (message.includes('Request failed with status code')) {
132
+ message = '系统接口' + message.substr(message.length - 3) + '异常'
158
133
  }
159
134
  Message({
160
135
  message: message,
161
- type: "error",
162
- duration: 5 * 1000,
163
- });
164
- return Promise.reject(error);
136
+ type: 'error',
137
+ duration: 5 * 1000
138
+ })
139
+ return Promise.reject(error)
165
140
  }
166
- );
141
+ )
167
142
 
168
143
  // 通用下载方法
169
144
  export function download(url, params, filename) {
170
145
  downloadLoadingInstance = Loading.service({
171
- text: "正在下载数据,请稍候",
172
- spinner: "el-icon-loading",
173
- background: "rgba(0, 0, 0, 0.7)",
174
- });
146
+ text: '正在下载数据,请稍候',
147
+ spinner: 'el-icon-loading',
148
+ background: 'rgba(0, 0, 0, 0.7)'
149
+ })
175
150
  return service
176
151
  .post(url, params, {
177
152
  transformRequest: [
178
153
  (params) => {
179
- return tansParams(params);
180
- },
154
+ return tansParams(params)
155
+ }
181
156
  ],
182
- headers: { "Content-Type": "application/x-www-form-urlencoded" },
183
- responseType: "blob",
157
+ headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
158
+ responseType: 'blob'
184
159
  })
185
160
  .then(async (data) => {
186
- const isLogin = await blobValidate(data);
161
+ const isLogin = await blobValidate(data)
187
162
  if (isLogin) {
188
- const blob = new Blob([data]);
189
- saveAs(blob, filename);
163
+ const blob = new Blob([data])
164
+ saveAs(blob, filename)
190
165
  } else {
191
- const resText = await data.text();
192
- const rspObj = JSON.parse(resText);
193
- const errMsg =
194
- errorCode[rspObj.code] || rspObj.msg || errorCode["default"];
195
- Message.error(errMsg);
166
+ const resText = await data.text()
167
+ const rspObj = JSON.parse(resText)
168
+ const errMsg = errorCode[rspObj.code] || rspObj.msg || errorCode['default']
169
+ Message.error(errMsg)
196
170
  }
197
- downloadLoadingInstance.close();
171
+ downloadLoadingInstance.close()
198
172
  })
199
173
  .catch((r) => {
200
- console.error(r);
201
- Message.error("下载文件出现错误,请联系管理员!");
202
- downloadLoadingInstance.close();
203
- });
174
+ console.error(r)
175
+ Message.error('下载文件出现错误,请联系管理员!')
176
+ downloadLoadingInstance.close()
177
+ })
204
178
  }
205
179
 
206
180
  export function downloadFile(url, filename) {
207
- let xmlhttp = new XMLHttpRequest();
208
- xmlhttp.open("GET", url, true);
209
- xmlhttp.responseType = "blob";
181
+ let xmlhttp = new XMLHttpRequest()
182
+ xmlhttp.open('GET', url, true)
183
+ xmlhttp.responseType = 'blob'
210
184
  xmlhttp.onload = function () {
211
185
  if (this.status == 200) {
212
- const blob = this.response;
213
- const link = document.createElement("a");
214
- link.href = window.URL.createObjectURL(blob);
215
- link.download = filename;
216
- document.body.appendChild(link);
217
- link.click();
218
- document.body.removeChild(link);
186
+ const blob = this.response
187
+ const link = document.createElement('a')
188
+ link.href = window.URL.createObjectURL(blob)
189
+ link.download = filename
190
+ document.body.appendChild(link)
191
+ link.click()
192
+ document.body.removeChild(link)
219
193
  }
220
- };
221
- xmlhttp.send();
194
+ }
195
+ xmlhttp.send()
222
196
  }
223
197
 
224
- export default service;
198
+ export default service
@@ -0,0 +1,222 @@
1
+ handleUpload(e, linkId, linkType, fileType)
2
+
3
+ fileType 文件类型
4
+
5
+ PAYMENT_VOUCHER("payment_voucher", "付款凭证"),
6
+ RECEIPT_VOUCHER("receipt_voucher", "收款凭证"),
7
+
8
+ PACKING_PHOTO("packingPhoto", "装箱照片"),
9
+ PACKING_LIST_PHOTO("packingListPhoto", "装箱单照片"),
10
+ INVOICE_PHOTO("invoicePhoto", "发票照片"),
11
+ BILL_OF_LADING_PHOTO("billOfLadingPhoto", "提单照片"),
12
+ BILL_PICTURE("billPicture", "bill上传的图片"),
13
+ TELEX_RELEASE_BL_PHOTO("telexReleaseBlPhoto", "电传提单照片"),
14
+
15
+ DEAL_BILL("deal_bill", "成交-提单"),
16
+ PERSONAL_DEAL_BILL("personal_deal_bill", "个人-成交-提单"),
17
+ CONTRACT_DRAFT("contract_draft", "合同-草稿"),
18
+ CONTRACT_FORMAL("contract_formal", "合同-正式"),
19
+ CONTRACT_SIGN("contract_sign", "合同-回签"),
20
+ SALE_CONTRACT_OTHER_FILE("sale_contract_other_file", "销售合同-其他文件"),
21
+ PURCHASE_CONTRACT_OTHER_FILE("purchase_contract_other_file", "采购合同-其他文件"),
22
+
23
+ PROFORMA_INVOICE("proforma_invoice", "定金发票"),
24
+ PERSONAL_PROFORMA_INVOICE("personal_proforma_invoice", "定金发票"),
25
+ SALE_TEMPORARY_FINALLY_INVOICE("sale_temporary_finally_invoice", "销售临时尾款发票"),
26
+ PURCHASE_TEMPORARY_FINALLY_INVOICE("purchase_temporary_finally_invoice",
27
+ "采购临时尾款发票 只有人上传"),
28
+ SALE_PERSONAL_TEMPORARY_FINALLY_INVOICE("sale_personal_temporary_finally_invoice",
29
+ "销售个人-临时尾款发票"),
30
+ SALE_FINALLY_INVOICE("sale_finally_invoice", "销售-尾款发票"),
31
+ PURCHASE_FINALLY_INVOICE("purchase_finally_invoice", "采购-尾款发票"),
32
+ SALE_PERSONAL_FINALLY_INVOICE("sale_personal_finally_invoice", "销售个人-尾款发票"),
33
+ WATER_BILL("waterBill", "尾款水单"),
34
+ SALE_PERSONAL_WATER_BILL("sale_personal_waterBill", "销售个人-尾款水单"),
35
+ PURCHASE_PERSONAL_WATER_BILL("purchase_personal_waterBill", "采购个人-尾款水单"),
36
+
37
+ SHIPMENT_BOOKING_CONFIRMATION("shipment_booking_confirmation", "装运-订舱确认书"),
38
+ DRAFT_BILL_OF_LADING("draft_bill_of_lading", "装运-提单草稿"),
39
+ ORIGINAL_BILL_OF_LADING_COPY("original_bill_of_lading_copy", "装运-提单正本Copy"),
40
+ SHIPMENT_PACKING_LIST("shipment_packing_list", "装运-装箱单"),
41
+ SALE_PERSONAL_SHIPMENT_PACKING_LIST("sale_personal_shipment_packing_list", "销售个人-装运-装箱单"),
42
+ PURCHASE_PERSONAL_SHIPMENT_PACKING_LIST("purchase_personal_shipment_packing_list", "采购个人-装运-装箱单"),
43
+ CONTAINER_PACKING_PHOTO("container_packing_photo", "装箱照片"),
44
+ SHIPMENT_DELIVERY_RECEIPT("shipment_delivery_receipt", "装运-提货凭证"),
45
+ SHIPMENT_OTHER("shipment_other", "装运-其他"),
46
+ SALE_SHIPMENT_OTHER("sale_shipment_other", "销售-装运-其他"),
47
+ PURCHASE_SHIPMENT_OTHER("purchase_shipment_other", "采购-装运-其他"),
48
+ NEW_ASK("new_ask", "新询价"),
49
+ EXPENSE("expense", "费用支出"),
50
+
51
+ CLAIM_ADDITIONAL_DOC("claim_additional_doc", "索赔其它资料"),
52
+ CLAIM_RECEIVE("claim_receive", "索赔收货信息"),
53
+ CLAIM_CONCLUSION("claim_conclusion", "索赔结论"),
54
+ CLAIM_THIRD_DETECT("claim_third_detect", "索赔第三方检测"),
55
+ CLAIM_WEIGHT("claim_weight", "重量索赔称重信息"),
56
+ CLAIM_QUALITY_PROCESS("claim_quality_process", "质量索赔加工方法信息"),
57
+ CLAIM_QUALITY_SAMPLE("claim_quality_sample", "质量索赔样品信息"),
58
+
59
+ CLAIM_CREDIT_NOTE("claim_credit_note", "待记通知"),
60
+ CLAIM_DEBIT_NOTE("claim_debit_note", "借记通知"),
61
+ CLAIM_REPORT("claim_report", "索赔报告"),
62
+
63
+ FALLBACK("fallback", "质量反馈"),
64
+
65
+ BOOKING_DATA("booking_data", "订舱资料"),
66
+ BOOKING_REMARK("booking_remark", "订舱备注"),
67
+ BILL_DOCUMENT("bill_document", "收付款票据文件"),
68
+
69
+
70
+ // 给用户
71
+ CONTRACT_OTHER("contract_other", "合同-其他"),
72
+ CONTRACT_REMARK("contract_remark", "合同-备注"),
73
+ OTHER("other", "其他");
74
+
75
+
76
+
77
+
78
+
79
+
80
+ linkType 关联类型
81
+
82
+ INVOICE("invoice", "发票"),
83
+ DOCUMENTS("documents", "单据"),
84
+ WASTE("waste", "废料"),
85
+ MARKET("market", "市场"),
86
+ CONTRACT("contract", "合同"),
87
+ DEALRECORD("dealRecord", "成交"),
88
+ SHIPMENT("shipment", "装运"),
89
+ CONTAINER("container", "集装箱"),
90
+ ASK("ask", "询价"),
91
+ CLAIM("claim", "索赔"),
92
+ EXPENSE("expense", "费用支出"),
93
+ BOOKING("booking", "订舱"),
94
+ FALLBACK("fallback", "质量反馈"),
95
+ BILL("bill", "收付款票据");
96
+
97
+
98
+
99
+
100
+
101
+ latestContractFileInfo 历史合同文件
102
+
103
+ latestBillFileInfo 提单指令
104
+
105
+ personalBillFileInfo 个人提单指令 web
106
+
107
+ signContractFileInfo 回签合同文件
108
+
109
+ personalProformaInvoiceFileInfo 个人定金发票
110
+
111
+ proformaInvoiceFileInfo 定金发票
112
+
113
+ proformaInvoiceWaterBillFileInfo 定金发票水单
114
+
115
+ purchaseContractOtherFile 采购合同其他文件
116
+
117
+ saleContractOtherFile 销售合同其他文件
118
+
119
+
120
+
121
+ 数据取值
122
+
123
+ bookingConfirmation 订舱资料
124
+ purchasePersonalPackingList 采购个人装箱单
125
+ salePersonalPackingList 销售个人装箱单
126
+ container_packing_photo 装箱照片
127
+ draftBillOfLading 提单草单
128
+ originalBillOfLadingCopy 提单正本复印件
129
+ purchaseShipmentOther 采购装运其他文件
130
+ saleShipmentOther 销售装运其他文件
131
+ saleTemporaryFinallyInvoice 销售临时尾款发票
132
+ purchaseTemporaryFinallyInvoice 采购临时尾款发票
133
+ waterBill 水单
134
+
135
+ purchaseFinallyInvoice 尾款发票
136
+
137
+
138
+ saleFinallyInvoice 销售尾款发票
139
+ purchaseFinallyInvoice 采购尾款发票
140
+
141
+
142
+ 字段状态
143
+
144
+
145
+
146
+ //发送草稿合同标记
147
+ Boolean sendDraftContractFlag;
148
+
149
+ //点击合同确认标记
150
+ Boolean confirmContractFlag;
151
+
152
+ //BLI确认标记
153
+ Boolean bliConfirmFlag;
154
+
155
+ //合同回签标记
156
+ Boolean contractSignFlag;
157
+
158
+ //是否有定金发票标记
159
+ Boolean existDepositInvoiceFlag;
160
+
161
+ //定金支付标记
162
+ Boolean depositInvoicePayFlag
163
+
164
+ //合同百分比
165
+ Double contractPercentage;
166
+
167
+ //索赔已创建
168
+ Boolean claimCreateFlag;
169
+
170
+ //索赔处理中
171
+ Boolean claimProcessFlag;
172
+
173
+ //索赔已关闭
174
+ Boolean claimCloseFlag;
175
+
176
+ //索赔百分比
177
+ Double claimPercentage;
178
+
179
+ // 是否生成装箱单
180
+ Boolean generatePackingFlag;
181
+
182
+ // 是否生成发票
183
+ Boolean generateInvoiceFlag;
184
+
185
+ // 是否上传箱内照片
186
+ Boolean uploadContainerPhotoFlag;
187
+
188
+ // 是否上传提单
189
+ Boolean uploadDraftBlFlag;
190
+
191
+ // 是否确认草稿提单
192
+ Boolean confirmDraftBlFlag;
193
+
194
+ //尾款部分支付标记
195
+ Boolean balanceInvoicePartiallyPaidFlag;
196
+
197
+ // 是否已支付尾款
198
+ Boolean balanceInvoiceFullyPaidFlag;
199
+
200
+ // 装运百分比
201
+ Double shipmentPercentage;
202
+
203
+ // 是否电放
204
+ Boolean telexReleaseFlag;
205
+
206
+ // 电放百分比
207
+ Double telexReleasePercentage;
208
+
209
+
210
+
211
+
212
+ <el-col v-else :span="12" class="center-status">
213
+ <div>
214
+ <div>
215
+ <i class="el-icon-time"></i>
216
+ <span style="color:#f00">定金待付</span>
217
+ </div>
218
+ <div>支付凭证待提供</div>
219
+ </div>
220
+ </el-col>
221
+
222
+