linwenxin 9 месяцев назад
Родитель
Сommit
0a7da61a12

+ 1 - 1
src/views/auxiliaryFittings/AuxiliaryAccessoriesWarehouse/index.vue

@@ -90,7 +90,7 @@ export default {
       formDialogTitles: ['新增', '审核', '查看'],
       formData: {
         companyWechatId: '',
-        companyWechatName: '',
+        companyWechatName: JSON.parse(localStorage.getItem('greemall_user')).companyName,
         examineBy: '',
         examineTime: '',
         inStorageId: '',

+ 1 - 1
src/views/auxiliaryFittings/GoodsTransferPeceipt/index.vue

@@ -98,7 +98,7 @@ export default {
       formDialogTitles: ['新增', '审核', '查看'],
       formData: {
         companyWechatId: '',
-        companyWechatName: '',
+        companyWechatName: JSON.parse(localStorage.getItem('greemall_user')).companyName,
         examineBy: '',
         examineTime: '',
         inStorageId: '',