Commit 560059e2 by chenyu

update: dist

parent 59b42529
This source diff could not be displayed because it is too large. You can view the blob instead.
<!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="./static/css/iconfont.css"><link rel="stylesheet" href="./static/css/common.css"><link rel="shortcut icon" type="image/x-icon" href="./static/img/favicon.ico"><title>积分商城</title><script defer="defer" src="/integral-mall/js/main.c9b435a5a3c4244a0950.js"></script><link href="/integral-mall/css/main.93eae680938bc078408f.css" rel="stylesheet"></head><body><div id="app"></div><script>(function() {
<!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="./static/css/iconfont.css"><link rel="stylesheet" href="./static/css/common.css"><link rel="shortcut icon" type="image/x-icon" href="./static/img/favicon.ico"><title>积分商城</title><script defer="defer" src="/integral-mall/js/main.ec739f78743bd1cf81f2.js"></script><link href="/integral-mall/css/main.1bb90208385a781612be.css" rel="stylesheet"></head><body><div id="app"></div><script>(function() {
var src = '/component/static/import-component.js?timestrap=' + new Date().getTime();
var host = window.location.host;
host = host.indexOf('localhost') > -1 || host.indexOf('192.168') > -1 ? 'gicdev.demogic.com' : host;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -24,11 +24,11 @@
<el-radio :label="1">
动态日期
</el-radio>
<el-radio :label="2" :disabled="erpGoodsFlag">
<el-radio :label="2" :disabled="product.erpGoodsFlag">
固定日期
</el-radio>
</el-radio-group>
<div class="tip-warm" style="margin-left:0;" v-if="erpGoodsFlag">
<div class="tip-warm" style="margin-left:0;" v-if="product.erpGoodsFlag">
<p style="line-height:32px;">
您已开启【商品兑换库存同步接口】,如果该自提点支持调货,请选择【动态日期】,否则客户无法选择该自提点
</p>
......@@ -106,7 +106,7 @@
v-model="item.dataRange"
:picker-options="pickerOptionsEnd"
is-range
:disabled="erpGoodsFlag"
:disabled="product.erpGoodsFlag"
format="yy-MM-dd"
type="daterange"
range-separator="至"
......@@ -354,7 +354,7 @@ export default {
// this.pickedModal.timeRangeList[0].timeRange = [currentTime, currentTime1];
// },
computed: {
...mapState(['erpGoodsFlag']),
...mapState(['product']),
},
watch: {
visible: {
......
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