guarantee-lsq 2 lat temu
rodzic
commit
70c645c13e

+ 5 - 4
src/views/store/outstoreform/modules/TicketForm.vue

@@ -33,11 +33,11 @@
             <td colspan="1" style="text-align:left;">
               {{ type? '领库':'退库' }}单位或个人:{{ model.createdUserName }}
             </td>
-            <td colspan="3" style="text-align:left;">
+            <td colspan="2" style="text-align:left;">
               用途:{{ model.remark }}
             </td>
-            <td colspan="2" style="text-align:left;">
-              成本归属:{{ model.remark }}
+            <td colspan="3" style="text-align:left;">
+              成本归属:{{ model.feeFrom }}
             </td>
           </tr>
           <tr>
@@ -101,7 +101,8 @@ export default {
         'caller': null,
         'dispatcher': null,
         'repairMan': null,
-        'content': null
+        'content': null,
+        'feeFrom': null
       }
     }
   },