This commit is contained in:
2021-11-18 01:08:18 +00:00
parent c8dbd58821
commit e39c6dd868
2 changed files with 4 additions and 44 deletions

View File

@@ -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() {