[fix uat94] 排查流程-适用市场,下拉框数据来源:国家/地区
This commit is contained in:
+23
-9
@@ -109,14 +109,24 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="item-model" prop="applicableMarket">
|
<a-form-model-item class="item-model" prop="applicableMarket">
|
||||||
<market-regulations-list-selection
|
<s-tree-select
|
||||||
v-model="formInline.applicableMarket"
|
v-model="formInline.applicableMarket"
|
||||||
type="radio"
|
:getPopupContainer="triggerNode=> triggerNode.parentNode"
|
||||||
@numberChange="marketRegulationNumberChange"
|
style="width: 100%"
|
||||||
:name-str="formInline.applicableMarketNo"
|
:tree-data="countryOptions"
|
||||||
:disabled="isRejectedData"
|
tree-checkable
|
||||||
selectOnly
|
treeCheckStrictly
|
||||||
:placeholder="$t('pleaseSelect')+$t('applicableMarket')" />
|
:disabled="isRejectedData"
|
||||||
|
:replaceFields="{title: isChinese() ? 'title' : 'enTitle'}"
|
||||||
|
:placeholder="$t('pleaseSelect')+$t('applicableMarket')" />
|
||||||
|
<!--<market-regulations-list-selection-->
|
||||||
|
<!-- v-model="formInline.applicableMarket"-->
|
||||||
|
<!-- type="radio"-->
|
||||||
|
<!-- @numberChange="marketRegulationNumberChange"-->
|
||||||
|
<!-- :name-str="formInline.applicableMarketNo"-->
|
||||||
|
<!-- :disabled="isRejectedData"-->
|
||||||
|
<!-- selectOnly-->
|
||||||
|
<!-- :placeholder="$t('pleaseSelect')+$t('applicableMarket')" />-->
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
<!-- 是否与上一版相同,是添加标准的新增的数据并且分解单来源不是不带入时显示 -->
|
<!-- 是否与上一版相同,是添加标准的新增的数据并且分解单来源不是不带入时显示 -->
|
||||||
@@ -266,6 +276,9 @@ import { getFileAccessHttpUrl, downloadFile } from '@/api/manage'
|
|||||||
import { kkFilePreview } from '@/utils/kkFilePreview'
|
import { kkFilePreview } from '@/utils/kkFilePreview'
|
||||||
import SplitClauseDetail from '../../../documentTool/documentSplit/modules/SplitClauseDetail'
|
import SplitClauseDetail from '../../../documentTool/documentSplit/modules/SplitClauseDetail'
|
||||||
import JUploadImport from '../../../../components/JUploadImport'
|
import JUploadImport from '../../../../components/JUploadImport'
|
||||||
|
// import { marketRegulationGetListNumber } from '../../../../api/standardRegulationLibraryApi'
|
||||||
|
import STreeSelect from '@/components/STreeSelect'
|
||||||
|
|
||||||
|
|
||||||
const FILE_TYPE_IMGS = ['jpg', 'jpeg', 'png', 'raw']
|
const FILE_TYPE_IMGS = ['jpg', 'jpeg', 'png', 'raw']
|
||||||
const FILE_TYPE_PDF = 'pdf'
|
const FILE_TYPE_PDF = 'pdf'
|
||||||
@@ -279,7 +292,8 @@ const uidGenerator = () => {
|
|||||||
export default {
|
export default {
|
||||||
name: 'EngineerInitBaseInfo',
|
name: 'EngineerInitBaseInfo',
|
||||||
components: {
|
components: {
|
||||||
MarketRegulationsListSelection,
|
STreeSelect,
|
||||||
|
// MarketRegulationsListSelection,
|
||||||
JTable,
|
JTable,
|
||||||
ManualAddModal,
|
ManualAddModal,
|
||||||
StandardSelectionModal,
|
StandardSelectionModal,
|
||||||
|
|||||||
Reference in New Issue
Block a user