shish преди 2 години
родител
ревизия
a138a78e65
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      ghs/src/views/in/add.vue
  2. 1 1
      ghsApp/src/admin/home/apply.vue
  3. 1 1
      ghsApp/src/admin/shop/add.vue
  4. 1 1
      ghsApp/src/pagesOrder/refundAllList.vue

+ 1 - 1
ghs/src/views/in/add.vue

@@ -166,7 +166,7 @@
         </div>
         <div class="accounts-list">
           入库日期
-          <el-date-picker v-model="form.entryTime" style="width: 80%" type="date" placeholder="请选择"> </el-date-picker>
+          <el-date-picker v-model="form.entryTime" style="width: 80%" value-format="yyyy-MM-dd" type="date" placeholder="请选择"> </el-date-picker>
         </div>
         <div class="accounts-list">
           打包费

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

@@ -91,7 +91,7 @@ export default {
                     title:'采购与供货商',
                     list:[
                         {name: "供货商",img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`,url: "/pagesPurchase/supplier"},
-                        {name: "采购",img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`,url: "/pagesPurchase/order"},
+                        {name: "采购记录",img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`,url: "/pagesPurchase/order"},
                         {name: "采购设置",img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`,url: "/admin/cg/set"},
                         {name: "结账记录",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/clear/list"}
                     ]

+ 1 - 1
ghsApp/src/admin/shop/add.vue

@@ -2,7 +2,7 @@
 	<view class="app-content">
 		<form @submit="formSubmit">
 			<view class="module-com input-line-wrap">
-				<view v-if="id>0" style="color:red;font-weight:bold;text-align:center;font-size:26upx;margin-bottom:12upx;">
+				<view v-if="id>0" style="color:red;font-weight:bold;text-align:center;font-size:28upx;margin-bottom:12upx;">
 					不清楚的功能,请勿随意修改,出问题后果自负
 				</view>
 				<tui-list-cell class="line-cell" :hover="false">

+ 1 - 1
ghsApp/src/pagesOrder/refundAllList.vue

@@ -1,7 +1,7 @@
 <template>
   <view class="app-content">
       <view style="padding:20upx 0 30upx 50upx;font-size:30upx;">
-        <text @click="changeStatus()">{{ status == -1 ? '选花材类型' : status == 0 ? '处理中' : status == 1 ? '已通过' : status == 2 ? '已驳回' : '已取消' }}</text>
+        <text @click="changeStatus()">{{ status == -1 ? '选状态' : status == 0 ? '处理中' : status == 1 ? '已通过' : status == 2 ? '已驳回' : '已取消' }}</text>
         <text style="margin-left:50upx;" @click="changeClass()">选分类</text>
         <text style="margin-left:50upx;" @click="changeCause()">{{ cause == -1 ? '选原因' : cause == 0 ? '质量问题' : '多开错开' }}</text>
       </view>