|
@@ -49,10 +49,6 @@
|
|
<el-col :span="6">下单时间</el-col>
|
|
<el-col :span="6">下单时间</el-col>
|
|
<el-col :span="18" class="other">{{ form.buy_time }}</el-col>
|
|
<el-col :span="18" class="other">{{ form.buy_time }}</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="24" class="bode">
|
|
|
|
- <el-col :span="6">支付时间</el-col>
|
|
|
|
- <el-col :span="18" class="other">{{ form.pay_time }}</el-col>
|
|
|
|
- </el-col>
|
|
|
|
<el-col :span="24" class="bode">
|
|
<el-col :span="24" class="bode">
|
|
<el-col :span="6">寄出运单号</el-col>
|
|
<el-col :span="6">寄出运单号</el-col>
|
|
<el-col :span="18" class="other">{{ transport.shop_transport_no || '暂无单号' }}</el-col>
|
|
<el-col :span="18" class="other">{{ transport.shop_transport_no || '暂无单号' }}</el-col>
|
|
@@ -129,7 +125,7 @@ const moment = require('moment');
|
|
import { mapState, mapGetters, createNamespacedHelpers } from 'vuex';
|
|
import { mapState, mapGetters, createNamespacedHelpers } from 'vuex';
|
|
const { mapActions } = createNamespacedHelpers('zrOrder');
|
|
const { mapActions } = createNamespacedHelpers('zrOrder');
|
|
const { mapActions: dictData } = createNamespacedHelpers('dictData');
|
|
const { mapActions: dictData } = createNamespacedHelpers('dictData');
|
|
-const { mapActions: sot } = createNamespacedHelpers('sot');
|
|
|
|
|
|
+const { mapActions: sot } = createNamespacedHelpers('zrSot');
|
|
|
|
|
|
export default {
|
|
export default {
|
|
name: 'form-1',
|
|
name: 'form-1',
|
|
@@ -222,7 +218,7 @@ export default {
|
|
if (form.id) res = await this.update(form);
|
|
if (form.id) res = await this.update(form);
|
|
if (this.$checkRes(res)) {
|
|
if (this.$checkRes(res)) {
|
|
this.$message({ type: `success`, message: `维护信息成功` });
|
|
this.$message({ type: `success`, message: `维护信息成功` });
|
|
- this.toBack();
|
|
|
|
|
|
+ this.search();
|
|
}
|
|
}
|
|
},
|
|
},
|
|
// 返回
|
|
// 返回
|