zhengqiang 5 年 前
コミット
3887ee22ae

+ 2 - 2
.env.development

@@ -1,7 +1,7 @@
 OUT_PUT_DIR=dist/jp-housekeeper-portal
 
-VUE_APP_BACKEND_URL=http://127.0.0.1:7070/xpgj
-#VUE_APP_BACKEND_URL=http://127.0.0.1:8086/jp-housekeeper-server
+#VUE_APP_BACKEND_URL=http://127.0.0.1:7070/xpgj
+VUE_APP_BACKEND_URL=http://127.0.0.1:8086/jp-housekeeper-server
 #VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/jp-housekeeper-server
 #VUE_APP_BACKEND_URL=http://xpgjapi.xiaoxinda.com
 

+ 3 - 1
src/views/base/companyPayment-detail.vue

@@ -44,7 +44,9 @@
                     v-model="formModel.cycle"
                     placeholder="结算周期"
                     style="width: 400px"
-                ></el-input>
+                >
+                     <template slot="append">天以内</template>
+                </el-input>
             </el-form-item>
             <el-form-item label="微信mchId" prop="mchId">
                 <el-input

+ 1 - 1
src/views/business/billPush-list.vue

@@ -525,7 +525,7 @@ export default {
                 billPushApi.pushBill(formData).then((response)=>{
                     var jsonData = response.data;
 
-                    alert(jsonData.result)
+                    //alert(jsonData.result)
 
                     if (jsonData.result) {
                         this.changePage(this.pageIndex);