shish 4 лет назад
Родитель
Сommit
c7b8f7a2b6

+ 1 - 1
ghsApp/src/admin/home/apply.vue

@@ -53,7 +53,7 @@ export default {
                     title:'客户与门店',
                     list:[
                         {name: "门店",img: `${this.$constant.imgUrl}/ghs/home/shop.png`,url: "/admin/shop/list"},
-                        {name: "零售店设置",img: `${this.$constant.imgUrl}/ghs/home/shop.png`,url: "/admin/shop/sk"},
+                        {name: "我的零售店",img: `${this.$constant.imgUrl}/ghs/home/shop.png`,url: "/admin/shop/sk"},
                         {name: "员工",img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,url: "/admin/staff/list"},
                         {name: "调拨出库",img: `${this.$constant.imgUrl}/ghs/home/dbck.png`,url: "/pagesStorehouse/allot/allotEx"},
                         {name: "调拨入库",img: `${this.$constant.imgUrl}/ghs/home/dbrk.png`,url: "/pagesStorehouse/allot/allotPut"},

+ 2 - 2
ghsApp/src/admin/shop/sk.vue

@@ -4,12 +4,12 @@
       <form @submit="formSubmit">
         <div class="module-com input-line-wrap">
           <tui-list-cell class="line-cell" :arrow="true" @click="selectCustom">
-            <div class="tui-title">零售店:</div>
+            <div class="tui-title">请选择门店:</div>
             <view>{{form.customName}}</view>
           </tui-list-cell>
         </div>
         <div class="confirm-btn">
-          <button class="admin-button-com big blue" formType="submit">保存</button>
+          <button class="admin-button-com big blue" formType="submit">提交</button>
         </div>
       </form>
     </div>

+ 1 - 1
ghsApp/src/pages.json

@@ -147,7 +147,7 @@
 				{"path": "print","style": {"navigationBarTitleText": "云打印"}},
 				{"path": "trumpet","style": {"navigationBarTitleText": "云喇叭设置"}},
 				{"path": "changeShop","style": {"navigationBarTitleText": "切换门店"}},
-				{"path": "sk","style": {"navigationBarTitleText": "零售店设置"}},
+				{"path": "sk","style": {"navigationBarTitleText": "我的零售店"}},
 				{"path": "password","style": {"navigationBarTitleText": "密码修改"}}
 			]
 		},

+ 9 - 12
ghsApp/src/pagesPurchase/add.vue

@@ -48,22 +48,19 @@
 				<view class="select-view">
 					<view class="select-cmd_bx">
 						<view class="num_bx">
-							<view class="kc">数量</view>
-							
-
-						<!-- #ifdef APP-PLUS -->
-						<input v-model="customData.bigCount" type="number" placeholder="填写扎数" />
-						<!-- #endif -->
-						<!-- #ifdef MP-WEIXIN -->
-						<input v-model="customData.bigCount" :focus="isAddInputFocus" type="number" placeholder="填写扎数" />
-						<!-- #endif -->
-
+							<view class="kc">单价</view>
+							<!-- #ifdef APP-PLUS -->
+							<input v-model="customData.userPrice" @focus="customData.userPrice = null" type="digit" placeholder="填写单价" />
+							<!-- #endif -->
+							<!-- #ifdef MP-WEIXIN -->							
+							<input v-model="customData.userPrice" @focus="customData.userPrice = null" :focus="isAddInputFocus" type="digit" placeholder="填写单价" />
+							<!-- #endif -->
 						</view>
 					</view>
 					<view class="select-cmd_bx">
 						<view class="num_bx">
-							<view class="kc">单价</view>
-							<input v-model="customData.userPrice" @focus="customData.userPrice = null" type="digit" placeholder="填写单价" />
+							<view class="kc">数量</view>
+							<input v-model="customData.bigCount" type="number" placeholder="填写扎数" />
 						</view>
 					</view>
 				</view>

+ 2 - 2
hdApp/src/admin/home/workbench.vue

@@ -22,9 +22,9 @@
           </div>
         </div>
         <div class="info-list" @click="goNewStudent" >
-          <div class="info-list-name">新学员</div>
+          <div class="info-list-name">支出</div>
           <div class="info-list-value">
-            {{ $util.numberFormat(data.todayData.newStudent) || 0 }}
+            0
           </div>
         </div>
       </div>