|
@@ -51,21 +51,31 @@
|
|
<el-col :span="11" class="nop">
|
|
<el-col :span="11" class="nop">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12" class="border">
|
|
<el-col :span="12" class="border">
|
|
- <el-form-item prop="platform_code">
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="platform_code"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<el-input
|
|
<el-input
|
|
v-model="ruleForm.platform_code"
|
|
v-model="ruleForm.platform_code"
|
|
maxlength="100"
|
|
maxlength="100"
|
|
- :disabled="isDetail"
|
|
|
|
|
|
+ :disabled="status !== '2'"
|
|
placeholder="平台订单号"
|
|
placeholder="平台订单号"
|
|
/> </el-form-item
|
|
/> </el-form-item
|
|
></el-col>
|
|
></el-col>
|
|
|
|
|
|
<el-col :span="12" class="border">
|
|
<el-col :span="12" class="border">
|
|
- <el-form-item prop="po_code">
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="po_code"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<el-input
|
|
<el-input
|
|
v-model="ruleForm.po_code"
|
|
v-model="ruleForm.po_code"
|
|
maxlength="100"
|
|
maxlength="100"
|
|
- :disabled="isDetail"
|
|
|
|
|
|
+ :disabled="status !== '2'"
|
|
placeholder="其他单号"
|
|
placeholder="其他单号"
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -130,10 +140,10 @@
|
|
<span>SPU编号:</span
|
|
<span>SPU编号:</span
|
|
><span>{{ conGoodData.spuCode }}</span>
|
|
><span>{{ conGoodData.spuCode }}</span>
|
|
</li>
|
|
</li>
|
|
- <li>
|
|
|
|
|
|
+ <!-- <li>
|
|
<span>平台商品编码:</span
|
|
<span>平台商品编码:</span
|
|
><span>{{ conGoodData.platform_code_en }}</span>
|
|
><span>{{ conGoodData.platform_code_en }}</span>
|
|
- </li>
|
|
|
|
|
|
+ </li> -->
|
|
</ul>
|
|
</ul>
|
|
<i
|
|
<i
|
|
class="el-icon-warning-outline fr"
|
|
class="el-icon-warning-outline fr"
|
|
@@ -193,25 +203,36 @@
|
|
<el-col :span="11" class="nop">
|
|
<el-col :span="11" class="nop">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12" class="border">
|
|
<el-col :span="12" class="border">
|
|
- <el-form-item prop="platform_time">
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="platform_time"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<el-date-picker
|
|
<el-date-picker
|
|
type="datetime"
|
|
type="datetime"
|
|
placeholder="平台订单下单时间"
|
|
placeholder="平台订单下单时间"
|
|
v-model="ruleForm.platform_time"
|
|
v-model="ruleForm.platform_time"
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
value-format="yyyy-MM-dd HH:mm:ss"
|
|
value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
|
+ :disabled="status !== '2'"
|
|
:picker-options="pickerOptions"
|
|
:picker-options="pickerOptions"
|
|
@change="selectTime"
|
|
@change="selectTime"
|
|
>
|
|
>
|
|
</el-date-picker> </el-form-item
|
|
</el-date-picker> </el-form-item
|
|
></el-col>
|
|
></el-col>
|
|
<el-col :span="12" class="border">
|
|
<el-col :span="12" class="border">
|
|
- <!-- :disabled="isDetail" -->
|
|
|
|
- <el-form-item prop="plat_code">
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="plat_code"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<el-input
|
|
<el-input
|
|
v-model="ruleForm.plat_code"
|
|
v-model="ruleForm.plat_code"
|
|
maxlength="100"
|
|
maxlength="100"
|
|
readonly
|
|
readonly
|
|
|
|
+ :disabled="status !== '2'"
|
|
@focus="showModel = true"
|
|
@focus="showModel = true"
|
|
placeholder="平台商品编号"
|
|
placeholder="平台商品编号"
|
|
/></el-form-item>
|
|
/></el-form-item>
|
|
@@ -264,10 +285,10 @@
|
|
<span>SPU编号:</span
|
|
<span>SPU编号:</span
|
|
><span>{{ subGoodData.spuCode }}</span>
|
|
><span>{{ subGoodData.spuCode }}</span>
|
|
</li>
|
|
</li>
|
|
- <li>
|
|
|
|
|
|
+ <!-- <li>
|
|
<span>平台商品编码:</span
|
|
<span>平台商品编码:</span
|
|
><span>{{ subGoodData.platform_code_en }}</span>
|
|
><span>{{ subGoodData.platform_code_en }}</span>
|
|
- </li>
|
|
|
|
|
|
+ </li> -->
|
|
</ul>
|
|
</ul>
|
|
<i
|
|
<i
|
|
class="el-icon-warning-outline fr"
|
|
class="el-icon-warning-outline fr"
|
|
@@ -350,10 +371,17 @@
|
|
<el-col :span="11" class="nop">
|
|
<el-col :span="11" class="nop">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12" class="border">
|
|
<el-col :span="12" class="border">
|
|
- <el-form-item prop="mode">
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="mode"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<el-select
|
|
<el-select
|
|
v-model="ruleForm.mode"
|
|
v-model="ruleForm.mode"
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
|
|
+ clearable
|
|
|
|
+ :disabled="status !== '2'"
|
|
placeholder="收费模式"
|
|
placeholder="收费模式"
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
@@ -367,10 +395,17 @@
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
<el-col :span="12" class="border">
|
|
<el-col :span="12" class="border">
|
|
- <el-form-item prop="sale_source">
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="sale_source"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<el-select
|
|
<el-select
|
|
v-model="ruleForm.sale_source"
|
|
v-model="ruleForm.sale_source"
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
|
|
+ clearable
|
|
|
|
+ :disabled="status !== '2'"
|
|
placeholder="销售渠道"
|
|
placeholder="销售渠道"
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
@@ -411,21 +446,31 @@
|
|
<el-col :span="11" class="nop">
|
|
<el-col :span="11" class="nop">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12" class="border">
|
|
<el-col :span="12" class="border">
|
|
- <el-form-item prop="contactor">
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="contactor"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<el-input
|
|
<el-input
|
|
v-model="ruleForm.contactor"
|
|
v-model="ruleForm.contactor"
|
|
maxlength="100"
|
|
maxlength="100"
|
|
- :disabled="isDetail"
|
|
|
|
|
|
+ :disabled="status !== '2'"
|
|
placeholder="收货人"
|
|
placeholder="收货人"
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="border">
|
|
<el-col :span="12" class="border">
|
|
- <el-form-item prop="mobile">
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="mobile"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<el-input
|
|
<el-input
|
|
v-model="ruleForm.mobile"
|
|
v-model="ruleForm.mobile"
|
|
maxlength="100"
|
|
maxlength="100"
|
|
- :disabled="isDetail"
|
|
|
|
|
|
+ :disabled="status !== '2'"
|
|
placeholder="收货电话"
|
|
placeholder="收货电话"
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -444,31 +489,44 @@
|
|
<div class="tab-item-main">
|
|
<div class="tab-item-main">
|
|
<el-row class="tab-title">
|
|
<el-row class="tab-title">
|
|
<el-col :span="4">
|
|
<el-col :span="4">
|
|
- <div>{{ importSitem.addr }}</div>
|
|
|
|
|
|
+ <div style="min-height: 26px"> </div>
|
|
<div>{{ importSitem.addr }}</div></el-col
|
|
<div>{{ importSitem.addr }}</div></el-col
|
|
>
|
|
>
|
|
<el-col :span="9">
|
|
<el-col :span="9">
|
|
- <div>{{ confirmSitem.addr }}</div>
|
|
|
|
|
|
+ <div style="min-height: 26px">
|
|
|
|
+ {{ confirmSitem.addr_name }}
|
|
|
|
+ </div>
|
|
<div>{{ confirmSitem.addr }}</div>
|
|
<div>{{ confirmSitem.addr }}</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="11" class="nop">
|
|
<el-col :span="11" class="nop">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12" class="border">
|
|
<el-col :span="12" class="border">
|
|
- <el-form-item prop="addr_code">
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="addr_code"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<select-area
|
|
<select-area
|
|
:value="ruleForm.addr_code"
|
|
:value="ruleForm.addr_code"
|
|
:size="'mini'"
|
|
:size="'mini'"
|
|
|
|
+ :disabled="status !== '2'"
|
|
placeholder="收货省市区"
|
|
placeholder="收货省市区"
|
|
@selectChange="select_area_change($event)"
|
|
@selectChange="select_area_change($event)"
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="border">
|
|
<el-col :span="12" class="border">
|
|
- <el-form-item prop="addr">
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="addr"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<el-input
|
|
<el-input
|
|
v-model="ruleForm.addr"
|
|
v-model="ruleForm.addr"
|
|
maxlength="100"
|
|
maxlength="100"
|
|
- :disabled="isDetail"
|
|
|
|
|
|
+ :disabled="status !== '2'"
|
|
placeholder="详细地址"
|
|
placeholder="详细地址"
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -488,11 +546,16 @@
|
|
<el-col :span="4">{{ importSitem.order_remark }}</el-col>
|
|
<el-col :span="4">{{ importSitem.order_remark }}</el-col>
|
|
<el-col :span="9">{{ confirmSitem.order_remark }}</el-col>
|
|
<el-col :span="9">{{ confirmSitem.order_remark }}</el-col>
|
|
<el-col :span="11">
|
|
<el-col :span="11">
|
|
- <el-form-item prop="order_remark">
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="order_remark"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<el-input
|
|
<el-input
|
|
v-model="ruleForm.order_remark"
|
|
v-model="ruleForm.order_remark"
|
|
maxlength="100"
|
|
maxlength="100"
|
|
- :disabled="isDetail"
|
|
|
|
|
|
+ :disabled="status !== '2'"
|
|
placeholder="订单备注" /></el-form-item
|
|
placeholder="订单备注" /></el-form-item
|
|
></el-col>
|
|
></el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -517,29 +580,39 @@
|
|
<el-col :span="11" class="nop">
|
|
<el-col :span="11" class="nop">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12" class="border">
|
|
<el-col :span="12" class="border">
|
|
- <el-form-item prop="num">
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="num"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<digital-input
|
|
<digital-input
|
|
:values="ruleForm.num"
|
|
:values="ruleForm.num"
|
|
:placeholder="'数量'"
|
|
:placeholder="'数量'"
|
|
:min="0"
|
|
:min="0"
|
|
- :disabled="false"
|
|
|
|
:max="100000000000"
|
|
:max="100000000000"
|
|
:position="'right'"
|
|
:position="'right'"
|
|
:precision="0"
|
|
:precision="0"
|
|
:size="'mini'"
|
|
:size="'mini'"
|
|
:controls="false"
|
|
:controls="false"
|
|
:append="''"
|
|
:append="''"
|
|
|
|
+ :disabled="status !== '2'"
|
|
@reschange="number_change($event, 'num')"
|
|
@reschange="number_change($event, 'num')"
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="border">
|
|
<el-col :span="12" class="border">
|
|
- <el-form-item prop="price">
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="price"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<digital-input
|
|
<digital-input
|
|
:values="ruleForm.price"
|
|
:values="ruleForm.price"
|
|
:placeholder="'单价'"
|
|
:placeholder="'单价'"
|
|
:min="price_min"
|
|
:min="price_min"
|
|
- :disabled="false"
|
|
|
|
|
|
+ :disabled="status !== '2'"
|
|
:max="100000000000"
|
|
:max="100000000000"
|
|
:position="'right'"
|
|
:position="'right'"
|
|
:precision="2"
|
|
:precision="2"
|
|
@@ -565,14 +638,30 @@
|
|
<el-col :span="4">{{ importSitem.activity_name }}</el-col>
|
|
<el-col :span="4">{{ importSitem.activity_name }}</el-col>
|
|
<el-col :span="9">{{ confirmSitem.activity_name }}</el-col>
|
|
<el-col :span="9">{{ confirmSitem.activity_name }}</el-col>
|
|
<el-col :span="11">
|
|
<el-col :span="11">
|
|
- <el-form-item prop="activity_name">
|
|
|
|
- <el-input
|
|
|
|
- v-model="ruleForm.activity_name"
|
|
|
|
- maxlength="100"
|
|
|
|
- :disabled="isDetail"
|
|
|
|
|
|
+ <el-form-item
|
|
|
|
+ prop="activity_code"
|
|
|
|
+ :style="{
|
|
|
|
+ marginBottom: status !== '2' ? '0px' : '18px',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
|
|
+ <el-select
|
|
|
|
+ v-model="ruleForm.activity_code"
|
|
|
|
+ style="width: 100%"
|
|
|
|
+ clearable
|
|
|
|
+ :disabled="status !== '2'"
|
|
|
|
+ @change="get_new_price"
|
|
placeholder="活动名称"
|
|
placeholder="活动名称"
|
|
- /> </el-form-item
|
|
|
|
- ></el-col>
|
|
|
|
|
|
+ >
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="(item, i) in actOptions"
|
|
|
|
+ :key="item.activity_code + i"
|
|
|
|
+ :label="item.activity_name"
|
|
|
|
+ :value="item.activity_code"
|
|
|
|
+ >
|
|
|
|
+ </el-option>
|
|
|
|
+ </el-select>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -594,16 +683,12 @@
|
|
</el-row>
|
|
</el-row>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="tab-row">
|
|
|
|
|
|
+ <div class="tab-row" v-if="status === '2'">
|
|
<div class="tab-item-label">
|
|
<div class="tab-item-label">
|
|
<label style="color: transparent">*</label>
|
|
<label style="color: transparent">*</label>
|
|
</div>
|
|
</div>
|
|
<div class="tab-item-main tr">
|
|
<div class="tab-item-main tr">
|
|
- <el-button
|
|
|
|
- v-if="!isDetail"
|
|
|
|
- type="primary"
|
|
|
|
- @click="submitForm"
|
|
|
|
- :size="'mini'"
|
|
|
|
|
|
+ <el-button type="primary" @click="submitForm" :size="'mini'"
|
|
>保 存
|
|
>保 存
|
|
</el-button>
|
|
</el-button>
|
|
<!-- <el-button @click="showModelThis = false" :size="'mini'">{{
|
|
<!-- <el-button @click="showModelThis = false" :size="'mini'">{{
|
|
@@ -692,6 +777,7 @@ export default {
|
|
rulesThis: {},
|
|
rulesThis: {},
|
|
coptions: [],
|
|
coptions: [],
|
|
options,
|
|
options,
|
|
|
|
+ actOptions: [],
|
|
ruleForm: {},
|
|
ruleForm: {},
|
|
rules,
|
|
rules,
|
|
options1,
|
|
options1,
|
|
@@ -735,7 +821,7 @@ export default {
|
|
price,
|
|
price,
|
|
num,
|
|
num,
|
|
before_discount_all_price,
|
|
before_discount_all_price,
|
|
- activity_name,
|
|
|
|
|
|
+ activity_code,
|
|
order_remark,
|
|
order_remark,
|
|
addr,
|
|
addr,
|
|
addr_code,
|
|
addr_code,
|
|
@@ -753,15 +839,21 @@ export default {
|
|
price: price || "", //单价
|
|
price: price || "", //单价
|
|
num: num || "", //数量
|
|
num: num || "", //数量
|
|
before_discount_all_price: before_discount_all_price || "", //优惠前总金额
|
|
before_discount_all_price: before_discount_all_price || "", //优惠前总金额
|
|
- activity_name: activity_name || "", //优惠活动名称
|
|
|
|
|
|
+ activity_code: activity_code || "", //优惠活动名称
|
|
order_remark: order_remark || "", //订单备注
|
|
order_remark: order_remark || "", //订单备注
|
|
addr: addr || "", //联系地址
|
|
addr: addr || "", //联系地址
|
|
- addr_code: addr_code && addr_code.length > 0 ? addr_code : [], //省市区
|
|
|
|
|
|
+ addr_code:
|
|
|
|
+ addr_code && addr_code.length > 0 ? addr_code.split(",") : [], //省市区
|
|
};
|
|
};
|
|
this.ruleForm.before_discount_all_price = this.accMul(
|
|
this.ruleForm.before_discount_all_price = this.accMul(
|
|
this.ruleForm.num,
|
|
this.ruleForm.num,
|
|
this.ruleForm.price
|
|
this.ruleForm.price
|
|
);
|
|
);
|
|
|
|
+ await this.get_goods_active();
|
|
|
|
+ const { platform_code: platformCode } = this.subGoodData;
|
|
|
|
+ if (platformCode) {
|
|
|
|
+ await this.get_source(platformCode);
|
|
|
|
+ }
|
|
},
|
|
},
|
|
|
|
|
|
async initData() {
|
|
async initData() {
|
|
@@ -775,28 +867,24 @@ export default {
|
|
this.confirmSitem = confirm
|
|
this.confirmSitem = confirm
|
|
? JSON.parse(JSON.stringify(confirm))
|
|
? JSON.parse(JSON.stringify(confirm))
|
|
: null;
|
|
: null;
|
|
- this.subSitem = user_update
|
|
|
|
- ? JSON.parse(JSON.stringify(user_update))
|
|
|
|
- : null;
|
|
|
|
|
|
+
|
|
this.status = status;
|
|
this.status = status;
|
|
|
|
+ if (
|
|
|
|
+ !(this.status === "3" || this.status === "4" || this.status === "5")
|
|
|
|
+ ) {
|
|
|
|
+ this.subSitem = confirm ? JSON.parse(JSON.stringify(confirm)) : null;
|
|
|
|
+ } else {
|
|
|
|
+ this.subSitem = user_update
|
|
|
|
+ ? JSON.parse(JSON.stringify(user_update))
|
|
|
|
+ : null;
|
|
|
|
+ }
|
|
// console.log(this.status);
|
|
// console.log(this.status);
|
|
if (this.confirmSitem && this.confirmSitem.plat_code) {
|
|
if (this.confirmSitem && this.confirmSitem.plat_code) {
|
|
await this.onlineData(1, this.confirmSitem.plat_code);
|
|
await this.onlineData(1, this.confirmSitem.plat_code);
|
|
- if (
|
|
|
|
- !(this.status === "3" || this.status === "4" || this.status === "5")
|
|
|
|
- ) {
|
|
|
|
- await this.againForm(this.confirmSitem);
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
if (this.subSitem && this.subSitem.plat_code) {
|
|
if (this.subSitem && this.subSitem.plat_code) {
|
|
await this.onlineData(2, this.subSitem.plat_code);
|
|
await this.onlineData(2, this.subSitem.plat_code);
|
|
- if (
|
|
|
|
- this.status === "3" ||
|
|
|
|
- this.status === "4" ||
|
|
|
|
- this.status === "5"
|
|
|
|
- ) {
|
|
|
|
- await this.againForm(this.subSitem);
|
|
|
|
- }
|
|
|
|
|
|
+ await this.againForm(this.subSitem);
|
|
}
|
|
}
|
|
|
|
|
|
this.getNewTime();
|
|
this.getNewTime();
|
|
@@ -817,13 +905,6 @@ export default {
|
|
this.conGoodData = data;
|
|
this.conGoodData = data;
|
|
} else {
|
|
} else {
|
|
this.subGoodData = data;
|
|
this.subGoodData = data;
|
|
- const { platform_code } = this.subGoodData;
|
|
|
|
- if (platform_code) {
|
|
|
|
- await this.get_source(platform_code);
|
|
|
|
- }
|
|
|
|
- if (this.status === "2") {
|
|
|
|
- await this.get_new_price();
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
} else if (code >= 100 && code <= 104) {
|
|
} else if (code >= 100 && code <= 104) {
|
|
await this.logout();
|
|
await this.logout();
|
|
@@ -847,6 +928,11 @@ export default {
|
|
} else {
|
|
} else {
|
|
this.$message.warning(message);
|
|
this.$message.warning(message);
|
|
}
|
|
}
|
|
|
|
+ console.log(this.coptions.length);
|
|
|
|
+ if (this.coptions.length == 0) {
|
|
|
|
+ this.ruleForm.sale_source = "";
|
|
|
|
+ this.$refs.ruleForm.validateField("sale_source");
|
|
|
|
+ }
|
|
},
|
|
},
|
|
async resultList(e) {
|
|
async resultList(e) {
|
|
if (e && e.length === 1) {
|
|
if (e && e.length === 1) {
|
|
@@ -883,26 +969,9 @@ export default {
|
|
this.ruleForm.price
|
|
this.ruleForm.price
|
|
);
|
|
);
|
|
},
|
|
},
|
|
- accMul(arg1, arg2) {
|
|
|
|
- var m = 0,
|
|
|
|
- s1 = arg1.toString(),
|
|
|
|
- s2 = arg2.toString();
|
|
|
|
|
|
|
|
- try {
|
|
|
|
- m += s1.split(".")[1].length;
|
|
|
|
- } catch (e) {}
|
|
|
|
-
|
|
|
|
- try {
|
|
|
|
- m += s2.split(".")[1].length;
|
|
|
|
- } catch (e) {}
|
|
|
|
-
|
|
|
|
- return (
|
|
|
|
- (Number(s1.replace(".", "")) * Number(s2.replace(".", ""))) /
|
|
|
|
- Math.pow(10, m)
|
|
|
|
- );
|
|
|
|
- },
|
|
|
|
async get_new_price() {
|
|
async get_new_price() {
|
|
- const { num, activity_name } = this.ruleForm;
|
|
|
|
|
|
+ const { num, activity_code } = this.ruleForm;
|
|
|
|
|
|
if (num * 1 === 0) {
|
|
if (num * 1 === 0) {
|
|
this.price_min = "0";
|
|
this.price_min = "0";
|
|
@@ -918,8 +987,8 @@ export default {
|
|
? subSkuCode
|
|
? subSkuCode
|
|
: conSkuCode,
|
|
: conSkuCode,
|
|
sale_num: num,
|
|
sale_num: num,
|
|
- is_activity: activity_name ? "1" : "0",
|
|
|
|
- act_code: activity_name ? activity_name : "",
|
|
|
|
|
|
+ is_activity: activity_code ? "1" : "0",
|
|
|
|
+ act_code: activity_code ? activity_code : "",
|
|
};
|
|
};
|
|
if (!this.priceLoding) {
|
|
if (!this.priceLoding) {
|
|
const { isok, price } = await this.set_salegetprice(model);
|
|
const { isok, price } = await this.set_salegetprice(model);
|
|
@@ -933,7 +1002,28 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+ async get_goods_active() {
|
|
|
|
+ this.actOptions = [];
|
|
|
|
+ const { skuCode, companyNo, platform_code } = this.subGoodData;
|
|
|
|
+ let model = {
|
|
|
|
+ skuCode,
|
|
|
|
+ companyNo,
|
|
|
|
+ platform_id: platform_code,
|
|
|
|
+ };
|
|
|
|
+ const { code, data, message } = await asyncRequest.goods_active(model);
|
|
|
|
+ if (code === 0) {
|
|
|
|
+ const { act } = data;
|
|
|
|
+ this.actOptions = act;
|
|
|
|
+ } else if (code >= 100 && code <= 104) {
|
|
|
|
+ await this.logout();
|
|
|
|
+ } else {
|
|
|
|
+ this.$message.warning(message);
|
|
|
|
+ }
|
|
|
|
+ if (this.actOptions.length === 0) {
|
|
|
|
+ this.ruleForm.activity_code = "";
|
|
|
|
+ this.$refs.ruleForm.validateField("activity_code");
|
|
|
|
+ }
|
|
|
|
+ },
|
|
async resetForm() {
|
|
async resetForm() {
|
|
// 重置
|
|
// 重置
|
|
await this.$nextTick(() => {
|
|
await this.$nextTick(() => {
|
|
@@ -968,6 +1058,24 @@ export default {
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|
|
|
|
+ accMul(arg1, arg2) {
|
|
|
|
+ var m = 0,
|
|
|
|
+ s1 = arg1.toString(),
|
|
|
|
+ s2 = arg2.toString();
|
|
|
|
+
|
|
|
|
+ try {
|
|
|
|
+ m += s1.split(".")[1].length;
|
|
|
|
+ } catch (e) {}
|
|
|
|
+
|
|
|
|
+ try {
|
|
|
|
+ m += s2.split(".")[1].length;
|
|
|
|
+ } catch (e) {}
|
|
|
|
+
|
|
|
|
+ return (
|
|
|
|
+ (Number(s1.replace(".", "")) * Number(s2.replace(".", ""))) /
|
|
|
|
+ Math.pow(10, m)
|
|
|
|
+ );
|
|
|
|
+ },
|
|
async set_salegetprice(model) {
|
|
async set_salegetprice(model) {
|
|
this.priceLoding = true;
|
|
this.priceLoding = true;
|
|
let resModel = {
|
|
let resModel = {
|
|
@@ -997,6 +1105,7 @@ export default {
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.orderConfirm {
|
|
.orderConfirm {
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
|
|
+
|
|
color: #909399 !important;
|
|
color: #909399 !important;
|
|
line-height: 26px;
|
|
line-height: 26px;
|
|
.tab-row {
|
|
.tab-row {
|
|
@@ -1004,6 +1113,9 @@ export default {
|
|
border-top: 1px solid #ebeef5;
|
|
border-top: 1px solid #ebeef5;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: stretch;
|
|
align-items: stretch;
|
|
|
|
+ &:last-child {
|
|
|
|
+ border-bottom: 1px solid #ebeef5;
|
|
|
|
+ }
|
|
.tab-item-label {
|
|
.tab-item-label {
|
|
padding: 4px 5px;
|
|
padding: 4px 5px;
|
|
width: 125px;
|
|
width: 125px;
|