doctor-admin-components 1.0.13-beta.76 → 1.0.13-beta.77

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.76",
4
+ "version": "1.0.13-beta.77",
5
5
  "private": false,
6
6
  "main1": "lib/index.umd.min.js",
7
7
  "main": "packages/index.js",
@@ -1149,7 +1149,8 @@ export default {
1149
1149
  async checkPreShipment() {
1150
1150
  let res = await addContainerCheck({
1151
1151
  'billOfLadingNo': this.form.billOfLadingNo,
1152
- 'bookingNo': this.form.bookingNo
1152
+ 'bookingNo': this.form.bookingNo,
1153
+ 'shipmentId': this.form.shipmentId
1153
1154
  })
1154
1155
  if (!res.data.checkShipmentTip) {
1155
1156
  return true