This commit is contained in:
@@ -7,10 +7,8 @@
|
||||
<v-row>
|
||||
<h1>UNDER CONSTRUCTION</h1>
|
||||
<h2>
|
||||
Copied from inv part assembly and not implemented as customer work
|
||||
order yet. Backend customer rights check in conjunction with this
|
||||
{{ $store.state.customerRights }}
|
||||
</h2>
|
||||
{{ $store.state.customerRights }}
|
||||
</v-row>
|
||||
</v-form>
|
||||
</div>
|
||||
@@ -21,11 +19,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
//THIS FORM IS CREATE ONLY
|
||||
//no delete, no duplicate, no fetch, just create or leave
|
||||
//
|
||||
const FORM_KEY = "customer-workorder";
|
||||
//const API_BASE_URL = "part-inventory/";
|
||||
|
||||
export default {
|
||||
async created() {
|
||||
|
||||
Reference in New Issue
Block a user