|
@@ -2099,6 +2099,8 @@
|
|
|
this.$set(parasm, 'pricingWay', 1);
|
|
this.$set(parasm, 'pricingWay', 1);
|
|
|
this.$set(parasm, 'goodsLevel', item.goodsLevel);
|
|
this.$set(parasm, 'goodsLevel', item.goodsLevel);
|
|
|
this.$set(parasm, 'guaranteePeriod', item.warrantyPeriod);
|
|
this.$set(parasm, 'guaranteePeriod', item.warrantyPeriod);
|
|
|
|
|
+ this.$set(parasm, 'customerExpectDeliveryDeadline', dayjs(new Date()).format('YYYY-MM-DD'))
|
|
|
|
|
+
|
|
|
if (item.modelKey) {
|
|
if (item.modelKey) {
|
|
|
this.$set(parasm, 'modelKey', item.modelKey.split(','));
|
|
this.$set(parasm, 'modelKey', item.modelKey.split(','));
|
|
|
}
|
|
}
|
|
@@ -2124,6 +2126,7 @@
|
|
|
)
|
|
)
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
this.$set(
|
|
this.$set(
|
|
|
parasm,
|
|
parasm,
|
|
|
'packageDispositionList',
|
|
'packageDispositionList',
|