diff --git a/config/index.js b/config/index.js index 1eb5636..5367816 100644 --- a/config/index.js +++ b/config/index.js @@ -26,13 +26,15 @@ module.exports = { assetsPublicPath: "/", proxyTable: { "/api": { - target: "http://192.168.31.209:8084/", //设置你调用的接口域名和端口号 别忘了加http 本地 + //target: "http://192.168.31.209:8084/", //设置你调用的接口域名和端口号 别忘了加http 本地 + // target: "http://192.168.31.201:8084/", //设置你调用的接口域名和端口号 别忘了加http 本地 // target: "http://139.9.185.131:8098/", //设置你调用的接口域名和端口号 别忘了加http 天懿达正式 // target: "http://139.9.58.205:8084/", //设置你调用的接口域名和端口号 别忘了加http 天懿达正式华为云 // target: "http://139.9.185.131:9094/", //设置你调用的接口域名和端口号 别忘了加http 盛联 // target: "http://139.9.185.131:8084/", //设置你调用的接口域名和端口号 别忘了加http 天懿达正式 - // target: "http://192.168.31.201:8084/", //设置你调用的接口域名和端口号 别忘了加http 天懿达线上 + // target: "http://192.168.31.209:8084/", //设置你调用的接口域名和端口号 别忘了加http 天懿达线上 + target: "https://www.decaisoft.com/preferential", //设置你调用的接口域名和端口号 别忘了加http 天懿达线上 // target: 'http://124.71.99.140:8084/', //设置你调用的接口域名和端口号 别忘了加http 线上 // target: 'http://124.71.99.140:8081/', //设置你调用的接口域名和端口号 别忘了加http 测试 // target: 'https://www.decaisoft.com:8088/', //设置你调用的接口域名和端口号 别忘了加http 测试 @@ -44,7 +46,7 @@ module.exports = { } }, // Various Dev Server settingsss - host: "192.168.31.194", // can be overwritten by process.env.HOST + host: "192.168.31.35", // can be overwritten by process.env.HOST port: 3000, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: false, errorOverlay: true, @@ -74,12 +76,10 @@ module.exports = { events: { onEnd: { delete: ["./dist.rar"], - archive: [ - { - source: path.join(__dirname, "./dist"), - destination: path.join(__dirname, "./dist.rar") - } - ] + archive: [{ + source: path.join(__dirname, "./dist"), + destination: path.join(__dirname, "./dist.rar") + }] } } }) diff --git a/config/tianyida.code-workspace b/config/tianyida.code-workspace new file mode 100644 index 0000000..6466216 --- /dev/null +++ b/config/tianyida.code-workspace @@ -0,0 +1,11 @@ +{ + "folders": [ + { + "path": ".." + }, + { + "path": "..\\..\\..\\平台管理\\platform" + } + ], + "settings": {} +} \ No newline at end of file diff --git a/dist.rar b/dist.zip similarity index 52% rename from dist.rar rename to dist.zip index 3a3c0b2..42b28a9 100644 Binary files a/dist.rar and b/dist.zip differ diff --git a/src/pages/discount-coupon/issue/components/edit.vue b/src/pages/discount-coupon/issue/components/edit.vue index 1e7d68b..2a8dda2 100644 --- a/src/pages/discount-coupon/issue/components/edit.vue +++ b/src/pages/discount-coupon/issue/components/edit.vue @@ -217,6 +217,13 @@ export default { handleNext() { this.$refs.form.validate((valid) => { if (valid) { + let form = Object.assign({}, this.form); + if (form.suitableStore < 1) { + form.useStoreList = Array.from([]); + } + if (form.suitableProject < 1) { + form.projectList = Array.from([]); + } this.$emit('next', 2, this.form) } else { return false diff --git a/src/pages/eashier/roomCash/components/bing/components/baseMsg.vue b/src/pages/eashier/roomCash/components/bing/components/baseMsg.vue new file mode 100644 index 0000000..77ce521 --- /dev/null +++ b/src/pages/eashier/roomCash/components/bing/components/baseMsg.vue @@ -0,0 +1,104 @@ + + + diff --git a/src/pages/eashier/roomCash/components/bing/components/cashPay.vue b/src/pages/eashier/roomCash/components/bing/components/cashPay.vue new file mode 100644 index 0000000..c4f5b4d --- /dev/null +++ b/src/pages/eashier/roomCash/components/bing/components/cashPay.vue @@ -0,0 +1,81 @@ + + + diff --git a/src/pages/eashier/roomCash/components/bing/components/cashTotalMoney.vue b/src/pages/eashier/roomCash/components/bing/components/cashTotalMoney.vue new file mode 100644 index 0000000..5866684 --- /dev/null +++ b/src/pages/eashier/roomCash/components/bing/components/cashTotalMoney.vue @@ -0,0 +1,34 @@ + + + diff --git a/src/pages/eashier/roomCash/components/bing/components/payItems.vue b/src/pages/eashier/roomCash/components/bing/components/payItems.vue new file mode 100644 index 0000000..17b153b --- /dev/null +++ b/src/pages/eashier/roomCash/components/bing/components/payItems.vue @@ -0,0 +1,227 @@ + + + diff --git a/src/pages/eashier/roomCash/components/bing/index.vue b/src/pages/eashier/roomCash/components/bing/index.vue index 5870112..22fff12 100644 --- a/src/pages/eashier/roomCash/components/bing/index.vue +++ b/src/pages/eashier/roomCash/components/bing/index.vue @@ -113,7 +113,7 @@ - +