diff --git a/src/views/Pricesystem/ListOfPriceSystems.vue b/src/views/Pricesystem/ListOfPriceSystems.vue
index f4719410..d3f59c05 100644
--- a/src/views/Pricesystem/ListOfPriceSystems.vue
+++ b/src/views/Pricesystem/ListOfPriceSystems.vue
@@ -16,10 +16,10 @@
-
+
@@ -97,6 +97,7 @@
v-model="endFrom.deliveryTime"
type="datetime"
format="YYYY-MM-DD"
+ disabled
/>
@@ -110,6 +111,7 @@
filterable
default-first-option
:reserve-keyword="false"
+ disabled
>
-
+
@@ -129,6 +131,7 @@
v-model="endFrom.deliverGoodsTime"
type="datetime"
format="YYYY-MM-DD"
+ disabled
/>
@@ -138,6 +141,7 @@
type="datetime"
format="YYYY-MM-DD"
value-format="YYYY-MM-DD"
+ disabled
/>
@@ -147,11 +151,12 @@
type="datetime"
format="YYYY-MM-DD"
value-format="YYYY-MM-DD"
+ disabled
/>
-
+
@@ -168,6 +173,7 @@
label="处理方"
v-if="displaySettings.processor"
style="width: 42%"
+
>
{
$_getInfo({ id: $route.query.id }).then(res => {
console.log(res, '回显返回值参数');
endFrom.value = res.data.data;
+ console.log( endFrom.value,'存储起来的参数');
endFrom.value.result = [];
endFrom.value.processor = [];
endFrom.value.packageImage = [];
@@ -1395,7 +1403,7 @@ const onLoad = () => {
obj => obj.dictKey == endFrom.value.workOrderStatus
).dictValue; //异常类型处理
});
-
+ console.log( endFrom.value,'endFrom.value');
// 支付方式字典
getDictionaryBiz('payment_method').then(res => {
//处理结果字典
@@ -1583,13 +1591,13 @@ const changeProcessingResults = val => {
const displaySettings = computed(() => {
return {
- trainNumber: ['3', '5', '7', '6'].includes(endFrom.value.workOrderType), //车次号
- deliveryTime: ['5', '7', '6'].includes(endFrom.value.workOrderType), //配送时间
- deliveryDriver: ['5', '7', '6'].includes(endFrom.value.workOrderType), //配送司机
- vehicleRoute: ['3'].includes(endFrom.value.workOrderType), //车辆线路
- deliverGoodsTime: ['2'].includes(endFrom.value.workOrderType), //发货时间
- warehousingTime: ['4'].includes(endFrom.value.workOrderType), //入库时间
- discoveryTime: ['4', '5', '6', '7'].includes(endFrom.value.workOrderType), //发现时间
+ trainNumber: ['3', '5', '7', '6'].includes(endFrom.value.discoveryNode), //车次号
+ deliveryTime: ['5', '7', '6'].includes(endFrom.value.discoveryNode), //配送时间
+ deliveryDriver: ['5', '7', '6'].includes(endFrom.value.discoveryNode), //配送司机
+ vehicleRoute: ['3'].includes(endFrom.value.discoveryNode), //车辆线路
+ deliverGoodsTime: ['2'].includes(endFrom.value.discoveryNode), //发货时间
+ warehousingTime: ['4'].includes(endFrom.value.discoveryNode), //入库时间
+ discoveryTime: ['4', '5', '6', '7'].includes(endFrom.value.discoveryNode), //发现时间
waybillMall: true, //运单商场
typeServiceName: true, //合作模式
processor: true, //处理方
@@ -2286,6 +2294,8 @@ const submit = async val => {
};
// 消息回复
const replyMessage = () => {
+ console.log(endFrom.value,'endFrom.value');
+ console.log(endFrom.value.workOrderType,'类型');
if (!Msgtextarea.value) {
ElMessage({
message: '请输入回复内容',
@@ -3137,12 +3147,14 @@ const CustomerServiceCompleted = () => {
flex-wrap: wrap;
:deep(.el-form-item) {
- width: 14%;
+ width: 16%;
+ height: auto;
display: flex;
align-items: flex-start;
flex-direction: column;
flex: none;
margin-right: 4px;
+ margin-bottom: 0;
.el-form-item__label {
margin-left: 0;
}
@@ -3154,6 +3166,7 @@ const CustomerServiceCompleted = () => {
width: 100%;
display: flex;
flex-wrap: wrap;
+
}
}
.el-select {
diff --git a/src/views/financialsector/CustomerBaseprice.vue b/src/views/financialsector/CustomerBaseprice.vue
index d24623fe..c8cb3841 100644
--- a/src/views/financialsector/CustomerBaseprice.vue
+++ b/src/views/financialsector/CustomerBaseprice.vue
@@ -23,12 +23,7 @@
删 除
-
- 导出模板
-
- 导入模板
+
@@ -377,10 +372,7 @@ const Modifytemplate = row => {
});
};
-// 导入模板
-const ImportTemplate = () => {
- dialogTemp.value = true;
-};
+
// 导出确定
const dialogVisible = () => {};