shish 4 lat temu
rodzic
commit
355c42c069

+ 4 - 9
ghsApp/src/admin/breakage/list.vue

@@ -3,21 +3,16 @@
 			<block v-if="!$util.isEmpty(list.data)">
 				<navigator class="flex-space list" v-for="(item, index) in list.data" :key="index" :url="`/admin/breakage/info?orderSn=${item.orderSn}`" >
 				<view class="label">
-					<text>日期:{{item.addTime}}</text>
+					<text>日期:{{item.addTime.substr(5,11)}}</text>
 					<text>单号:{{item.orderSn}}</text>
+          <text>来源:{{item.ptStyle == 1 ? '零售':'批发'}}</text>
 					<text>操作:{{item.shopAdminName}}</text>
 				</view>
-				<view class="flex val">
-					{{item.bigNum}}/{{item.smallNum}}
-					<view class="iconfont iconxiangyou"></view>
-				</view>
+				<view class="flex val"> {{item.bigNum}}/{{item.smallNum}} <view class="iconfont iconxiangyou"></view> </view>
 			</navigator>
 			</block>
 			<block v-else>
-				<app-wrapper-empty
-					title="暂无数据"
-					:is-empty="$util.isEmpty(list.data)"
-				/>
+				<app-wrapper-empty title="暂无数据" :is-empty="$util.isEmpty(list.data)" />
 			</block>
 
 		<view class="app-footer open_btn">

+ 4 - 9
hdApp/src/admin/breakage/list.vue

@@ -3,21 +3,16 @@
 			<block v-if="!$util.isEmpty(list.data)">
 				<navigator class="flex-space list" v-for="(item, index) in list.data" :key="index" :url="`/admin/breakage/info?orderSn=${item.orderSn}`" >
 				<view class="label">
-					<text>日期:{{item.addTime}}</text>
+					<text>日期:{{item.addTime.substr(5,11)}}</text>
 					<text>单号:{{item.orderSn}}</text>
+          <text>来源:{{item.ptStyle == 1 ? '零售':'批发'}}</text>
 					<text>操作:{{item.shopAdminName}}</text>
 				</view>
-				<view class="flex val">
-					{{item.bigNum}}/{{item.smallNum}}
-					<view class="iconfont iconxiangyou"></view>
-				</view>
+				<view class="flex val"> {{item.bigNum}}/{{item.smallNum}} <view class="iconfont iconxiangyou"></view> </view>
 			</navigator>
 			</block>
 			<block v-else>
-				<app-wrapper-empty
-					title="暂无数据"
-					:is-empty="$util.isEmpty(list.data)"
-				/>
+				<app-wrapper-empty title="暂无数据" :is-empty="$util.isEmpty(list.data)" />
 			</block>
 
 		<view class="app-footer open_btn">

+ 3 - 4
hdApp/src/admin/home/apply.vue

@@ -47,12 +47,11 @@ export default {
             { name: "调拨出库", img: `${this.$constant.imgUrl}/ghs/home/dbck.png`, url: "/pagesStorehouse/allot/allotEx",pf:0},
             { name: "调拨入库", img: `${this.$constant.imgUrl}/ghs/home/dbrk.png`, url: "/pagesStorehouse/allot/allotPut",pf:0},
             { name: "库存预警", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/pagesStorehouse/stockWarn/manage",pf:1},
-            { name: "盘点", img: `${this.$constant.imgUrl}/ghs/home/pandian.png`, url: "/pagesStorehouse/inventory/list",pf:1},
-            { name: "员工", img: `${this.$constant.imgUrl}/ghs/home/yggl.png`, url: "/admin/staff/list",pf:1},
+            { name: "盘点", img: `${this.$constant.imgUrl}/ghs/home/pandian.png`, url: "/pagesStorehouse/inventory/list",pf:0},
+            { name: "员工", img: `${this.$constant.imgUrl}/ghs/home/yggl.png`, url: "/admin/staff/list",pf:0},
             { name: "员工业绩", img: `${this.$constant.imgUrl}/ghs/home/icon_ygyj.png`, url: "/admin/staff/achieve",pf:1},
             { name: "供应商", img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`, url: "/pagesPurchase/order",pf:0},
-            { name: "采购单", img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`, url: "/pagesPurchase/shopping",pf:0},
-            { name: "培训班", img: `${this.$constant.imgUrl}/ghs/home/icon_pxb.png`, url: "/pagesStatistics/trainingClass",pf:1},
+            { name: "采购单", img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`, url: "/pagesPurchase/shopping",pf:0}
           ]
         },
         {

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

@@ -99,8 +99,8 @@ export default {
         { name: "盆栽花束", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/goodsManage/list",pf:1 },
         { name: "花材", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/item/list",pf:1 },
         { name: "改价", img: `${this.$constant.imgUrl}/ghs/home/gj.png`, url: "/admin/changePrice/list",pf:0},
-        { name: "报损单", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/breakage/list",pf:1 },
-        { name: "员工", img: `${this.$constant.imgUrl}/ghs/home/yggl.png`, url: "/admin/staff/list",pf:1 },
+        { name: "报损单", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/breakage/list",pf:1},
+        { name: "员工", img: `${this.$constant.imgUrl}/ghs/home/yggl.png`, url: "/admin/staff/list",pf:0 },
         { name: "采购结账单", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/clear/list",pf:0 },
       ],
       totalData: [

+ 1 - 1
hdApp/src/pagesStorehouse/stockWarn/detailed.vue

@@ -13,7 +13,7 @@
 							<t-th>剩余</t-th>
 						</t-tr>
 						<t-tr v-for="(item, index) in list.data" :key="index">
-							<t-td align="center" color="info">
+							<t-td>
 								<view style="width:150upx;">
 									<view>{{ item.addTime.substr(5,11) }}</view>
 									<view>{{item.ptStyle==1?'零售':'批发'}}</view>