Commit f9641ac9 by 陈羽

update: update

parent cd5a6dcf
...@@ -618,6 +618,7 @@ export default { ...@@ -618,6 +618,7 @@ export default {
endTime: this.endTime, endTime: this.endTime,
integralMallProId: this.integralMallProId ? this.integralMallProId : '', integralMallProId: this.integralMallProId ? this.integralMallProId : '',
pageType: 2, //1、代表优惠券订单列表 2、礼品订单 pageType: 2, //1、代表优惠券订单列表 2、礼品订单
creatorId: this.creatorId,
requestProject: 'integral-mall' requestProject: 'integral-mall'
}; };
this.dialogVisible = true; this.dialogVisible = true;
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
<el-checkbox label="2">协管门店</el-checkbox> <el-checkbox label="2">协管门店</el-checkbox>
</el-checkbox-group> </el-checkbox-group>
</el-form-item> </el-form-item>
<el-form-item prop="autoConfirmReceipt" label="自动确认收货"> </el-form-item>
<el-form-item> <el-form-item>
<el-button type="primary" @click="handleSubmit('form')" :loading="btnLoading">确定</el-button> <el-button type="primary" @click="handleSubmit('form')" :loading="btnLoading">确定</el-button>
</el-form-item> </el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment