|
@@ -171,6 +171,15 @@
|
|
|
<!--装车净重-->
|
|
|
<ws-form-item label="装车净重:" span="1" prop="loadNetWeight">
|
|
|
<ws-input
|
|
|
+ v-if="item.status == '已装车'||item.status == '已送达'"
|
|
|
+ :disabled="readonly"
|
|
|
+ v-model="item.loadNetWeight"
|
|
|
+ placeholder="请输入装车净重"
|
|
|
+ maxlength="20"
|
|
|
+ size="small"
|
|
|
+ />
|
|
|
+ <ws-input
|
|
|
+ v-else
|
|
|
v-model="item.loadNetWeight"
|
|
|
placeholder="请输入装车净重"
|
|
|
maxlength="20"
|
|
@@ -290,6 +299,7 @@ export default {
|
|
|
personCharge: [],
|
|
|
district: null,
|
|
|
driverList: [],
|
|
|
+ readonly: true,
|
|
|
listDate: { country: '中国', level: 'country', city: '' },
|
|
|
citylist: [],
|
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
@@ -810,23 +820,23 @@ export default {
|
|
|
display: none;
|
|
|
}
|
|
|
}
|
|
|
- .is-disabled {
|
|
|
- .el-input__inner:hover {
|
|
|
- background-color: #fff !important;
|
|
|
- border: 0;
|
|
|
- }
|
|
|
- color: #606266;
|
|
|
- .el-input__inner {
|
|
|
- background-color: #fff !important;
|
|
|
- border: 0;
|
|
|
- color: #606266;
|
|
|
- }
|
|
|
- .el-textarea__inner {
|
|
|
- background-color: #fff !important;
|
|
|
- border: 0;
|
|
|
- color: #606266;
|
|
|
- }
|
|
|
- }
|
|
|
+ // .is-disabled {
|
|
|
+ // .el-input__inner:hover {
|
|
|
+ // background-color: #fff !important;
|
|
|
+ // border: 0;
|
|
|
+ // }
|
|
|
+ // color: #606266;
|
|
|
+ // .el-input__inner {
|
|
|
+ // background-color: #fff !important;
|
|
|
+ // border: 0;
|
|
|
+ // color: #606266;
|
|
|
+ // }
|
|
|
+ // .el-textarea__inner {
|
|
|
+ // background-color: #fff !important;
|
|
|
+ // border: 0;
|
|
|
+ // color: #606266;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
}
|
|
|
|
|
|
// 控制select为只读的时候显示样式
|
|
@@ -837,20 +847,20 @@ export default {
|
|
|
padding: 0px 2px;
|
|
|
}
|
|
|
}
|
|
|
-/deep/.is-disabled {
|
|
|
- .el-input__prefix,
|
|
|
- .el-input__suffix {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- .el-input__inner {
|
|
|
- background-color: #fff;
|
|
|
- border-color: #fff !important;
|
|
|
- color: #000 !important;
|
|
|
- font-size: 14px;
|
|
|
- cursor: text;
|
|
|
- padding: 0 !important;
|
|
|
- }
|
|
|
-}
|
|
|
+// /deep/.is-disabled {
|
|
|
+// .el-input__prefix,
|
|
|
+// .el-input__suffix {
|
|
|
+// display: none;
|
|
|
+// }
|
|
|
+// .el-input__inner {
|
|
|
+// background-color: #fff;
|
|
|
+// border-color: #fff !important;
|
|
|
+// color: #000 !important;
|
|
|
+// font-size: 14px;
|
|
|
+// cursor: text;
|
|
|
+// padding: 0 !important;
|
|
|
+// }
|
|
|
+// }
|
|
|
.winseaview-view {
|
|
|
padding: 0 0 20px;
|
|
|
}
|