소스 검색

1. 新增门店编码

MONSTER-ygh 6 달 전
부모
커밋
006df172ec
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      src/views/tourism/productManagement/formBox/cateringManagementForm.vue
  2. 1 1
      vue.config.js

+ 3 - 0
src/views/tourism/productManagement/formBox/cateringManagementForm.vue

@@ -207,6 +207,9 @@
                 </el-form-item>
                 
               </div>
+              <el-form-item label="门店编码:" style="margin-top: 20px;" prop="shopCode">
+                <el-input style="width: 350px;" v-model="form.shopCode" placeholder="请输入门店编码" />
+              </el-form-item>
             </div>
             <div style="width: 50%;flex-shrink: 0;">
               <div style="width: 100%;height: 350px;">

+ 1 - 1
vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `https://tourismmer.dev.gztjy.top/tourism-merchant-api`,
+        target: `https://tourismmer.dev.dazesoft.cn/tourism-merchant-api`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''