forked from integrated_whb/integrated_whb_vue
地点管理修改行政区域必填
parent
a9ae574aff
commit
426ed0b6a2
|
@ -34,7 +34,7 @@
|
|||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="行政区域" prop="POSSESSION">
|
||||
<el-form-item label="行政区域" prop="ADMINISTRATIVEREGIONS">
|
||||
<layout-territory
|
||||
ref="territoryCascaderRef"
|
||||
v-model="data.form.ADMINISTRATIVEREGIONS"
|
||||
|
|
|
@ -433,19 +433,19 @@ const fnConfirmerChange = () => {
|
|||
data.form.CONFIRMINGPERSON = "";
|
||||
data.form.CONFIRMINGPHONE = "";
|
||||
data.confirmerOptions = [];
|
||||
}
|
||||
};
|
||||
|
||||
const fnShipmentAddrChange = () => {
|
||||
data.form.SHIPPINGADDRESS = "";
|
||||
data.form.STARTADMINISTRATIVEAREA = "";
|
||||
data.StartOptions = [];
|
||||
}
|
||||
};
|
||||
|
||||
const fnGogalAddrChange = () => {
|
||||
data.form.DESTINATIONADDRESS = "";
|
||||
data.form.ENDDMINISTRATIVEAREA = "";
|
||||
data.EndOptions = [];
|
||||
}
|
||||
};
|
||||
|
||||
const fnClientUserChange = async () => {
|
||||
const selectedClient = data.clientOptionsList.find(
|
||||
|
@ -470,7 +470,6 @@ const fnClientShipmentAddr = async () => {
|
|||
};
|
||||
|
||||
const fnGoalAddrChange = async () => {
|
||||
|
||||
const selectedDestination = data.EndOptionsList.find(
|
||||
(location) => location.LOCATIONNAME_ID === data.form.DESTINATION
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue