|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
ref="IndexForm" |
|
|
|
|
:rules="rules" |
|
|
|
|
> |
|
|
|
|
<el-form-item label="异常类型" prop="workOrderType" class="el_inputTop"> |
|
|
|
|
<el-form-item label="异常类型" prop="workOrderType" class="el_inputTop "> |
|
|
|
|
<el-select |
|
|
|
|
v-model="Indexform.workOrderType" |
|
|
|
|
clearable |
|
|
|
@ -924,6 +924,9 @@ const abnormalChange = val => {
|
|
|
|
|
// } else { |
|
|
|
|
// Indexform.value.packageCode = null; |
|
|
|
|
// } |
|
|
|
|
// 切换类型重置图片 |
|
|
|
|
Indexform.value['packList']=[] |
|
|
|
|
console.log(Indexform.value); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 发现节点事件 |
|
|
|
@ -1050,6 +1053,8 @@ const AddPackage = () => {
|
|
|
|
|
brandName: '', |
|
|
|
|
state: false, |
|
|
|
|
mallName: '', |
|
|
|
|
secondary:'', |
|
|
|
|
first:'', |
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
// 包件移除 |
|
|
|
@ -1094,6 +1099,8 @@ const TopChange = val => {
|
|
|
|
|
brandName: '', |
|
|
|
|
state: false, |
|
|
|
|
mallName: '', |
|
|
|
|
secondary:'', |
|
|
|
|
first:'', |
|
|
|
|
}, |
|
|
|
|
]; //重置包件信息 |
|
|
|
|
Indexform.value = {}; //重置表单 |
|
|
|
@ -1246,6 +1253,8 @@ const ConfirmForm = () => {
|
|
|
|
|
waybillNumber: item.waybillNumber ? item.waybillNumber : null, //运单号 |
|
|
|
|
orderCode: item.orderCode ? item.orderCode : null, //订单自编码 |
|
|
|
|
brandName: item.brandName ? item.brandName : null, //品牌 |
|
|
|
|
first:item.first ? item.first : null, //一级品类 |
|
|
|
|
secondary:item.secondary ? item.secondary : null, //二级品类 |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
@ -1779,7 +1788,7 @@ const isShowFormItem4 = computed(() => {
|
|
|
|
|
border: 1px solid #ccc; |
|
|
|
|
.el-form-item { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
align-items: flex-start; |
|
|
|
|
margin: 0; |
|
|
|
|
margin-bottom: 18px; |
|
|
|
|
flex: 1 0 30%; |
|
|
|
@ -1938,7 +1947,7 @@ const isShowFormItem4 = computed(() => {
|
|
|
|
|
} |
|
|
|
|
.maxBox { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
align-items: flex-start; |
|
|
|
|
width: 30%; |
|
|
|
|
margin-right: 16px; |
|
|
|
|
font-size: 14px; |
|
|
|
@ -2195,6 +2204,7 @@ const isShowFormItem4 = computed(() => {
|
|
|
|
|
} |
|
|
|
|
:deep(.el_inputTop) { |
|
|
|
|
margin-bottom: 0 !important; |
|
|
|
|
margin: 5px 0 !important; |
|
|
|
|
} |
|
|
|
|
:deep(.el-form-item.is-required:not(.is-no-asterisk).asterisk-left > .el-form-item__label:before){ |
|
|
|
|
color: #ff0000; |
|
|
|
@ -2211,6 +2221,6 @@ const isShowFormItem4 = computed(() => {
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
.el_btn_remove{ |
|
|
|
|
padding-top: 6px; |
|
|
|
|
// padding-top: 6px; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|