doctor-admin-components 1.0.13-beta.65 → 1.0.13-beta.67

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "doctor-admin-components",
3
3
  "version1": "1.0.11",
4
- "version": "1.0.13-beta.65",
4
+ "version": "1.0.13-beta.67",
5
5
  "private": false,
6
6
  "main1": "lib/index.umd.min.js",
7
7
  "main": "packages/index.js",
@@ -188,7 +188,7 @@
188
188
  "BL_info_confirmed": "BL information confirmed",
189
189
  "bl_draft_confirm": "Confirmed BL Draft",
190
190
  "editBLInformation": "Edit BL information",
191
- "fileManage": "Docs Management",
191
+ "fileManage": "Docs Manage",
192
192
  "fileNmae": "file name",
193
193
  "finalPaymentMemo": "Final Payment Remittance Receipt",
194
194
  "finallyInvoice": "Final invoice",
@@ -425,9 +425,7 @@ export default {
425
425
  this.reset();
426
426
  this.type = type;
427
427
  this.shipmentId = shipmentId;
428
- if (!this.companyId) {
429
- this.companyId = row.contractId
430
- }
428
+ this.companyId = row.contractId
431
429
  if (type == "finally") {
432
430
  getInvoiceListByShipmentId(shipmentId)
433
431
  .then((response) => {