1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159 |
- <template>
- <div style="width: 100%; padding: 0px 15px">
- <byForm :formConfig="formConfig" :formOption="formOption" v-model="formData.data" :rules="rules" ref="formDom">
- <template #btn>
- <div>
- <el-button type="primary" v-if="
- [30].includes(route.query.processType) || !route.query.processType
- " @click="clickCopy(1)">复制合同</el-button>
- </div>
- </template>
- <template #seller>
- <div style="width: 100%">
- <el-form-item prop="buyCorporationId" label="买方信息" class="wid100">
- <el-select v-model="formData.data.buyCorporationId" placeholder="请选择买方公司" style="width: 100%" @change="buyCorporationIdChange" filterable>
- <el-option v-for="item in corporationList" :key="item.value" :label="item.label" :value="item.value" />
- </el-select>
- </el-form-item>
- <el-form-item label="地址" class="wid100">
- <el-row style="width:100%">
- <el-col :span="8">
- <el-form-item label="" prop="buyCountryName" label-width="0px" class="margin-b-0 wid100">
- <el-input v-model="formData.data.buyCountryName" placeholder="请输入国家" />
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="" prop="buyProvinceName" label-width="0px" class="margin-b-0 wid100">
- <el-input v-model="formData.data.buyProvinceName" placeholder="请输入省/州" />
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="" prop="buyCityName" label-width="0px" class="margin-b-0 wid100">
- <el-input v-model="formData.data.buyCityName" placeholder="请输入城市" />
- </el-form-item>
- </el-col>
- </el-row>
- </el-form-item>
- <el-form-item label="详细地址" prop="buyAddress" class="wid100">
- <el-input v-model="formData.data.buyAddress" type="textarea">
- </el-input>
- </el-form-item>
- <el-form-item label="联系人" class="wid100">
- <el-row style="width:100%">
- <el-col :span="8">
- <el-form-item label="" prop="buyContactName" label-width="0px" class="margin-b-0 wid100">
- <el-input v-model="formData.data.buyContactName" placeholder="请输入联系人" />
- </el-form-item>
- </el-col>
- <el-col :span="16">
- <el-form-item label="" prop="buyContactNumber" label-width="0px" class="margin-b-0 wid100">
- <el-input v-model="formData.data.buyContactNumber" placeholder="请输入联系人电话" />
- </el-form-item>
- </el-col>
- </el-row>
- </el-form-item>
- </div>
- </template>
- <template #buyer>
- <div style="width: 100%">
- <el-form-item label="卖方信息" prop="sellCorporationId" class="wid100">
- <el-select v-model="formData.data.sellCorporationId" filterable remote reserve-keyword placeholder="请输入关键字" remote-show-suffix
- :remote-method="remoteMethod" :loading="loadingSearch" @input="remoteMethod" style="width: 100%" @change="changeSupplier" v-if="
- [30].includes(route.query.processType) ||
- !route.query.processType
- ">
- <el-option v-for="item in supplierList" :key="item.value" :label="item.label" :value="item.value" />
- </el-select>
- <el-select v-model="formData.data.sellCorporationName" disabled v-else style="width: 100%">
- </el-select>
- </el-form-item>
- <el-form-item label="地址" class="wid100" required>
- <el-row style="width: 100%">
- <el-col :span="6">
- <el-form-item label="" prop="countryId" class="margin-b-0">
- <el-select v-model="formData.data.countryId" placeholder="国家" filterable @change="(val) => getCityData(val, '20', true)">
- <el-option v-for="item in countryData" :label="item.name" :value="item.id">
- </el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="" prop="provinceName" class="margin-b-0">
- <selectCity placeholder="省/洲" @change="(val) => getCityData(val, '30', true)" addressId="provinceId" addressName="provinceName"
- v-model="formData.data" :data="provinceData">
- </selectCity>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="" prop="cityName" class="margin-b-0">
- <selectCity placeholder="城市" addressId="cityId" addressName="cityName" v-model="formData.data" :data="cityData">
- </selectCity>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="" prop="sellPostalCode" class="margin-b-0">
- <el-input v-model="formData.data.sellPostalCode" placeholder="请输入邮编" />
- </el-form-item>
- </el-col>
- </el-row>
- </el-form-item>
- <el-form-item label="详细地址" prop="sellAddress" class="wid100">
- <el-input v-model="formData.data.sellAddress" type="textarea">
- </el-input>
- </el-form-item>
- <el-form-item label="联系人" class="wid100" required>
- <el-row style="width: 100%">
- <el-col :span="8">
- <el-form-item label="" prop="sellContactName" label-width="0px" class="margin-b-0 wid100">
- <el-input v-model="formData.data.sellContactName" clearable placeholder="请输入联系人">
- </el-input>
- </el-form-item>
- </el-col>
- <el-col :span="16">
- <el-form-item label="" prop="sellContactNumber" label-width="0px" class="margin-b-0 wid100">
- <el-input v-model="formData.data.sellContactNumber" placeholder="请输入联系人电话" />
- </el-form-item>
- </el-col>
- </el-row>
- </el-form-item>
- </div>
- </template>
- <template #commodity>
- <div style="width: 100%">
- <el-table :data="formData.data.purchaseProductList" style="width: 100%; ">
- <el-table-column label="商品图片" width="80">
- <template #default="{ row }">
- <div v-if="row.fileUrl">
- <img :src="row.fileUrl" class="pic" @click="onPicture(row.fileUrl)" />
- </div>
- <div v-else></div>
- </template>
- </el-table-column>
- <el-table-column prop="productName" label="商品名称" min-width="130" />
- <el-table-column prop="productCode" label="商品编码" width="130" />
- <el-table-column label="尺寸 cm*cm*cm" width="180">
- <template #default="{ row, $index }">
- <div style="width: 100%">
- {{row.productLength}} * {{row.productWidth}} * {{row.productHeight}}
- </div>
- </template>
- </el-table-column>
- <el-table-column label="数量" prop="subscribeCount" width="100" v-if="route.query.ids" />
- <el-table-column label="已采购数量" prop="purchaseCount" width="100" v-if="route.query.ids" />
- <el-table-column label="采购数量" width="130">
- <template #default="{ row, $index }">
- <div style="width: 100%">
- <el-form-item :prop="'purchaseProductList.' + $index + '.quantity'" :rules="rules.quantity" :inline-message="true"
- class="margin-b-0 wid100">
- <el-input-number onmousewheel="return false;" v-model="row.quantity" placeholder="请输入" style="width: 100%" :precision="0"
- :controls="false" :min="0" @change="calculationAmount('quantity')" />
- </el-form-item>
- </div>
- </template>
- </el-table-column>
- <el-table-column label="单价" width="180">
- <template #default="{ row, $index }">
- <div style="width: 100%">
- <el-form-item :prop="'purchaseProductList.' + $index + '.price'" :rules="rules.price" :inline-message="true"
- class="margin-b-0 wid100">
- <div style="display:flex;">
- <el-input-number onmousewheel="return false;" v-model="row.price" placeholder="请输入" style="width: 100%" :precision="2"
- :controls="false" :min="0" @change="calculationAmount()" />
- <el-popover placement="top-start" :width="400" trigger="hover" @show="showEcharts(row,$index)">
- <template #default>
- <div>
- <div>
- <img src="@/assets/images/money1.png" alt="" class="img" />
- <span style="font-size:14px;font-weight:700;color:#000"> 该供应商近期采购单价:</span>
- <div style="padding:5px 0px 0px 20px">
- <div v-for="(item,index) in row.supplyPurchaseProductPriceList" :key="index">
- <span>{{item.createTime.slice(0,10)}} </span>
- <span style="margin-left:40px">CNY {{moneyFormat(item.price,2)}} </span>
- </div>
- </div>
- </div>
- <div style="margin-top:15px">
- <img src="@/assets/images/money2.png" alt="" class="img" />
- <span style="font-size:14px;font-weight:700;color:#000"> 供货推荐:</span>
- <div style="padding:5px 0px 0px 20px">
- <div v-for="(item,index) in row.topPriceList " :key="index">
- <span>{{item.supplierName}} </span>
- <span style="margin-left:40px"> CNY {{moneyFormat(item.price,2)}} </span>
- </div>
- </div>
- </div>
- <div style="margin-top:15px">
- <img src="@/assets/images/money3.png" alt="" class="img" />
- <span style="font-size:14px;font-weight:700;color:#000"> 近期采购单价:</span>
- <div style="padding:5px 0px 0px 20px">
- <div v-for="(item,index) in row.purchaseProductPriceList " :key="index">
- <span>{{item.createTime.slice(0,10)}} </span>
- <span style="margin-left:40px"> CNY {{moneyFormat(item.price,2)}} </span>
- </div>
- </div>
- </div>
- <div :ref="row.productId+$index" :id="row.productId+$index" style="height:180px">
- </div>
- </div>
- </template>
- <template #reference>
- <div style="margin-left:10px;cursor:pointer;position:relative;top:4px">
- <el-icon :size="20" color="#85c1a6">
- <WarningFilled />
- </el-icon>
- </div>
- </template>
- </el-popover>
- </div>
- </el-form-item>
- </div>
- </template>
- </el-table-column>
- <el-table-column prop="amount" label="小计" width="120" />
- <el-table-column label="备注" width="200">
- <template #default="{ row, $index }">
- <div style="width: 100%">
- <el-form-item :prop="'purchaseProductList.' + $index + '.remark'" :inline-message="true" class="margin-b-0 wid100">
- <el-input v-model="row.remark" placeholder="请输入" style="width: 100%" />
- </el-form-item>
- </div>
- </template>
- </el-table-column>
- <el-table-column label="操作" width="60" align="center" fixed="right" v-if="!judgeStatus()">
- <template #default="{ $index }">
- <el-button type="primary" link @click="handleRemove($index)">删除</el-button>
- </template>
- </el-table-column>
- </el-table>
- </div>
- </template>
- <template #otherCharge>
- <div style="width: 100%">
- <el-button type="primary" @click="clickAdd()" plain style="margin-bottom: 16px" v-if="!judgeStatus()">添加行</el-button>
- <el-table :data="formData.data.purchaseProjectList" style="width: 100%;">
- <el-table-column label="收费项目" width="220">
- <template #default="{ row, $index }">
- <div style="width: 100%">
- <el-form-item :prop="'purchaseProjectList.' + $index + '.payName'" :rules="rules.payName" :inline-message="true"
- class="margin-b-0 wid100">
- <el-autocomplete v-model="row.payName" :fetch-suggestions="querySearch" clearable class="inline-input w-50"
- placeholder="请输入收费项目" />
- </el-form-item>
- </div>
- </template>
- </el-table-column>
- <el-table-column label="备注">
- <template #default="{ row, $index }">
- <div style="width: 100%">
- <el-form-item :prop="'purchaseProjectList.' + $index + '.remark'" class="margin-b-0 wid100">
- <el-input v-model="row.remark" placeholder="请输入备注" />
- </el-form-item>
- </div>
- </template>
- </el-table-column>
- <el-table-column :label="'金额'" width="130">
- <template #default="{ row, $index }">
- <div style="width: 100%">
- <el-form-item :prop="'purchaseProjectList.' + $index + '.amount'" :rules="rules.amount" :inline-message="true"
- class="margin-b-0 wid100">
- <el-input-number onmousewheel="return false;" v-model="row.amount" placeholder="请输入金额" style="width: 100%" :precision="2"
- :controls="false" :min="0" @change="totalAmount()" />
- </el-form-item>
- </div>
- </template>
- </el-table-column>
- <el-table-column label="操作" width="60" align="center" fixed="right" v-if="!judgeStatus()">
- <template #default="{ $index }">
- <el-button type="primary" link @click="handleDelete($index)">删除</el-button>
- </template>
- </el-table-column>
- </el-table>
- </div>
- </template>
- <template #templateContent>
- <div style="width: 100%">
- <Editor :value="formData.data.remark" @updateValue="updateContent" :readOnly="judgeStatus()" ref="remarkEditor" />
- </div>
- </template>
- </byForm>
- </div>
- </template>
- <script setup>
- import byForm from "@/components/byForm/index";
- import selectCity from "@/components/selectCity/index.vue";
- import { useRoute } from "vue-router";
- import Editor from "@/components/Editor/index.vue";
- import * as echarts from "echarts";
- import $bus from "@/bus/index.js";
- const route = useRoute();
- const { proxy } = getCurrentInstance();
- // 接收父组件的传值
- const props = defineProps({
- queryData: Object,
- });
- const invoiceType = computed(
- () => proxy.useUserStore().allDict["invoice_type"]
- );
- const fundsPaymentMethod = computed(
- () => proxy.useUserStore().allDict["funds_payment_method"]
- );
- const shippingMethod = computed(
- () => proxy.useUserStore().allDict["shipping_method"]
- );
- // const companyId = computed(() => proxy.useUserStore().user.companyId);
- const deliveryType = ref([
- {
- label: "买方地址",
- value: "1",
- },
- {
- label: "工厂交付",
- value: "2",
- },
- {
- label: "其他",
- value: "3",
- },
- ]);
- const supplierList = ref([]);
- const corporationList = ref([]);
- const templateList = ref([]);
- const customerUserList = ref([]);
- const countryData = ref([]);
- const provinceData = ref([]);
- const cityData = ref([]);
- const openProductCompany = ref(false);
- const copyType = ref(1);
- const copyContract = ref(false);
- const formData = reactive({
- data: {
- purchaseProductList: [],
- remark: "",
- },
- });
- const uploadData = ref({});
- const formDom = ref(null);
- const judgeStatus = () => {
- if (route.query.processType == 20 || route.query.processType == 10) {
- return true;
- }
- if (props.queryData.recordList && props.queryData.recordList.length > 0) {
- let data = props.queryData.recordList.filter(
- (item) => item.status === 2 && item.nodeType !== 1
- );
- if (data && data.length > 0) {
- return true;
- }
- }
- return false;
- };
- const formOption = reactive({
- inline: true,
- labelWidth: 100,
- itemWidth: 100,
- disabled: false,
- });
- const formConfig = computed(() => {
- return [
- // {
- // type: "slot",
- // slotName: "btn",
- // label: "",
- // itemWidth: 50,
- // },
- {
- type: "title",
- title: "基本信息",
- isShow: formData.data.code ? true : false,
- },
- {
- type: "input",
- prop: "code",
- label: "合同号",
- isShow: formData.data.code ? true : false,
- },
- {
- type: "title",
- title: "贸易信息",
- haveLine: formData.data.code ? true : false,
- },
- {
- type: "slot",
- slotName: "seller",
- label: "",
- itemWidth: 50,
- },
- {
- type: "slot",
- slotName: "buyer",
- label: "",
- itemWidth: 50,
- },
- {
- type: "title",
- title: "付款信息",
- haveLine: true,
- },
- {
- type: "select",
- prop: "paymentMethod",
- label: "付款方式",
- data: fundsPaymentMethod.value,
- itemWidth: 25,
- },
- {
- type: "select",
- prop: "invoiceType",
- label: "发票类型",
- data: invoiceType.value,
- itemWidth: 25,
- },
- {
- type: "title",
- title: "交付信息",
- haveLine: true,
- },
- // {
- // type: "radio",
- // prop: "ss",
- // label: "交货类型",
- // border: true,
- // data: deliveryType.value,
- // itemWidth: 50,
- // },
- {
- type: "select",
- prop: "deliveryType",
- label: "交货类型",
- border: true,
- data: deliveryType.value,
- itemWidth: 50,
- fn: () => {
- changeAddress();
- },
- },
- {
- type: "input",
- prop: "address",
- itemType: "text",
- label: "详细地址",
- itemWidth: 50,
- },
- {
- type: "date",
- itemType: "date",
- prop: "deliveryTime",
- label: "交付日期",
- itemWidth: 50,
- },
- {
- type: "number",
- prop: "warranty",
- label: "质保期 (天)",
- precision: 0,
- min: 0,
- controls: false,
- itemWidth: 50,
- },
- // {
- // type: "select",
- // prop: "transportMethod",
- // label: "运输方式",
- // data: shippingMethod.value,
- // itemWidth: 50,
- // },
- // {
- // type: "slot",
- // slotName: "delivery",
- // label: "",
- // },
- {
- type: "title",
- title: "采购明细",
- haveLine: true,
- },
- {
- type: "slot",
- slotName: "commodity",
- label: "",
- },
- {
- type: "title",
- title: "其他收费项目",
- haveLine: true,
- },
- {
- type: "slot",
- slotName: "otherCharge",
- label: "",
- },
- {
- type: "title",
- title: "合同总金额",
- haveLine: true,
- },
- {
- type: "input",
- prop: "amount",
- label: "合同总金额",
- itemWidth: 25,
- disabled: true,
- },
- {
- type: "title",
- title: "合同模板",
- haveLine: true,
- },
- {
- type: "select",
- prop: "contractTemplateId",
- label: "合同模板",
- data: templateList.value,
- itemWidth: 50,
- fn: (val) => {
- proxy.post("/contractTemplate/detail", { id: val }).then((res) => {
- formData.data.remark = res.templateContent;
- remarkEditor.value.changeHtml(formData.data.remark);
- });
- },
- },
- {
- type: "slot",
- slotName: "templateContent",
- prop: "remark",
- label: "模板内容",
- itemWidth: 100,
- disabled: false,
- },
- ];
- });
- const rules = ref({
- buyCorporationId: [
- { required: true, message: "请选择买方公司", trigger: "change" },
- ],
- buyAddress: [{ required: true, message: "请输入详细地址", trigger: "blur" }],
- buyContactName: [
- { required: true, message: "请输入联系人", trigger: ["change", "blur"] },
- ],
- buyContactNumber: [
- { required: true, message: "请输入联系电话", trigger: "blur" },
- ],
- sellCorporationId: [
- { required: true, message: "请选择卖方公司", trigger: "change" },
- ],
- countryId: [{ required: true, message: "请选择国家", trigger: "change" }],
- sellAddress: [{ required: true, message: "请输入详细地址", trigger: "blur" }],
- sellContactName: [
- { required: true, message: "请输入联系人", trigger: ["change", "blur"] },
- ],
- sellContactNumber: [
- { required: true, message: "请输入联系电话", trigger: "blur" },
- ],
- quantity: [{ required: true, message: "请输入数量", trigger: "blur" }],
- price: [{ required: true, message: "请输入单价", trigger: "blur" }],
- invoiceType: [
- { required: true, message: "请选择发票类型", trigger: "change" },
- ],
- paymentMethod: [
- { required: true, message: "请选择付款方式", trigger: "change" },
- ],
- deliveryType: [
- { required: true, message: "请选择交货类型", trigger: "change" },
- ],
- address: [{ required: true, message: "请输入详细地址", trigger: ["blur"] }],
- deliveryTime: [
- { required: true, message: "请选择交付日期", trigger: "change" },
- ],
- // warranty: [{ required: true, message: "请选择质保期 (天)", trigger: "blur" }],
- payName: [{ required: true, message: "请输入收费项目", trigger: ["blur"] }],
- amount: [{ required: true, message: "请输入金额", trigger: "blur" }],
- remark: [{ required: true, message: "请输入条款内容", trigger: "blur" }],
- });
- const getDict = () => {
- proxy
- .post("/supplierInfo/page", {
- pageNum: 1,
- pageSize: 50,
- })
- .then((res) => {
- supplierList.value = res.rows.map((x) => ({
- ...x,
- label: x.name,
- value: x.id,
- }));
- });
- proxy.post("/corporation/page", { pageNum: 1, pageSize: 999 }).then((res) => {
- corporationList.value = res.rows.map((item) => {
- return {
- ...item,
- label: item.name,
- value: item.id,
- };
- });
- });
- proxy
- .post("/contractTemplate/page", {
- pageNum: 1,
- pageSize: 999,
- templateType: "2",
- })
- .then((res) => {
- templateList.value = res.rows.map((item) => {
- return {
- label: item.templateName,
- value: item.id,
- };
- });
- });
- };
- const changeAddress = () => {
- if (formData.data.deliveryType === "1") {
- let buyCountryName = "";
- if (formData.data.buyCountryName) {
- buyCountryName = formData.data.buyCountryName;
- }
- let buyProvinceName = "";
- if (formData.data.buyProvinceName) {
- buyProvinceName = formData.data.buyProvinceName;
- }
- let buyCityName = "";
- if (formData.data.buyCityName) {
- buyCityName = formData.data.buyCityName;
- }
- let buyAddress = "";
- if (formData.data.buyAddress) {
- buyAddress = formData.data.buyAddress;
- }
- formData.data.address =
- buyCountryName +
- ", " +
- buyProvinceName +
- ", " +
- buyCityName +
- "," +
- buyAddress;
- } else if (formData.data.deliveryType === "2") {
- let countryName = "";
- if (formData.data.countryId) {
- let data = countryData.value.filter(
- (item) => item.id === formData.data.countryId
- );
- if (data && data.length > 0) countryName = data[0].chineseName;
- }
- let provinceName = "";
- if (formData.data.provinceId) {
- let data = provinceData.value.filter(
- (item) => item.id === formData.data.provinceId
- );
- if (data && data.length > 0) provinceName = data[0].name;
- } else {
- if (formData.data.provinceName) {
- provinceName = formData.data.provinceName;
- }
- }
- let cityName = "";
- if (formData.data.cityId) {
- let data = cityData.value.filter(
- (item) => item.id === formData.data.cityId
- );
- if (data && data.length > 0) cityName = data[0].name;
- } else {
- if (formData.data.cityName) {
- cityName = formData.data.cityName;
- }
- }
- let sellAddress = "";
- if (formData.data.sellAddress) {
- sellAddress = formData.data.sellAddress;
- }
- formData.data.address =
- countryName + ", " + provinceName + ", " + cityName + "," + sellAddress;
- } else if (formData.data.deliveryType === "3") {
- formData.data.address = "";
- }
- };
- const getCityData = (id, type, isChange) => {
- proxy.post("/customizeArea/list", { parentId: id }).then((res) => {
- if (type === "20") {
- provinceData.value = res;
- if (isChange) {
- formData.data.provinceId = "";
- formData.data.provinceName = "";
- formData.data.cityId = "";
- formData.data.cityName = "";
- }
- } else if (type === "30") {
- cityData.value = res;
- if (isChange) {
- formData.data.cityId = "";
- formData.data.cityName = "";
- }
- } else {
- countryData.value = res;
- }
- });
- };
- getDict();
- getCityData("0");
- const buyCorporationIdChange = (val) => {
- if (val) {
- proxy.post("/corporation/detail", { id: val }).then((res) => {
- formData.data.buyCountryName = res.countryName;
- formData.data.buyProvinceName = res.provinceName;
- formData.data.buyCityName = res.cityName;
- formData.data.buyAddress = res.address;
- formData.data.buyContactName = res.contactName;
- formData.data.buyContactNumber = res.contactPhone;
- changeAddress();
- });
- }
- };
- const changeSupplier = (val) => {
- changeProductPrice();
- formData.data.countryId = "";
- formData.data.provinceId = "";
- formData.data.cityId = "";
- formData.data.sellAddress = "";
- formData.data.sellContactName = "";
- formData.data.sellContactNumber = "";
- if (val) {
- let data = supplierList.value.filter((item) => item.id === val);
- if (data && data.length > 0) {
- formData.data.countryId = data[0].countryId;
- formData.data.provinceId = data[0].provinceId;
- formData.data.cityId = data[0].cityId;
- formData.data.sellAddress = data[0].areaDetail;
- formData.data.sellPostalCode = data[0].postalCode;
- formData.data.sellContactName = data[0].contactPerson;
- formData.data.sellContactNumber = data[0].contactNumber;
- if (formData.data.countryId) {
- getCityData(formData.data.countryId, "20");
- }
- if (formData.data.provinceId) {
- getCityData(formData.data.provinceId, "30");
- }
- setTimeout(() => changeAddress(), 1500);
- }
- }
- };
- const changeProductPrice = () => {
- let productIds = formData.data.purchaseProductList.map((x) => x.productId);
- if (productIds && productIds.length > 0) {
- proxy
- .post("/ehsdPurchase/getProductPriceInfo", {
- productIds: productIds,
- sellCorporationId: formData.data.sellCorporationId
- ? formData.data.sellCorporationId
- : "",
- })
- .then((resOne) => {
- for (let i = 0; i < formData.data.purchaseProductList.length; i++) {
- const iele = formData.data.purchaseProductList[i];
- for (const key in resOne) {
- if (iele.productId == key) {
- iele.purchaseProductPriceList = resOne[key].purchaseProductList
- .map((x) => ({
- createTime: x.createTime || "",
- price: x.price,
- }))
- .filter((y, index) => index < 3);
- iele.purchaseProductPriceListOne = resOne[
- key
- ].purchaseProductList.map((x) => ({
- createTime: x.createTime || "",
- price: x.price,
- }));
- iele.topPriceList = resOne[key].topPriceList
- .map((x) => ({
- supplierName: x.supplierName,
- price: x.price,
- }))
- .filter((y, index) => index < 3);
- iele.supplyPurchaseProductPriceList = resOne[
- key
- ].supplyPurchaseProductList
- .map((x) => ({
- createTime: x.createTime || "",
- price: x.price,
- }))
- .filter((y, index) => index < 3);
- }
- }
- }
- });
- }
- };
- const onPicture = (path) => {
- window.open(path, "_blank");
- };
- const handleRemove = (index) => {
- formData.data.purchaseProductList.splice(index, 1);
- totalAmount();
- };
- const calculationAmount = (att = "") => {
- nextTick(() => {
- if (
- formData.data.purchaseProductList &&
- formData.data.purchaseProductList.length > 0
- ) {
- for (let i = 0; i < formData.data.purchaseProductList.length; i++) {
- let money = 0;
- money = parseFloat(
- Number(formData.data.purchaseProductList[i].quantity) *
- Number(formData.data.purchaseProductList[i].price)
- ).toFixed(2);
- formData.data.purchaseProductList[i].amount = money;
- }
- }
- nextTick(() => {
- totalAmount();
- });
- });
- };
- const totalAmount = () => {
- let money = 0;
- if (
- formData.data.purchaseProductList &&
- formData.data.purchaseProductList.length > 0
- ) {
- for (let i = 0; i < formData.data.purchaseProductList.length; i++) {
- if (formData.data.purchaseProductList[i].amount) {
- money = parseFloat(
- Number(money) + Number(formData.data.purchaseProductList[i].amount)
- ).toFixed(2);
- }
- }
- }
- if (
- formData.data.purchaseProjectList &&
- formData.data.purchaseProjectList.length > 0
- ) {
- for (let i = 0; i < formData.data.purchaseProjectList.length; i++) {
- if (formData.data.purchaseProjectList[i].amount) {
- money = parseFloat(
- Number(money) + Number(formData.data.purchaseProjectList[i].amount)
- ).toFixed(2);
- }
- }
- }
- formData.data.amount = money;
- };
- const clickAdd = () => {
- if (
- formData.data.purchaseProjectList &&
- formData.data.purchaseProjectList.length > 0
- ) {
- formData.data.purchaseProjectList.push({
- payName: "",
- amount: null,
- remark: "",
- });
- } else {
- formData.data.purchaseProjectList = [
- { payName: "", amount: null, remark: "" },
- ];
- }
- };
- const handleDelete = (index) => {
- formData.data.purchaseProjectList.splice(index, 1);
- totalAmount();
- };
- const querySearch = (queryString, callback) => {
- proxy.post("/quotationPay/page", { payName: queryString }).then((res) => {
- if (res.rows && res.rows.length > 0) {
- res.rows = res.rows.map((item) => {
- return {
- ...item,
- value: item.payName,
- };
- });
- callback(res.rows);
- } else {
- callback([]);
- }
- });
- };
- const loadingSearch = ref(false);
- const remoteMethod = (keyword) => {
- if (keyword && typeof keyword === "string") {
- loadingSearch.value = true;
- proxy.post("/supplierInfo/page", { keyword }).then((res) => {
- supplierList.value = res.rows.map((x) => ({
- ...x,
- label: x.name,
- value: x.id,
- }));
- loadingSearch.value = false;
- });
- }
- return;
- };
- const handleSubmit = async () => {
- let flag = await formDom.value.handleSubmit(() => {});
- if (flag) {
- return true;
- } else {
- setTimeout(() => {
- const errorDiv = document.getElementsByClassName("is-error");
- errorDiv[0].scrollIntoView();
- }, 0);
- }
- return flag;
- };
- const updateContent = (val) => {
- formData.data.remark = val;
- };
- const remarkEditor = ref(null);
- const changeContractTemplate = (val) => {
- if (val) {
- proxy.post("/contractTemplate/detail", { id: val }).then((res) => {
- remarkEditor.value.changeHtml(res.templateContent);
- });
- }
- };
- const getFormData = () => {
- return proxy.deepClone(formData.data);
- };
- // 向父组件暴露
- defineExpose({
- getFormData,
- handleSubmit,
- });
- const getAllData = (businessId) => {
- if (businessId) {
- proxy.post("/ehsdPurchase/detail", { id: businessId }).then((res) => {
- res.countryId = res.sellCountryId;
- res.provinceId = res.sellProvinceId;
- res.cityId = res.sellCityId;
- if (res.grossProfitInfoList && res.grossProfitInfoList.length > 0) {
- $bus.emit("getGrossData", res.grossProfitInfoList);
- }
- for (let key in res) {
- if (!["ehsdPurchaseProductList", "purchaseArrivalList"].includes(key)) {
- formData.data[key] = res[key];
- }
- }
- remarkEditor.value.changeHtml(formData.data.remark);
- if (
- formData.data.purchaseProductList &&
- formData.data.purchaseProductList.length > 0
- ) {
- let ids = formData.data.purchaseProductList.map((x) => x.productId);
- proxy.getFile(
- ids,
- formData.data.purchaseProductList,
- "productId",
- "fileList",
- "fileUrl"
- );
- changeProductPrice();
- }
- if (formData.data.countryId) {
- getCityData(formData.data.countryId, "20");
- }
- if (formData.data.provinceId) {
- getCityData(formData.data.provinceId, "30");
- }
- });
- }
- };
- const getProductList = (ids) => {
- if (ids && ids.length > 0) {
- proxy.post("/subscribeDetail/detail", { ids }).then((res) => {
- if (res && res.length > 0) {
- formData.data.purchaseProductList = res.map((item) => {
- let dataResourceId =
- item.dataType == 0 ? item.id : item.contractDetailId;
- return {
- productId: item.productId,
- contractId: item.contractId,
- productName: item.productName,
- productCode: item.productCustomCode,
- productLength: item.productLength,
- productWidth: item.productWidth,
- productHeight: item.productHeight,
- subscribeCount: item.count || 0,
- purchaseCount: item.purchaseCount || 0,
- quantity: null,
- price: "",
- amount: "",
- remark: "",
- fileUrl: "",
- dataResource: item.dataType,
- dataResourceId: dataResourceId,
- subscribeDetailId: item.id,
- };
- });
- formData.data.dataResource =
- formData.data.purchaseProductList[0].dataResource;
- if (formData.data.purchaseProductList[0].dataType == 0) {
- formData.data.dataResourceId = res[0].subscribeId;
- } else {
- formData.data.dataResourceId = res[0].contractId;
- }
- let productIdList = res.map((x) => x.productId);
- proxy
- .post("/fileInfo/getList", {
- businessIdList: productIdList,
- })
- .then((fileObj) => {
- for (let i = 0; i < formData.data.purchaseProductList.length; i++) {
- const e = formData.data.purchaseProductList[i];
- for (const key in fileObj) {
- if (e.productId === key) {
- if (fileObj[key] && fileObj[key].length > 0) {
- e.fileUrl = fileObj[key][0].fileUrl;
- }
- }
- }
- }
- });
- changeProductPrice();
- }
- });
- }
- };
- onMounted(() => {
- formOption.disabled = judgeStatus();
- if (route.query && route.query.ids) {
- let ids = route.query.ids.split(",");
- getProductList(ids);
- }
- if (route.query.businessId && route.query.processType) {
- getAllData(route.query.businessId);
- }
- });
- // watch(
- // () => props.queryData,
- // (val) => {
- // nextTick(() => {
- // formOption.disabled = judgeStatus();
- // });
- // if (val.businessId && val.processType) {
- // getAllData(val.businessId);
- // }
- // },
- // {
- // deep: true,
- // immediate: true,
- // }
- // );
- const optionTwo = reactive({
- data: {
- tooltip: {
- trigger: "axis",
- },
- // legend: {
- // data: ["价格"],
- // },
- grid: {
- left: "3%",
- right: "4%",
- top: "10%",
- bottom: "3%",
- containLabel: true,
- },
- // toolbox: {
- // feature: {
- // saveAsImage: {},
- // },
- // },
- xAxis: {
- type: "category",
- boundaryGap: false,
- data: [],
- },
- yAxis: {
- type: "value",
- },
- series: [
- {
- name: "价格",
- type: "line",
- data: [],
- },
- ],
- },
- });
- const showEcharts = (row, index) => {
- let myChart = null;
- myChart = echarts.init(document.getElementById(row.productId + index));
- window.addEventListener("resize", () => {
- myChart.resize();
- });
- if (
- row.purchaseProductPriceListOne &&
- row.purchaseProductPriceListOne.length > 0
- ) {
- optionTwo.data.xAxis.data = row.purchaseProductPriceListOne.map((item) => {
- return item.createTime.slice(0, 10);
- });
- optionTwo.data.series[0].data = row.purchaseProductPriceListOne.map(
- (item) => {
- return item.price;
- }
- );
- } else {
- optionTwo.data.xAxis.data = [];
- optionTwo.data.series[0].data = [];
- }
- myChart.setOption(optionTwo.data);
- myChart.resize();
- };
- const clickCopy = (type) => {
- copyType.value = type;
- copyContract.value = true;
- };
- </script>
- <style lang="scss" scoped>
- .img {
- object-fit: contain;
- width: 16px;
- height: 16px;
- vertical-align: middle;
- }
- .pic {
- object-fit: contain;
- width: 50px;
- height: 50px;
- cursor: pointer;
- vertical-align: middle;
- }
- .ql-editor {
- padding: 0px;
- }
- </style>
|