doctor-admin-components 1.0.13-beta.64 → 1.0.13-beta.65
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
|
@@ -495,7 +495,9 @@ export default {
|
|
|
495
495
|
actualArrivalDate: null
|
|
496
496
|
},
|
|
497
497
|
// 表单参数
|
|
498
|
-
form: {
|
|
498
|
+
form: {
|
|
499
|
+
etaUpdateOn: true
|
|
500
|
+
},
|
|
499
501
|
// 表单校验
|
|
500
502
|
rules: {
|
|
501
503
|
billOfLadingNo: [{ required: true, message: '提单号不能为空', trigger: 'blur' }],
|
|
@@ -788,6 +790,7 @@ export default {
|
|
|
788
790
|
createTime: null,
|
|
789
791
|
updateTime: null,
|
|
790
792
|
containerList: [],
|
|
793
|
+
etaUpdateOn: true,
|
|
791
794
|
loadingTime: this.utc2local(new Date(), 'yyyy-MM-DD HH:mm:ss')
|
|
792
795
|
}
|
|
793
796
|
this.contract = {
|