| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384 |
- <template>
- <el-form ref="form" :model="form" :rules="rules">
- <ele-pro-table
- ref="table"
- :columns="columns"
- height="400"
- full-height="calc(100vh - 76px)"
- @columns-change="handleColumnChange"
- :cache-key="cacheKeyUrl"
- :selection.sync="selection"
- :datasource="form.datasource"
- class="time-form"
- >
- <!-- 表头工具栏 -->
- <template v-slot:toolbar>
- <div style="display: flex">
- <el-button
- size="small"
- type="primary"
- icon="el-icon-plus"
- class="ele-btn-icon"
- @click="handParent('', -1)"
- >
- 新增
- </el-button>
- <warehouseAll
- @success="warehouseAllChange"
- :disabled="!selection.length"
- ></warehouseAll>
- <el-button
- size="small"
- type="primary"
- class="ele-btn-icon"
- style="margin-left: 5px"
- @click="handleTaskinstance"
- :disabled="!selection.length"
- >批量设置工序
- </el-button>
- <timeDialogAll
- @chooseTime="chooseTimeALl"
- :disabled="!selection.length"
- ></timeDialogAll>
- <dateAll
- @success="dateAllChange"
- :disabled="!selection.length"
- ></dateAll>
- </div>
- </template>
- <template v-slot:productName="{ row, $index }">
- <el-form-item
- :prop="'datasource.' + $index + '.productName'"
- :rules="{
- required: true,
- message: '请输入',
- trigger: 'change'
- }"
- >
- <el-input
- v-model="row.productName"
- placeholder="请输入"
- style="width: calc(100% - 70px); margin-right: 10px"
- v-if="!row.productCode"
- ></el-input>
- <div
- v-else
- style="width: calc(100% - 70px); margin-right: 10px"
- class="ellipsis-single"
- :title="row.productName"
- >{{ row.productName }}</div
- >
- <el-button
- size="small"
- type="primary"
- @click.native="handParent(row, $index)"
- >选择
- </el-button>
- </el-form-item>
- </template>
- <template v-slot:batchNo="scope">
- <el-form-item :prop="'datasource.' + scope.$index + '.batchNo'">
- <el-input v-model="scope.row.batchNo"></el-input>
- </el-form-item>
- </template>
- <template v-slot:totalCount="scope">
- <el-form-item
- :prop="'datasource.' + scope.$index + '.totalCount'"
- :rules="{
- required: true,
- pattern: numberReg,
- message: '请输入数量',
- trigger: 'blur'
- }"
- >
- <el-input
- v-model="scope.row.totalCount"
- @input="changeCount(scope.row, scope.$index)"
- placeholder="请输入"
- ></el-input>
- </el-form-item>
- </template>
- <template v-slot:productBrand="scope">
- <el-form-item
- :prop="'datasource.' + scope.$index + '.productBrand'"
- v-if="!scope.row.productCode"
- >
- <el-input v-model="scope.row.productBrand"></el-input>
- </el-form-item>
- <div v-else>{{ scope.row.productBrand }}</div>
- </template>
- <template v-slot:brand="scope">
- <el-form-item :prop="'datasource.' + scope.$index + '.brand'">
- <el-input v-model="scope.row.brand"></el-input>
- </el-form-item>
- </template>
- <template v-slot:modelType="scope">
- <el-form-item
- :prop="'datasource.' + scope.$index + '.modelType'"
- v-if="!scope.row.productCode"
- >
- <el-input v-model="scope.row.modelType"></el-input>
- </el-form-item>
- <div v-else>{{ scope.row.modelType }}</div>
- </template>
- <template v-slot:specification="scope">
- <el-form-item
- :prop="'datasource.' + scope.$index + '.specification'"
- v-if="!scope.row.productCode"
- >
- <el-input v-model="scope.row.specification"></el-input>
- </el-form-item>
- <div v-else>{{ scope.row.specification }}</div>
- </template>
- <template v-slot:measuringUnit="scope">
- <el-form-item
- :prop="'datasource.' + scope.$index + '.measuringUnit'"
- v-if="!scope.row.productCode"
- >
- <el-input
- v-model="scope.row.measuringUnit"
- placeholder="请输入"
- ></el-input>
- </el-form-item>
- <div v-else>{{ scope.row.measuringUnit }}</div>
- </template>
- <template v-slot:remark="scope">
- <el-form-item :prop="'datasource.' + scope.$index + '.remark'">
- <el-input
- v-model="scope.row.remark"
- type="textarea"
- placeholder="请输入"
- ></el-input>
- </el-form-item>
- </template>
- <template v-slot:taskName="scope">
- <el-form-item :prop="'datasource.' + scope.$index + '.taskName'">
- <el-input
- v-model="scope.row.taskName"
- placeholder="请选择"
- style="width: calc(100% - 70px); margin-right: 10px"
- disabled
- ></el-input>
- <el-button
- v-if="scope.row.productCode"
- size="small"
- type="primary"
- @click.native="handleTaskinstance(scope.row, scope.$index)"
- >选择
- </el-button>
- </el-form-item>
- </template>
- <template v-slot:technicalAnswerName="{ row, $index }">
- <el-form-item
- :prop="'datasource.' + $index + '.technicalAnswerName'"
- :rules="{
- required: false,
- message: '请输入',
- trigger: 'change'
- }"
- >
- <el-input
- v-model="row.technicalAnswerName"
- placeholder="请输入"
- @click.native="handHead(row, $index)"
- ></el-input>
- </el-form-item>
- </template>
- <template v-slot:technicalParams="scope">
- <el-form-item
- :prop="'datasource.' + scope.$index + '.technicalParams'"
- :rules="{
- required: false,
- message: '请输入',
- trigger: 'change'
- }"
- >
- <el-input
- type="textarea"
- v-model="scope.row.technicalParams"
- placeholder="请输入"
- ></el-input>
- </el-form-item>
- </template>
- <template v-slot:files="scope">
- <el-form-item :prop="'datasource.' + scope.$index + '.files'">
- <fileMain v-model="scope.row.files"></fileMain>
- </el-form-item>
- </template>
- <template v-slot:technicalDrawings="scope">
- <el-form-item
- :prop="'datasource.' + scope.$index + '.technicalDrawings'"
- >
- <fileMain v-model="scope.row.technicalDrawings"></fileMain>
- </el-form-item>
- </template>
- <template v-slot:expectReceiveDate="scope">
- <el-form-item
- v-if="scope.row.arrivalWay == 1"
- :prop="'datasource.' + scope.$index + '.expectReceiveDate'"
- :rules="{
- required: true,
- message: '请选择到货日期',
- trigger: 'blur'
- }"
- >
- <el-date-picker
- style="width: 100%"
- clearable
- v-model="scope.row.expectReceiveDate"
- type="date"
- value-format="yyyy-MM-dd"
- placeholder="请选择日期"
- >
- </el-date-picker>
- </el-form-item>
- <el-form-item v-if="scope.row.arrivalWay == 2">
- <el-link
- type="primary"
- :underline="false"
- @click.native="handleMethod(scope.row, scope.$index)"
- >
- 设置分批时间
- </el-link>
- </el-form-item>
- </template>
- <template v-slot:arrivalWay="scope">
- <el-form-item
- :prop="'datasource.' + scope.$index + '.arrivalWay'"
- :rules="{
- required: true,
- message: '请选择到货方式',
- trigger: 'blur'
- }"
- >
- <el-select
- v-model="scope.row.arrivalWay"
- clearable
- style="width: 100%"
- >
- <el-option
- v-for="item in arrivalWayList"
- :key="item.value"
- :label="item.label"
- :value="item.value"
- >
- </el-option>
- </el-select>
- </el-form-item>
- </template>
- <template v-slot:supplierName="scope">
- <el-form-item
- :prop="'datasource.' + scope.$index + '.supplierName'"
- :rules="{
- required: isSupplier ? true : false,
- trigger: 'change',
- message: '请选择供应商'
- }"
- >
- <el-select v-model="scope.row.supplierId" clearable filterable>
- <el-option
- v-for="i in scope.row.supplierList"
- :key="i.id"
- :value="i.id"
- :label="i.name"
- @click.native="getSupInfo(i, scope.$index)"
- ></el-option>
- </el-select>
- </el-form-item>
- </template>
- <template v-slot:provenance="scope">
- <el-form-item :prop="'datasource.' + scope.$index + '.provenance'">
- <DictSelection
- dictName="产地"
- clearable
- v-model="scope.row.provenance"
- multiple
- :isOne="scope.$index == 0"
- >
- </DictSelection>
- </el-form-item>
- </template>
- <template v-slot:headerProductName="{ column }">
- <span class="is-required">{{ column.label }}</span>
- </template>
- <template v-slot:headerTotalCount="{ column }">
- <span class="is-required">{{ column.label }}</span>
- </template>
- <template v-slot:headerExpectReceiveDate="{ column }">
- <span class="is-required">{{ column.label }}</span>
- </template>
- <template v-slot:headerArrivalWay="{ column }">
- <span class="is-required">{{ column.label }}</span>
- </template>
- <template v-slot:headerSupplierName="{ column }">
- <span :class="{ 'is-required': isSupplier }">{{ column.label }}</span>
- </template>
- <template v-slot:headerWarehouseId="{ column }">
- <span
- :class="{ 'is-required': ['3', '4', '5'].includes(sourceType) }"
- >{{ column.label }}</span
- >
- </template>
- <template v-slot:warehouseId="scope">
- <el-form-item
- :prop="'datasource.' + scope.$index + '.warehouseId'"
- :rules="[
- {
- required: ['3', '4', '5'].includes(sourceType) ? true : false,
- message: '请选择仓库',
- trigger: 'blur'
- }
- ]"
- >
- <el-select
- v-model="scope.row.warehouseId"
- placeholder="请选择"
- @change="warehouseChange(scope.$index, scope.row)"
- >
- <el-option
- v-for="item in warehouseList"
- :key="item.id"
- :label="item.name"
- :value="item.id"
- >
- </el-option>
- </el-select>
- </el-form-item>
- </template>
- <template v-slot:purchaseCount="scope">
- <el-form-item
- :prop="'datasource.' + scope.$index + '.purchaseCount'"
- :rules="{
- required: true,
- message: '请输入数量',
- trigger: 'change'
- }"
- >
- <el-input
- v-model="scope.row.purchaseCount"
- placeholder="请输入"
- type="number"
- :min="0"
- @input="changeCount(scope.row, scope.$index)"
- >
- <template slot="append">
- <el-select
- v-model="scope.row.purchaseUnitId"
- style="width: 80px"
- @change="changeCount(scope.row, scope.$index)"
- >
- <el-option
- :label="item.conversionUnit"
- :value="item.id"
- @click.native="packingChange(item, scope.$index)"
- v-for="(item, index) in scope.row.packageDispositionList"
- :key="index"
- ></el-option>
- </el-select>
- </template>
- </el-input>
- </el-form-item>
- </template>
- <!-- <template v-slot:purchaseUnit="scope">
- <el-form-item
- style="margin-bottom: 20px"
- :prop="'datasource.' + scope.$index + '.purchaseUnitId'"
- >
- <el-select
- v-model="scope.row.purchaseUnitId"
- style="width: 100%"
- @change="changeCount(scope.row, scope.$index)"
- >
- <el-option
- :label="item.conversionUnit"
- :value="item.id"
- @click.native="packingChange(item, scope.$index)"
- v-for="(item, index) in scope.row.packageDispositionList"
- :key="index"
- ></el-option>
- </el-select>
- </el-form-item>
- </template> -->
- <template v-slot:modelKey="scope">
- <el-form-item :prop="'datasource.' + scope.$index + '.' + 'modelKey'">
- <DictSelection
- dictName="物品机型"
- clearable
- v-model="scope.row.modelKey"
- :isOne="scope.$index === 0"
- filterable
- allow-create
- default-first-option
- >
- </DictSelection>
- </el-form-item>
- </template>
- <template v-slot:colorKey="scope">
- <el-form-item :prop="'datasource.' + scope.$index + '.' + 'colorKey'">
- <DictSelection
- dictName="物品颜色"
- clearable
- v-model="scope.row.colorKey"
- :isOne="scope.$index === 0"
- filterable
- allow-create
- default-first-option
- >
- </DictSelection>
- </el-form-item>
- </template>
- <!-- 操作列 -->
- <template v-slot:action="scope">
- <el-popconfirm
- class="ele-action"
- title="确定要删除吗?"
- @confirm="remove(scope.$index)"
- >
- <template v-slot:reference>
- <el-link type="danger" :underline="false" icon="el-icon-delete">
- 删除
- </el-link>
- </template>
- </el-popconfirm>
- </template>
- <template v-slot:goodsLevel="{ row, $index }">
- <el-form-item :prop="'datasource.' + $index + '.goodsLevel'">
- <el-select v-model="row.goodsLevel" style="width: 100%">
- <el-option
- :label="item.label"
- :value="item.value"
- v-for="(item, index) in levelList"
- :key="index"
- ></el-option>
- </el-select>
- </el-form-item>
- </template>
- </ele-pro-table>
- <product-list
- ref="productListRef"
- classType="1"
- :is-get-inventory-total="true"
- @changeParent="changeParent"
- :is-show-c-bom="true"
- @getSelectionCbom="getSelectionCbom"
- :isSupplier="true"
- ></product-list>
- <head-list ref="headRef" @changeParent="changeAnswer"></head-list>
- <timeDialog @chooseTime="chooseTime" ref="timeDialogRef"></timeDialog>
- <!-- <supplierList
- ref="supplierListRef"
- :classType="2"
- @changeParent="getSupInfo"
- ></supplierList> -->
- <taskinstance-dialog
- ref="taskinstanceDialogRef"
- v-if="taskinstanceDialogFlag"
- @saveTaskInstance="saveTaskInstance"
- :visible.sync="taskinstanceDialogFlag"
- ></taskinstance-dialog>
- </el-form>
- </template>
- <script>
- import { numberReg } from 'ele-admin';
- import productList from '@/BIZComponents/product-list.vue';
- import dictMixins from '@/mixins/dictMixins';
- import fileUpload from '@/components/upload/fileUpload';
- import headList from '@/BIZComponents/user-select/user-select.vue';
- import timeDialog from '@/components/timeDialog/index.vue';
- import { copyObj } from '@/utils/util';
- // import supplierList from '@/views/purchasingManage/supplierManage/components/parentList.vue';
- import { getInventoryTotalAPI } from '@/api/wms';
- // import fileMain from '@/components/addDoc/index.vue';
- import taskinstanceDialog from '@/BIZComponents/procedure/taskinstanceDialog.vue';
- import { lbjtList } from '@/enum/dict.js';
- import tabMixins from '@/mixins/tableColumnsMixin';
- import { getWarehouseList } from '@/api/saleManage/saleorder';
- import warehouseAll from '@/BIZComponents/warehouseAll.vue';
- import { levelList } from '@/enum/dict.js';
- import { changeCount } from '@/BIZComponents/setProduct.js';
- import { contactQueryByCategoryIdsAPI } from '@/api/saleManage/contact';
- import timeDialogAll from '@/components/timeDialog/indexAll.vue';
- import dateAll from './dateAll.vue';
- export default {
- mixins: [dictMixins, tabMixins],
- props: {
- isSupplier: {
- type: Boolean,
- default: false
- },
- detailType: {
- type: Number,
- default: 0
- },
- sourceType: {
- default: ''
- }
- },
- components: {
- taskinstanceDialog,
- // fileMain,
- // supplierList,
- productList,
- fileUpload,
- headList,
- timeDialog,
- timeDialogAll,
- warehouseAll,
- dateAll
- },
- computed: {
- columns() {
- let columnsVersion = this.columnsVersion;
- return [
- {
- width: 45,
- type: 'index',
- columnKey: 'index',
- align: 'center'
- },
- {
- label: '选择',
- width: 45,
- type: 'selection',
- columnKey: 'selection',
- align: 'center',
- fixed: 'left'
- },
- {
- width: 150,
- prop: 'productCategoryName',
- label: '分类',
- showOverflowTooltip: true,
- align: 'center'
- },
- {
- width: 140,
- prop: 'productCode',
- label: '编码',
- showOverflowTooltip: true,
- align: 'center'
- },
- {
- width: 240,
- prop: 'productName',
- label: '名称',
- slot: 'productName',
- headerSlot: 'headerProductName',
- showOverflowTooltip: true,
- align: 'center'
- },
- {
- width: 240,
- prop: 'taskName',
- label: '工序',
- slot: 'taskName',
- showOverflowTooltip: true,
- align: 'center'
- },
- {
- width: 110,
- prop: 'batchNo',
- label: '批次号',
- showOverflowTooltip: true,
- slot: 'batchNo',
- align: 'center'
- },
- {
- prop: 'provenance',
- label: '产地',
- slot: 'provenance',
- align: 'center',
- showOverflowTooltip: true,
- minWidth: 200
- },
- {
- width: 150,
- prop: 'reqTotalCount',
- label: '需求数量',
- showOverflowTooltip: true,
- formatter: (row, column) => {
- if (row.reqTotalCount) {
- return row.reqTotalCount + ' ' + (row.measuringUnit || '');
- }
- },
- align: 'center'
- },
- {
- width: 250,
- prop: 'purchaseCount',
- showOverflowTooltip: true,
- label: '数量',
- slot: 'purchaseCount',
- headerSlot: 'headerTotalCount',
- align: 'center'
- },
- // {
- // width: 150,
- // prop: 'purchaseUnit',
- // showOverflowTooltip: true,
- // label: '单位',
- // slot: 'purchaseUnit',
- // align: 'center'
- // },
- {
- width: 120,
- prop: 'packingSpecification',
- align: 'center',
- label: '包装规格',
- showOverflowTooltip: true
- },
- {
- width: 90,
- prop: 'totalCount',
- label: '计量数量',
- showOverflowTooltip: true,
- formatter: (row, column) => {
- if (row.totalCount) {
- return row.totalCount + ' ' + (row.measuringUnit || '');
- }
- },
- align: 'center'
- },
- // {
- // width: 100,
- // prop: 'measuringUnit',
- // showOverflowTooltip: true,
- // label: '计量单位',
- // slot: 'measuringUnit',
- // align: 'center'
- // },
- {
- minWidth: 120,
- prop: 'goodsLevel',
- showOverflowTooltip: true,
- label: '物品级别',
- slot: 'goodsLevel',
- align: 'center'
- },
- {
- width: 200,
- prop: 'warehouseId',
- label: '入库仓库',
- showOverflowTooltip: true,
- slot: 'warehouseId',
- headerSlot: 'headerWarehouseId',
- align: 'center'
- },
- {
- width: 80,
- prop: 'availableCountBase',
- showOverflowTooltip: true,
- label: '库存数量',
- slot: 'availableCountBase',
- align: 'center'
- },
- // {
- // width: 120,
- // prop: 'singleWeight',
- // label: '单重',
- // slot: 'singleWeight',
- // align: 'center'
- // },
- {
- width: 120,
- prop: 'totalWeight',
- showOverflowTooltip: true,
- label: '重量',
- formatter: (row, column) => {
- if (row.totalWeight) {
- return row.totalWeight + ' ' + (row.weightUnit || '');
- }
- },
- align: 'center'
- },
- {
- width: 160,
- prop: 'arrivalWay',
- label: '到货方式',
- showOverflowTooltip: true,
- slot: 'arrivalWay',
- headerSlot: 'headerArrivalWay',
- align: 'center'
- },
- {
- width: 170,
- prop: 'expectReceiveDate',
- label: '到货日期',
- showOverflowTooltip: true,
- slot: 'expectReceiveDate',
- headerSlot: 'headerExpectReceiveDate',
- align: 'center'
- },
- {
- width: 180,
- prop: 'supplierName',
- label: '供应商',
- showOverflowTooltip: true,
- slot: 'supplierName',
- // headerSlot: 'headerSupplierName',
- align: 'center'
- },
- {
- width: 130,
- prop: 'brand',
- showOverflowTooltip: true,
- label: '品牌',
- slot: 'brand',
- align: 'center'
- },
- {
- width: 160,
- prop: 'technicalDrawings',
- label: '图纸附件',
- showOverflowTooltip: true,
- slot: 'technicalDrawings'
- },
- {
- width: 160,
- prop: 'files',
- label: '附件',
- showOverflowTooltip: true,
- slot: 'files'
- },
- {
- width: 150,
- prop: 'productBrand',
- label: '牌号',
- showOverflowTooltip: true,
- slot: 'productBrand',
- align: 'center'
- },
- {
- width: 130,
- prop: 'modelType',
- showOverflowTooltip: true,
- label: '型号',
- slot: 'modelType',
- align: 'center'
- },
- {
- width: 120,
- prop: 'specification',
- label: '规格',
- showOverflowTooltip: true,
- slot: 'specification',
- align: 'center'
- },
- {
- width: 160,
- prop: 'modelKey',
- label: '机型',
- showOverflowTooltip: true,
- slot: 'modelKey',
- align: 'center'
- },
- {
- width: 160,
- showOverflowTooltip: true,
- prop: 'colorKey',
- label: '颜色',
- slot: 'colorKey',
- align: 'center'
- },
- {
- width: 120,
- prop: 'imgCode',
- align: 'center',
- label: '图号/件号',
- showOverflowTooltip: true
- },
- {
- width: 120,
- prop: 'produceType',
- align: 'center',
- label: '属性类型',
- showOverflowTooltip: true,
- formatter: (row, column) => {
- if (row.produceType) {
- return row.produceType
- .map((item) => {
- return lbjtList[item];
- })
- .toString();
- }
- }
- },
- {
- width: 220,
- prop: 'remark',
- label: '备注',
- showOverflowTooltip: true,
- slot: 'remark',
- align: 'center'
- },
- {
- columnKey: 'action',
- label: '操作',
- width: 120,
- align: 'center',
- resizable: false,
- slot: 'action',
- fixed: 'right',
- showOverflowTooltip: true
- }
- ];
- }
- },
- data() {
- const defaultForm = {
- key: null,
- endTime: '',
- isFirst: 0,
- name: '',
- supplierName: '',
- weightUnit: ''
- };
- return {
- levelList,
- cacheKeyUrl: 'eos-purchasingManage-purchasePlanManage-inventoryTable',
- curIndex: null,
- numberReg,
- defaultForm,
- selection: [],
- arrivalWayList: [
- { label: '一次性到货', value: 1 },
- { label: '分批到货', value: 2 }
- ],
- form: {
- datasource: []
- },
- taskinstanceDialogFlag: false,
- rules: {},
- dictList: {},
- warehouseList: [],
- columnsVersion: 1
- };
- },
- created() {
- this.requestDict('生产类型');
- getWarehouseList().then((res) => {
- this.warehouseList = res;
- });
- },
- methods: {
- // 返回列表数据
- getTableValue() {
- let comitDatasource = this.form.datasource;
- if (comitDatasource.length === 0) return [];
- comitDatasource.forEach((v) => {
- if (v.modelKey) {
- v.modelKey = v.modelKey;
- }
- if (v.colorKey) {
- v.colorKey = v.colorKey;
- }
- v.totalPrice = (v.totalCount * v.singlePrice)?.toFixed(2) || 0;
- v.files = v.files || [];
- v.technicalDrawings = v.technicalDrawings || [];
- v.arrivalBatch = v.arrivalBatch || [];
- v.detailType = this.detailType;
- });
- return comitDatasource;
- },
- // //计算单重
- // singleWeightChange(row, index) {
- // if (row && row.singleWeight && row.totalCount) {
- // row.totalWeight = (row.singleWeight * row.totalCount).toFixed(2) || 0;
- // this.$set(
- // this.form.datasource[index],
- // 'totalWeight',
- // row.totalWeight
- // );
- // }
- // },
- packingChange(item, index) {
- this.$set(
- this.form.datasource[index],
- 'purchaseUnit',
- item.conversionUnit
- );
- },
- //改变数量
- changeCount(row, index) {
- this.$set(
- this.form.datasource,
- index,
- changeCount(row, {
- countKey: 'purchaseCount',
- unitKey: 'purchaseUnit',
- unitIdKey: 'purchaseUnitId'
- })
- );
- this.$forceUpdate();
- },
- //修改回显
- async putTableValue(data) {
- if (data && data?.length) {
- this.form.datasource = [];
- data.forEach((row) => {
- if (row.modelKey) {
- row.modelKey = row.modelKey?.split(',')?.[0] || '';
- }
- if (row.colorKey) {
- row.colorKey = row.colorKey?.split(',')?.[0] || '';
- }
- row['reqTotalCount'] = row['reqTotalCount'] || row.totalCount;
- row['arrivalWay'] = row.arrivalWay || 1;
- let item = JSON.parse(JSON.stringify(row));
- item.key = this.form.datasource.length + 1;
- item = {
- ...this.defaultForm,
- ...item
- };
- this.form.datasource.push(item);
- });
- console.log(this.form.datasource, 'this.form.datasource');
- //获取仓库库存
- let productId = this.form.datasource
- .filter((item) => item.productCode)
- .map((item) => item.productId);
- let productCode = this.form.datasource
- .filter((item) => item.productCode)
- .map((item) => item.productCode);
- if (productId?.length) {
- let inventoryTotalList = await getInventoryTotalAPI(productCode);
- let supplierObj = await contactQueryByCategoryIdsAPI({
- categoryIds: productId
- });
- this.form.datasource.forEach((item, index) => {
- this.$set(
- this.form.datasource[index],
- 'supplierList',
- supplierObj[item.productId] || []
- );
- let find =
- inventoryTotalList.find(
- (key) => key.code == item.productCode
- ) || {};
- this.$set(
- this.form.datasource[index],
- 'availableCountBase',
- find.availableCountBase
- );
- });
- }
- this.$refs.table.reload();
- }
- },
- handleMethod(row, index) {
- this.$refs.timeDialogRef.open(row, index);
- },
- chooseTime({ arrivalBatch, index }) {
- this.$set(
- this.form.datasource[index],
- 'arrivalBatch',
- copyObj(arrivalBatch)
- );
- },
- handleTaskinstance(row, index) {
- this.taskinstanceDialogFlag = true;
- this.$nextTick(() => {
- this.$refs.taskinstanceDialogRef.open(row, index);
- });
- },
- saveTaskInstance(row = {}) {
- if (row.index >= 0) {
- this.$set(this.form.datasource[row.index], 'taskId', row.id);
- this.$set(this.form.datasource[row.index], 'taskName', row.name);
- this.$set(
- this.form.datasource[row.index],
- 'routingId',
- row.produceRoutingId
- );
- } else {
- let keyS = this.selection.map((item) => item.key - 1);
- keyS.forEach((key) => {
- this.$set(this.form.datasource[key], 'taskId', row.id);
- this.$set(this.form.datasource[key], 'taskName', row.name);
- this.$set(
- this.form.datasource[key],
- 'routingId',
- row.produceRoutingId
- );
- });
- }
- },
- chooseTimeALl(data) {
- let keyS = this.selection.map((item) => item.key - 1);
- keyS.forEach((key) => {
- this.$set(
- this.form.datasource[key],
- 'arrivalWay',
- data.deliveryMethod
- );
- if (data.deliveryMethod == 1) {
- this.$set(
- this.form.datasource[key],
- 'expectReceiveDate',
- data.requireDeliveryTime
- );
- } else {
- this.$set(
- this.form.datasource[key],
- 'arrivalBatch',
- copyObj(data.arrivalBatch)
- );
- this.$set(
- this.form.datasource[key],
- 'totalCount',
- data.arrivalBatch
- .map((item) => item.arriveCount)
- .reduce((a, b) => a + b, 0)
- );
- }
- });
- },
- // //获取供应商信息
- // handleGetSup(e, row, index) {
- // this.curIndex = index;
- // if (e.target.nodeName == 'I') {
- // this.$set(this.form.datasource[this.curIndex], 'supplierCode', '');
- // this.$set(this.form.datasource[this.curIndex], 'supplierId', '');
- // this.$set(this.form.datasource[this.curIndex], 'supplierName', '');
- // return;
- // }
- // let item = { id: row.supplierId };
- // this.$refs.supplierListRef.open(item);
- // },
- //选择供应商信息回调
- getSupInfo(obj, index) {
- this.$set(this.form.datasource[index], 'supplierCode', obj.code);
- this.$set(this.form.datasource[index], 'supplierId', obj.id);
- this.$set(this.form.datasource[index], 'supplierName', obj.name);
- },
- async warehouseChange(index, row) {
- const data = this.warehouseList.find(
- (item) => item.id == row.warehouseId
- );
- this.$set(this.form.datasource[index], 'warehouseName', data.name);
- this.$set(this.form.datasource[index], 'warehouseCode', data.code);
- this.$set(this.form.datasource[index], 'warehouseId', data.id);
- },
- //选择产品
- handParent(row, index) {
- // let item = {
- // id: row.productCode
- // };
- this.$refs.productListRef.open(this.form.datasource, index);
- },
- //选择技术人回调
- changeAnswer(obj, idx) {
- this.$set(this.form.datasource[idx], 'technicalAnswerId', obj.id);
- this.$set(this.form.datasource[idx], 'technicalAnswerName', obj.name);
- },
- handHead(row, index) {
- let item = {
- id: row.technicalAnswerId
- };
- this.$refs.headRef.open(item, index);
- },
- getSelectionCbom(obj, idx = -1) {
- obj.forEach((item, index) => {
- let i = idx == -1 ? index : idx;
- let row = JSON.parse(JSON.stringify(this.defaultForm));
- row.key = this.form.datasource.length + 1;
- let parasm = idx == -1 ? row : this.form.datasource[i];
- this.$set(parasm, 'productId', item.categoryId);
- // this.$set(parasm, 'id', item.id);
- this.$set(parasm, 'categoryName', item.name);
- this.$set(parasm, 'productCategoryId', item.category.categoryLevelId);
- this.$set(parasm, 'productBrand', item.brandNum);
- this.$set(
- parasm,
- 'productCategoryName',
- item.category.categoryLevelPath
- );
- this.$set(parasm, 'totalCount', item.dosage);
- this.$set(parasm, 'productCode', item.code);
- this.$set(parasm, 'productName', item.name);
- this.$set(parasm, 'availableCountBase', item.availableCountBase);
- this.$set(parasm, 'modelType', item.modelType);
- this.$set(parasm, 'weightUnit', item.weightUnit);
- this.$set(parasm, 'measuringUnit', item.unit);
- this.$set(parasm, 'specification', item.specification);
- this.$set(parasm, 'remark', '');
- this.$set(parasm, 'imgCode', item.imgCode);
- this.$set(parasm, 'produceType', item.componentAttribute);
- this.$set(parasm, 'singleWeight', item.roughWeight);
- this.$set(parasm, 'goodsLevel', item.goodsLevel);
- this.$set(parasm, 'approvalNumber', item.extField?.approvalNumber);
- this.$set(parasm, 'supplierList', item.supplierList);
- this.$set(parasm, 'supplierCode', item.supplierCode);
- this.$set(parasm, 'supplierId', item.supplierId);
- this.$set(parasm, 'supplierName', item.supplierName);
- if (item.modelKey) {
- this.$set(parasm, 'modelKey', item.modelKey?.split(',')?.[0] || '');
- }
- if (item.colorKey) {
- this.$set(parasm, 'colorKey', item.colorKey?.split(',')?.[0] || '');
- }
- this.$set(
- parasm,
- 'packingSpecification',
- item.extField?.packingSpecification
- );
- this.$set(
- parasm,
- 'packageDispositionList',
- item.packageDispositionList
- );
- if (item.packageDispositionList?.length) {
- this.$set(
- parasm,
- 'purchaseUnitId',
- item.packageDispositionList[0].id
- );
- this.$set(
- parasm,
- 'purchaseUnit',
- item.packageDispositionList[0].conversionUnit
- );
- }
- this.$set(parasm, 'provenance', item.purchaseOrigins || []);
- if (idx == -1) {
- this.form.datasource.push(row);
- }
- });
- },
- warehouseAllChange(data) {
- let keyS = this.selection.map((item) => item.key - 1);
- keyS.forEach((key) => {
- this.$set(this.form.datasource[key], 'warehouseName', data.name);
- this.$set(this.form.datasource[key], 'warehouseCode', data.code);
- this.$set(this.form.datasource[key], 'warehouseId', data.id);
- });
- },
- dateAllChange(data) {
- let keyS = this.selection.map((item) => item.key - 1);
- keyS.forEach((key) => {
- this.$set(this.form.datasource[key], 'expectReceiveDate', data);
- });
- },
- //选择产品回调
- changeParent(obj, idx) {
- obj.forEach((item, index) => {
- let i = idx == -1 ? index : idx;
- let row = JSON.parse(JSON.stringify(this.defaultForm));
- row.key = this.form.datasource.length + 1;
- let parasm = idx == -1 ? row : this.form.datasource[i];
- this.$set(parasm, 'productId', item.id);
- // this.$set(parasm, 'id', item.id);
- this.$set(parasm, 'categoryName', item.name);
- this.$set(parasm, 'productCategoryId', item.categoryLevelId);
- this.$set(parasm, 'productBrand', item.brandNum);
- this.$set(parasm, 'productCategoryName', item.categoryLevelPath);
- this.$set(parasm, 'productCode', item.code);
- this.$set(parasm, 'productName', item.name);
- this.$set(parasm, 'availableCountBase', item.availableCountBase);
- this.$set(parasm, 'modelType', item.modelType);
- this.$set(parasm, 'weightUnit', item.weightUnit);
- this.$set(parasm, 'measuringUnit', item.measuringUnit);
- this.$set(parasm, 'specification', item.specification);
- this.$set(parasm, 'singleWeight', item.netWeight);
- row['arrivalWay'] = row.arrivalWay || 1;
- this.$set(parasm, 'supplierList', item.supplierList);
- this.$set(parasm, 'supplierCode', item.supplierCode);
- this.$set(parasm, 'supplierId', item.supplierId);
- this.$set(parasm, 'supplierName', item.supplierName);
- this.$set(parasm, 'remark', '');
- this.$set(parasm, 'imgCode', item.imgCode);
- this.$set(parasm, 'produceType', item.componentAttribute);
- this.$set(parasm, 'approvalNumber', item.extField.approvalNumber);
- if (item.modelKey) {
- this.$set(parasm, 'modelKey', item.modelKey?.split(',')?.[0] || '');
- }
- if (item.colorKey) {
- this.$set(parasm, 'colorKey', item.colorKey?.split(',')?.[0] || '');
- }
- this.$set(
- parasm,
- 'packingSpecification',
- item.extField.packingSpecification
- );
- this.$set(
- parasm,
- 'packageDispositionList',
- item.packageDispositionList
- );
- if (item.packageDispositionList?.length) {
- this.$set(
- parasm,
- 'purchaseUnitId',
- item.packageDispositionList[0].id
- );
- this.$set(
- parasm,
- 'purchaseUnit',
- item.packageDispositionList[0].conversionUnit
- );
- }
- if (item.purchaseOrigins?.length > 0) {
- item.purchaseOrigins = item.purchaseOrigins.map((val) => val + '');
- }
- console.log(parasm);
- console.log(item);
- this.$set(parasm, 'provenance', item.purchaseOrigins || []);
- if (idx == -1) {
- this.form.datasource.push(row);
- }
- });
- },
- remove(i) {
- this.form.datasource.splice(i, 1);
- this.setSort();
- },
- // 清空表格
- restTable() {
- this.form.datasource = [];
- },
- // 重新排序
- setSort() {
- this.form.datasource.forEach((n, index) => {
- n.key = index + 1;
- });
- },
- // 添加
- handlAdd() {
- let item = JSON.parse(JSON.stringify(this.defaultForm));
- item.key = this.form.datasource.length + 1;
- this.form.datasource.push(item);
- },
- validateForm1(callback) {
- //开始表单校验
- this.$refs.form.validate((valid, obj) => {
- console.log(valid, obj);
- if (obj) {
- let messages = Object.keys(obj).map((key) => obj[key][0]);
- if (messages.length > 0) {
- this.$message.warning(messages[0].message);
- }
- }
- callback(valid);
- });
- },
- validateForm(callback) {
- //开始表单校验
- this.$refs.form.validate((valid, obj) => {
- console.log(valid, obj);
- if (obj) {
- let messages = Object.keys(obj).map((key) => obj[key][0]);
- if (messages.length > 0) {
- this.$message.warning(messages[0].message);
- }
- }
- // 如果表单校验未通过,不需要进行下面的额外校验
- if (valid) {
- // 额外校验数量和到货日期是否填写
- if (this.form && this.form.datasource) {
- let isDataSourceValid = true;
- let errorItemIndex = -1;
- for (let i = 0; i < this.form.datasource.length; i++) {
- const item = this.form.datasource[i];
- // 检查数量和到货日期是否填写(数量可以为0)
- if (
- item.totalCount == null ||
- item.totalCount === '' ||
- !item.expectReceiveDate
- ) {
- isDataSourceValid = false;
- errorItemIndex = i;
- break; // 找到第一个未填写的项目
- }
- }
- // 如果有未填写的项目
- if (!isDataSourceValid) {
- this.$message.warning(
- `第${
- errorItemIndex + 1
- }项数据未完整填写,请检查数量和到货日期`
- );
- // let currentPage = this.$refs.table.tablePage;
- // const pageSize = this.$refs.table.tableLimit; // 每页显示10条数据
- // const targetPage = Math.floor(errorItemIndex / pageSize) + 1; // 计算目标页码
- // if (currentPage !== targetPage) {
- // currentPage = targetPage;
- // this.$refs.table.reload({ page: currentPage });
- // }
- valid = false;
- }
- }
- }
- callback(valid);
- });
- }
- }
- };
- </script>
- <style lang="scss" scoped>
- .headbox {
- display: flex;
- justify-content: space-between;
- align-items: center;
- .amount {
- font-size: 14px;
- font-weight: bold;
- }
- }
- .time-form .el-form-item {
- margin-bottom: 0 !important;
- }
- ::v-deep .period {
- display: flex;
- .borderleftnone {
- .el-input--medium .el-input__inner {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
- }
- .borderrightnone {
- .el-input--medium .el-input__inner {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
- }
- }
- ::v-deep .time-form tbody > tr:hover > td {
- background-color: transparent !important;
- }
- ::v-deep .time-form .el-table tr {
- background-color: #ffffff;
- }
- .ellipsis-single {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- display: inline-block;
- }
- </style>
|