refactor(04): input select

This commit is contained in:
puriphatt 2024-07-26 10:46:23 +00:00
parent 05651af9a8
commit 48c1bd9987
3 changed files with 107 additions and 47 deletions

View file

@ -3200,6 +3200,7 @@ watch(
<BasicInformation
dense
:isType="productMode === 'type'"
v-model:options-branch="branchOption"
v-model:remark="formDataGroup.remark"
v-model:name="formDataGroup.name"
v-model:detail="formDataGroup.detail"
@ -3259,6 +3260,7 @@ watch(
dense
:isType="productMode === 'type'"
:readonly="!isEdit"
v-model:options-branch="branchOption"
v-model:remark="formDataGroup.remark"
v-model:name="formDataGroup.name"
v-model:code="formDataGroup.code"
@ -3448,7 +3450,7 @@ watch(
<template #information>
<BasicInfoProduct
:options-branch="branchOption"
v-model:options-branch="branchOption"
v-model:registered-branch-id="formDataProduct.registeredBranchId"
v-model:detail="formDataProduct.detail"
v-model:remark="formDataProduct.remark"
@ -3516,8 +3518,8 @@ watch(
<template #information>
<BasicInfoProduct
:options-branch="branchOption"
:readonly="!infoProductEdit"
v-model:options-branch="branchOption"
v-model:registered-branch-id="formDataProduct.registeredBranchId"
v-model:detail="formDataProduct.detail"
v-model:remark="formDataProduct.remark"
@ -3581,7 +3583,7 @@ watch(
<BasicInformation
dense
service
:options-branch="branchOption"
v-model:options-branch="branchOption"
v-model:registered-branch-id="
formDataProductService.registeredBranchId
"
@ -3746,7 +3748,7 @@ watch(
v-if="currentServiceTab === 'serviceInformation'"
dense
service
:options-branch="branchOption"
v-model:options-branch="branchOption"
v-model:registered-branch-id="
formDataProductService.registeredBranchId
"