1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318 |
- <template>
- <div class="borderless" v-loading="pageLoading">
- <div class="customer-head">
- <div class="customer-back">
- <el-button
- type="danger"
- style="border: none;background: none;color: red"
- icon="el-icon-arrow-left"
- @click="backToList"
- >返回列表
- </el-button>
- </div>
- <div class="add-customer-btn" v-if="showBut" size="small">
- <el-button
- type="primary"
- size="small"
- v-if="detailData.status == 1"
- class="el-button--small-yh "
- @click.stop="openEdit"
- >编辑
- </el-button>
- <el-dropdown style="margin-right: 8px;margin-left: 8px;">
- <el-button type="primary" size="small">
- 审核处理<i class="el-icon-arrow-down el-icon--right"></i>
- </el-button>
- <el-dropdown-menu slot="dropdown">
- <el-dropdown-item
- :disabled="form.status > 0"
- @click.native="pleaseCheck"
- >请核数据</el-dropdown-item
- >
- <el-dropdown-item disabled>审核进度</el-dropdown-item>
- <el-dropdown-item disabled>撤销请核</el-dropdown-item>
- </el-dropdown-menu>
- </el-dropdown>
- <el-dropdown style="margin-right: 8px;">
- <el-button type="warning" size="small">
- 账单处理<i class="el-icon-arrow-down el-icon--right"></i>
- </el-button>
- <el-dropdown-menu slot="dropdown">
- <el-dropdown-item @click.native="generateBill" :disabled="!form.id"
- >申请货款</el-dropdown-item
- >
- <el-dropdown-item @click.native="viewBill" :disabled="!form.id"
- >查看货款</el-dropdown-item
- >
- </el-dropdown-menu>
- </el-dropdown>
- <el-dropdown style="margin-right: 8px;">
- <el-button type="success" size="small">
- 业务处理<i class="el-icon-arrow-down el-icon--right"></i>
- </el-button>
- <el-dropdown-menu slot="dropdown">
- <el-dropdown-item :disabled="!form.id" @click.native="copyDoc"
- >复制单据</el-dropdown-item>
- </el-dropdown-menu>
- </el-dropdown>
- <el-button
- type="primary"
- :disabled="disabled"
- @click="editCustomer"
- :loading="subLoading"
- v-if="detailData.status != 1"
- size="small">保存数据</el-button>
- </div>
- </div>
- <div class="customer-main">
- <trade-card title="基础信息">
- <avue-form
- ref="form"
- class="trading-form"
- v-model="form"
- :option="option"
- >
- <template slot="corpId">
- <crop-select
- v-model="form.corpId"
- corpType="GYS"
- :disabled="detailData.status == 1"
- ></crop-select>
- </template>
- <template slot="exchangeRate">
- <el-input
- size="mini"
- v-model="form.exchangeRate"
- oninput="value=value.replace(/[^0-9.]/g,'').replace(/^(\-)*(\d+)\.(\d\d).*$/,'$1$2.$3')"
- @change="rateChange"
- placeholder="请输入 汇率"
- :disabled="detailData.status == 1"
- ><template slot="append">%</template></el-input
- >
- </template>
- <template slot="orderNo">
- <el-input
- size="mini"
- v-model="form.orderNo"
- oninput="this.value=this.value.toUpperCase()"
- placeholder="请输入 "
- :disabled="detailData.status == 1"
- />
- </template>
- </avue-form>
- </trade-card>
- <div>
- <trade-card title="商品信息">
- <avue-crud
- ref="crud"
- :data="data"
- :option="tableOption"
- @row-del="rowDel"
- @selection-change="goodsSelectionChange"
- @saveColumn="saveColumn"
- @resetColumn="resetColumn"
- :summary-method="summaryMethod"
- :cell-style="cellStyle"
- >
- <template slot="price" slot-scope="{ row }">
- <el-input
- v-if="row.$cellEdit"
- v-model="row.price"
- size="small"
- oninput="value=value.replace(/[^0-9.]/g,'').replace(/^(\-)*(\d+)\.(\d\d).*$/,'$1$2.$3')"
- @change="priceChange(row)"
- ></el-input>
- <span v-else>{{ row.price }}</span>
- </template>
- <template slot="actualQuantity" slot-scope="{ row }">
- <el-input
- v-if="row.$cellEdit"
- v-model="row.actualQuantity"
- size="small"
- oninput='this.value=this.value.replace(/[^(\d)]/g,"")'
- @change="quantityChange(row)"
- ></el-input>
- <span v-else>{{ row.actualQuantity | IntegerFormat }}</span>
- </template>
- <template slot="cname" slot-scope="{ row, index }">
- <el-button
- size="small"
- type="text"
- @click="rePick(row, index)"
- :disabled="disabled || detailData.status == 1"
- class="picker"
- style="padding:4px 10px;float:left"
- >选择</el-button
- >
- <span>{{ row.cname }}</span>
- </template>
- <template slot="itemType" slot-scope="{ row }">
- <el-select
- v-if="row.$cellEdit"
- v-model="row.itemType"
- filterable
- allow-create
- default-first-option
- placeholder="请输入"
- @focus="itemTypeFocus(row)"
- size="small"
- >
- <el-option
- v-for="(item, index) in itemtypeList"
- :key="index"
- :label="item.value"
- :value="item.value"
- >
- </el-option>
- </el-select>
- <span v-else>{{ row.itemType }}</span>
- </template>
- <template slot="menuLeft">
- <el-button
- type="primary"
- icon="el-icon-plus"
- size="small"
- @click.stop="newDetails"
- :disabled="detailData.status == 1"
- >录入明细</el-button
- >
- <el-button
- type="info"
- icon="el-icon-printer"
- size="small"
- @click.stop="openReport()"
- >报表打印</el-button
- >
- <el-button type="info" size="small" :disabled="!form.id || form.fudaPurchaseStatus" @click.native="PSModification(1)"
- >排产中</el-button>
- <el-button type="info" size="small" :disabled="!form.id || form.productionScheduling" @click.native="PSModification(2)"
- >预计货好</el-button>
- <el-button type="info" size="small" :disabled="!form.id || form.estimateGoodGoods != '待采购'" @click.native="PSModification(3)"
- >采购完成</el-button>
- <!-- <el-button-->
- <!-- type="warning"-->
- <!-- icon="el-icon-plus"-->
- <!-- size="small"-->
- <!-- :disabled="detailData.status == 1 || orderItemIds.length == 0"-->
- <!-- @click="getInvoice"-->
- <!-- >生成收货单-->
- <!-- </el-button>-->
- </template>
- <template slot="menu" slot-scope="{ row, index }">
- <el-button
- size="small"
- icon="el-icon-edit"
- type="text"
- @click="rowCell(row, index)"
- :disabled="disabled || detailData.status == 1"
- >{{ row.$cellEdit ? "保存" : "修改" }}</el-button
- >
- <el-button
- size="small"
- icon="el-icon-edit"
- type="text"
- @click="rowDel(row)"
- :disabled="detailData.status == 1"
- >删 除</el-button
- >
- </template>
- </avue-crud>
- </trade-card>
- </div>
- <fee-info
- ref="feeInfo"
- activeName="second"
- :orderFeesList="orderFeesList"
- :disabled="detailData.status == 1"
- feeUrl="/trade-purchase/purchase-order/removeByFees"
- optionType="CK"
- itemType="采购"
- @beforeFinance="beforeFinance"
- :inCropId="true"
- />
- <containerTitle title="合同附件"></containerTitle>
- <c-upload
- typeUpload="CK"
- :data="orderFilesList"
- :disabled="detailData.status == 1"
- :enumerationValue="76"
- deleteUrl="/trade-purchase/purchase-order/removeByFiles"
- />
- <div>
- <trade-card title="银行信息">
- <avue-form
- class="trading-form"
- ref="form"
- v-model="form"
- :option="bankOption"
- />
- </trade-card>
- </div>
- </div>
- <el-dialog
- title="账单"
- append-to-body
- class="el-dialogDeep"
- :visible.sync="financialAccountDialog"
- width="60%"
- :close-on-click-modal="false"
- :destroy-on-close="true"
- :close-on-press-escape="false"
- v-dialog-drag
- >
- <financial-account
- billType="申请"
- :billData="billData"
- itemType="采购"
- @choceFun="choceFun"
- >
- </financial-account>
- </el-dialog>
- <el-dialog
- title="申请记录"
- append-to-body
- class="el-dialogDeep"
- :visible.sync="applicationDialog"
- width="60%"
- :close-on-click-modal="false"
- :destroy-on-close="true"
- :close-on-press-escape="false"
- v-dialog-drag
- >
- <bill-application :billId="form.id" @choceApplication="choceApplication">
- </bill-application>
- </el-dialog>
- <el-dialog
- title="导入商品"
- append-to-body
- class="el-dialogDeep"
- :visible.sync="dialogVisible"
- width="80%"
- :close-on-click-modal="false"
- :destroy-on-close="true"
- :close-on-press-escape="false"
- @close="closeGoods"
- top="5vh"
- v-dialog-drag
- >
- <span>
- <el-row>
- <el-col :span="4">
- <div>
- <el-scrollbar>
- <basic-container>
- <avue-tree
- :option="treeOption"
- @node-click="nodeClick"
- :style="treeStyle"
- />
- </basic-container>
- </el-scrollbar>
- </div>
- </el-col>
- <el-col :span="20">
- <avue-crud
- :option="goodsOption"
- :table-loading="loading"
- :data="goodsList"
- ref="goodsCrud"
- :search.sync="search"
- @search-change="searchChange"
- @refresh-change="refreshChange"
- @selection-change="selectionChange"
- @row-click="rowClick"
- :page.sync="page"
- @on-load="onLoad"
- @saveColumn="saveGoodsColumn"
- @resetColumn="resetGoodsColumn"
- :cell-style="cellStyle"
- ></avue-crud>
- </el-col>
- </el-row>
- </span>
- <span slot="footer" class="dialog-footer">
- <el-button @click="dialogVisible = false">取 消</el-button>
- <el-button
- type="primary"
- @click="importGoods"
- :disabled="selectionList.length == 0"
- >导入</el-button
- >
- </span>
- </el-dialog>
- <report-dialog
- :switchDialog="switchDialog"
- :reportId="form.id"
- reportName="客户询价"
- @onClose="onClose()"
- ></report-dialog>
- </div>
- </template>
- <script>
- import tableOption from "./config/customerContact.json";
- import goodsOption from "./config/commodity.json";
- import feeInfo from "@/components/fee-info/main";
- import uploadFile from "@/components/upload-file/main";
- import {
- detail,
- submit,
- delItem,
- getDeptLazyTree,
- getGoods,
- getSpecification,
- pleaseCheck, purchaseStatusUpdate
- } from "@/api/exportTrade/purchaseContract";
- import _ from "lodash";
- import reportDialog from "@/components/report-dialog/main";
- import { contrastObj, contrastList } from "@/util/contrastData";
- import {
- isvalidatemobile,
- validatename,
- micrometerFormat,
- IntegerFormat
- } from "@/util/validate";
- import financialAccount from "@/components/finance/financialAccount";
- import billApplication from "@/components/bill/billApplication";
- export default {
- name: "detailsPageEdit",
- data() {
- return {
- billData: {}, //账单需要数据
- financialAccountDialog: false,
- applicationDialog: false,
- treeStyle: "height:" + (window.innerHeight - 315) + "px",
- switchDialog: false,
- form: {
- orderStatus: "录入"
- },
- disabled: false,
- dialogVisible: false,
- tableOption: tableOption,
- option: {
- menuBtn: false,
- labelWidth: 100,
- disabled: false,
- column: [
- {
- label: "供应商",
- prop: "corpId",
- rules: [
- {
- required: true,
- message: "",
- trigger: "blur"
- }
- ],
- span: 16,
- slot: true
- },
- {
- label: "系统号",
- prop: "sysNo",
- span: 8,
- disabled: true
- },
- {
- label: "联系人",
- prop: "corpAttn",
- span: 8
- },
- {
- label: "电话",
- prop: "corpTel",
- span: 8
- },
- {
- label: "订单状态",
- prop: "orderStatus",
- span: 8,
- type: "select",
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=order_status",
- props: {
- label: "dictValue",
- value: "dictValue"
- }
- },
- {
- label: "采购日期",
- prop: "businesDate",
- span: 8,
- type: "date",
- format: "yyyy-MM-dd",
- valueFormat: "yyyy-MM-dd 00:00:00",
- rules: [
- {
- required: true,
- message: "",
- trigger: "blur"
- }
- ]
- },
- {
- label: "预交日期",
- prop: "plannedDeliveryDate",
- span: 8,
- type: "date",
- format: "yyyy-MM-dd",
- valueFormat: "yyyy-MM-dd 00:00:00"
- },
- {
- label: "实交日期",
- prop: "requiredDeliveryDate",
- span: 8,
- type: "date",
- format: "yyyy-MM-dd",
- valueFormat: "yyyy-MM-dd 00:00:00"
- },
- {
- label: "是否开票",
- prop: "ifInvoice",
- span: 8,
- type: "select",
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=ifInvoice",
- props: {
- label: "dictValue",
- value: "dictValue"
- }
- },
- {
- label: "付款方式",
- prop: "paymentType",
- span: 8,
- type: "select",
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=payment_term",
- props: {
- label: "dictValue",
- value: "dictValue"
- }
- },
- {
- label: "付款说明",
- prop: "paymentTypeDescription",
- span: 8
- },
- {
- label: "采购订单号",
- prop: "orderNo",
- span: 8
- },
- {
- label: "币别",
- prop: "currency",
- span: 8,
- type: "select",
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=currency",
- props: {
- label: "dictValue",
- value: "dictValue"
- },
- change: ({ value }) => {
- if (value == "CNY") {
- this.form.exchangeRate = 1;
- }
- if (value == "USD") {
- this.form.exchangeRate = 6.3843;
- }
- }
- },
- {
- label: "汇率",
- prop: "exchangeRate",
- span: 8,
- slot: true,
- row: true,
- disabled: true
- },
- {
- label: "备注",
- prop: "orderRemark",
- type: "textarea",
- minRows: 2,
- span: 24
- }
- ]
- },
- treeOption: {
- nodeKey: "id",
- lazy: true,
- treeLoad: function(node, resolve) {
- const parentId = node.level === 0 ? 0 : node.data.id;
- getDeptLazyTree(parentId).then(res => {
- resolve(
- res.data.data.map(item => {
- return {
- ...item,
- leaf: !item.hasChildren
- };
- })
- );
- });
- },
- addBtn: false,
- menu: false,
- size: "small",
- props: {
- label: "title",
- value: "value",
- children: "children"
- }
- },
- bankOption: {
- menuBtn: false,
- labelWidth: 100,
- column: [
- {
- label: "银行",
- prop: "banks",
- span: 8
- },
- {
- label: "银行信息",
- prop: "banksAccountName",
- span: 16,
- type: "textarea",
- minRows: 2
- }
- ]
- },
- insuranceOption: {
- menuBtn: false,
- labelWidth: 100,
- column: [
- {
- label: "保险描述",
- prop: "insuranceRemarks",
- span: 24,
- type: "textarea",
- minRows: 2
- }
- ]
- },
- markOption: {
- menuBtn: false,
- labelWidth: 100,
- column: [
- {
- label: "唛头描述",
- prop: "marks",
- span: 24,
- type: "textarea",
- minRows: 2
- }
- ]
- },
- page: {
- pageSize: 10,
- currentPage: 1,
- total: 0
- },
- loading: false,
- goodsOption: {},
- data: [],
- goodsList: [],
- selectionList: [],
- treeDeptId: null,
- orderFeesList: [],
- orderFilesList: [],
- orderItemIds: [],
- itemtypeList: [],
- goodsSelections: [],
- reData: null,
- oldform: {
- orderStatus: "录入"
- },
- olddata: [],
- oldorderFeesList: [],
- oldorderFilesList: [],
- subLoading: false,
- pageLoading: false,
- showBut: true,
- search: {}
- };
- },
- props: {
- detailData: {
- type: Object
- }
- },
- components: {
- reportDialog,
- feeInfo,
- uploadFile,
- financialAccount,
- billApplication
- },
- async created() {
- if (this.detailData.id) {
- this.getDetail(this.detailData.id);
- }
- if (this.detailData.form) {
- this.form = this.detailData.form
- this.data = this.detailData.form.orderItemsList
- }
- this.tableOption = await this.getColumnData(
- this.getColumnName(3),
- tableOption
- );
- this.goodsOption = await this.getColumnData(
- this.getColumnName(27),
- goodsOption
- );
- if (this.detailData.status == 1) {
- this.option.disabled = true;
- this.bankOption.disabled = true;
- this.insuranceOption.disabled = true;
- this.markOption.disabled = true;
- }
- this.getWorkDicts("product_properties").then(res => {
- this.findObject(this.tableOption.column, "itemProp").dicData =
- res.data.data;
- });
- this.getWorkDicts("unit").then(res => {
- this.findObject(this.tableOption.column, "unit").dicData = res.data.data;
- });
- },
- filters: {
- IntegerFormat(num) {
- return IntegerFormat(num);
- }
- },
- methods: {
- cellStyle() {
- return "padding:0;height:40px;";
- },
- copyDoc() {
- this.$emit("copyOrder", this.form.id);
- },
- PSModification(type){
- const loading = this.$loading({
- lock: true,
- text: '操作中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- });
- purchaseStatusUpdate({
- id:this.form.id,
- purchaseStatusType:type
- }).then(res=>{
- this.$message.success("操作成功")
- loading.close();
- }).catch((err)=>{
- loading.close();
- })
- },
- rePick(row, index) {
- this.reData = {
- ...row,
- index: index
- };
- this.newDetails();
- },
- rowCell(row, index) {
- if (row.$cellEdit == true) {
- this.$set(row, "$cellEdit", false);
- } else {
- this.$set(row, "$cellEdit", true);
- }
- },
- itemTypeFocus(row) {
- this.itemtypeList = [];
- getSpecification({ goodId: row.itemId }).then(res => {
- const data = res.data.data;
- this.itemtypeList = data.map(item => ({ value: item }));
- });
- },
- priceChange(row) {
- if (!row.price) {
- row.price = 0;
- } else {
- row.amount = _.multiply(row.price, row.orderQuantity).toFixed(2);
- }
- },
- quantityChange(row) {
- if (Number(row.orderQuantity) < Number(row.actualQuantity)) {
- row.actualQuantity = row.orderQuantity
- this.$message.error("修改的已收数量不能低于数量");
- }
- if (!row.orderQuantity) {
- row.orderQuantity = 0;
- } else {
- row.amount = _.multiply(row.price, row.orderQuantity).toFixed(2);
- }
- },
- rowSave(row) {
- console.log(row);
- this.$set(row, "$cellEdit", false);
- },
- rowDel(row) {
- this.$confirm("确定删除数据?", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning"
- }).then(() => {
- if (row.id) {
- delItem(row.id).then(res => {
- this.$message({
- type: "success",
- message: "删除成功!"
- });
- this.data.splice(row.$index, 1);
- });
- } else {
- this.$message({
- type: "success",
- message: "删除成功!"
- });
- this.data.splice(row.$index, 1);
- }
- });
- },
- importGoods() {
- if (this.reData) {
- if (this.selectionList.length != 1) {
- return this.$message.error("重新选择的时候只能选择一条数据");
- } else {
- this.selectionList.forEach(e => {
- this.data.forEach((item, index) => {
- if (index == this.reData.index) {
- item.itemId = e.id;
- item.code = e.code;
- item.cname = e.cname;
- item.priceCategory = e.goodsTypeName;
- item.itemUrl = e.url;
- item.itemProp = this.reData.itemProp;
- item.itemDescription = e.cnameDescription;
- item.itemType = this.reData.itemType;
- item.tradeTerms = this.reData.tradeTerms;
- item.price = this.reData.price;
- item.orderQuantity = this.reData.orderQuantity;
- item.insurance = this.reData.insurance;
- item.freight = this.reData.freight;
- item.discount = this.reData.discount;
- item.amount = this.reData.amount;
- item.taxRate = this.reData.taxRate;
- item.unit = e.unit;
- item.remarks = this.reData.remarks;
- item.$cellEdit = true;
- }
- });
- });
- }
- } else {
- this.selectionList.forEach(e => {
- this.data.push({
- itemId: e.id,
- code: e.code,
- cname: e.cname,
- priceCategory: e.goodsTypeName,
- itemUrl: e.url,
- itemProp: null,
- itemDescription: e.cnameDescription,
- itemType: null,
- tradeTerms: null,
- price: 0,
- orderQuantity: 0,
- insurance: 0,
- freight: 0,
- discount: null,
- amount: 0,
- taxRate: 0,
- unit: e.unit,
- remarks: null,
- $cellEdit: true
- });
- });
- }
- this.dialogVisible = false;
- },
- closeGoods() {
- this.selectionList = [];
- this.treeDeptId = "";
- this.reData = null;
- },
- goodsSelectionChange(list) {
- this.goodsSelections = list;
- this.orderItemIds = [];
- list.map(e => {
- this.orderItemIds.push(e.id);
- });
- },
- selectionChange(list) {
- this.selectionList = list;
- },
- rowClick(row) {
- this.$refs.goodsCrud.toggleSelection([this.goodsList[row.$index]]);
- },
- nodeClick(data) {
- this.treeDeptId = data.id;
- this.page.currentPage = 1;
- this.onLoad(this.page);
- },
- searchChange(params, done) {
- this.search = this.deepClone(params);
- this.onLoad(this.page, params);
- done();
- },
- //费用查询
- onLoad(page, params = {}) {
- let obj = this.deepClone(Object.assign(params, this.search));
- this.loading = true;
- getGoods(page.currentPage, page.pageSize, this.treeDeptId, obj).then(
- res => {
- const data = res.data.data;
- this.page.total = data.total;
- this.goodsList = data.records;
- this.loading = false;
- if (this.page.total) {
- this.goodsOption.height = window.innerHeight - 350;
- }
- }
- );
- },
- //商品明细导入
- newDetails() {
- this.dialogVisible = !this.dialogVisible;
- },
- getDetail(id) {
- this.showBut = false;
- this.pageLoading = true;
- detail(id)
- .then(res => {
- if (this.detailData.status == "copy") {
- delete res.data.data.id;
- delete res.data.data.sysNo;
- delete res.data.data.orderNo;
- delete res.data.data.orgOrderNo;
- delete res.data.data.createTime;
- delete res.data.data.createUser;
- delete res.data.data.createUserName;
- delete res.data.data.updateTime;
- delete res.data.data.updateUser;
- delete res.data.data.updateUserName;
- delete res.data.data.morderNo;
- delete res.data.data.status;
- delete res.data.data.ifEnquiry;
- delete res.data.data.ifShipping;
- delete res.data.data.fudaPurchaseStatus;
- delete res.data.data.productionScheduling;
- delete res.data.data.estimateGoodGoods;
- res.data.data.orderStatus = "录入";
- if (res.data.data.itemsVOList) {
- res.data.data.itemsVOList.forEach(e => {
- delete e.id;
- delete e.pid;
- delete e.createTime;
- delete e.createUser;
- delete e.updateTime;
- delete e.updateUser;
- delete e.orgOrderNo;
- delete e.srcId;
- delete e.status;
- delete e.isDeleted;
- });
- }
- if (res.data.data.orderFeesList) {
- res.data.data.orderFeesList.forEach(e => {
- delete e.id;
- delete e.pid;
- delete e.createTime;
- delete e.createUser;
- delete e.updateTime;
- delete e.updateUser;
- delete e.status;
- delete e.isDeleted;
- });
- }
- if (res.data.data.orderFilesList) {
- res.data.data.orderFilesList.forEach(e => {
- delete e.id;
- delete e.pid;
- delete e.createTime;
- delete e.createUser;
- delete e.updateTime;
- delete e.updateUser;
- delete e.status;
- delete e.isDeleted;
- });
- }
- }
- this.form = res.data.data;
- this.data = res.data.data.itemsVOList
- ? res.data.data.itemsVOList
- : [];
- this.orderFeesList = res.data.data.orderFeesList
- ? res.data.data.orderFeesList
- : [];
- this.orderFilesList = res.data.data.orderFilesList
- ? res.data.data.orderFilesList
- : [];
- this.oldform = res.data.data;
- this.olddata = this.deepClone(
- res.data.data.itemsVOList ? res.data.data.itemsVOList : []
- );
- this.oldorderFeesList = this.deepClone(
- res.data.data.orderFeesList ? res.data.data.orderFeesList : []
- );
- this.oldorderFilesList = this.deepClone(
- res.data.data.orderFilesList ? res.data.data.orderFilesList : []
- );
- })
- .finally(() => {
- this.showBut = true;
- this.pageLoading = false;
- });
- },
- //修改提交触发
- editCustomer(status) {
- this.$refs["form"].validate((valid, done) => {
- done();
- if (valid) {
- const orderFeesList = this.$refs.feeInfo.submitData();
- for (let i = 0; i < orderFeesList.length; i++) {
- // if (orderFeesList[i].corpId == null) {
- // return this.$message.error(`请输入第${i + 1}行的结算中心`);
- // }
- if (orderFeesList[i].price == 0) {
- return this.$message.error(`请正确输入第${i + 1}行的价格`);
- }
- if (orderFeesList[i].quantity == 0) {
- return this.$message.error(`请正确输入第${i + 1}行的数量`);
- }
- }
- this.data.forEach((e, index) => {
- e.sort = Number(index) + 1
- })
- this.subLoading = true;
- submit({
- ...this.form,
- itemsVOList: this.data,
- orderFeesList: orderFeesList,
- orderFilesList: this.orderFilesList,
- tradeType: "CK",
- billType: "CG"
- }).then(res => {
- this.$message.success("保存成功");
- this.getDetail(res.data.data);
- if (status == "goBack") {
- if (this.form.id) {
- this.unLock({
- moduleName: "cg",
- tableName: "business_order",
- billId: this.form.id,
- billNo: this.form.orgOrderNo
- });
- }
- this.$emit("goBack");
- this.leaveDetailsKey(this.$route.name);
- }
- })
- .finally(() => {
- this.subLoading = false;
- });
- } else {
- return false;
- }
- });
- },
- generateBill() {
- this.financialAccountDialog = true;
- this.billData = {
- srcOrderno: this.form.orgOrderNo,
- itemType: "销售",
- corpsName: this.form.corpName,
- corpId: this.form.corpId,
- srcParentId: this.form.id,
- currency: "CNY",
- exchangeRate: "1",
- taxRate: "0",
- accDate: this.form.businesDate,
- srcType: 1,
- tradeType: "CK",
- optionType: "CK"
- };
- },
- choceFun() {
- this.financialAccountDialog = false;
- },
- viewBill() {
- this.applicationDialog = true;
- },
- //关闭记录
- choceApplication() {
- this.applicationDialog = false;
- },
- // 请核
- pleaseCheck() {
- this.$confirm("您确定提交此次申请吗?", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning"
- }).then(() => {
- const data = {
- id: this.form.id,
- checkType: "cgqh",
- url: "/exportTrade/purchaseContract/index",
- pageStatus: "this.$store.getters.domPurStatus",
- pageLabel: "采购(E)",
- checkFlag: 2
- };
- pleaseCheck(data).then(res => {
- this.$message.success("请核成功");
- this.getDetail(this.form.id);
- });
- });
- },
- //返回列表
- backToList() {
- let orderFeesList = this.$refs.feeInfo.submitData();
- if (
- contrastObj(this.form, this.oldform) ||
- contrastList(this.data, this.olddata) ||
- contrastList(orderFeesList, this.oldorderFeesList) ||
- contrastList(this.orderFilesList, this.oldorderFilesList)
- ) {
- this.$confirm("数据发生变化未有提交记录, 是否提交?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning"
- })
- .then(() => {
- this.editCustomer("goBack");
- })
- .catch(() => {
- if (this.form.id) {
- this.unLock({
- moduleName: "cg",
- tableName: "business_order",
- billId: this.form.id,
- billNo: this.form.orgOrderNo
- });
- }
- this.$emit("goBack");
- this.leaveDetailsKey(this.$route.name);
- });
- } else {
- if (this.form.id) {
- this.unLock({
- moduleName: "cg",
- tableName: "business_order",
- billId: this.form.id,
- billNo: this.form.orgOrderNo
- });
- }
- this.$emit("goBack");
- this.leaveDetailsKey(this.$route.name);
- }
- },
- openReport() {
- this.switchDialog = !this.switchDialog;
- },
- onClose(val) {
- this.switchDialog = val;
- },
- summaryMethod({ columns, data }) {
- const sums = [];
- if (columns.length > 0) {
- columns.forEach((item, index) => {
- sums[0] = "合计";
- if (item.property == "orderQuantity" || item.property == "amount") {
- let qtySum = 0;
- let amountSum = 0;
- data.forEach(e => {
- qtySum = _.add(qtySum, Number(e.orderQuantity));
- amountSum = _.add(amountSum, Number(e.amount));
- });
- //数量总计
- if (item.property == "orderQuantity") {
- sums[index] = qtySum ? qtySum.toFixed(2) : "0.00";
- }
- //金额总计
- if (item.property == "amount") {
- sums[index] = micrometerFormat(amountSum);
- }
- }
- });
- }
- return sums;
- },
- getInvoice() {
- if (!this.form.id) {
- return this.$message.error("数据未提交,请提交数据");
- }
- for (let i = 0; i < this.goodsSelections.length; i++) {
- if (!this.goodsSelections[i].id) {
- return this.$message.error("明细表未提交数据,请提交数据");
- }
- }
- if (this.$store.getters.outtaskStatus) {
- this.$alert("出口发货单存在,请保存发货单再进行操作", "温馨提示", {
- confirmButtonText: "确定",
- type: "warning",
- callback: action => {
- console.log(action);
- }
- });
- } else {
- this.inInvoice();
- }
- },
- inInvoice() {
- const data = this.deepClone(this.form);
- data.orderItemsList = this.deepClone(this.goodsSelections);
- data.orderItemsList.forEach(e => {
- e.actualQuantity = e.orderQuantity;
- e.contractAmount = e.amount;
- e.srcId = e.id;
- e.packageRemarks = e.itemProp;
- e.productDesc = e.itemDescription;
- e.specificationAndModel = e.itemType;
- delete e.id;
- delete e.version;
- delete e.status;
- delete e.createUser;
- delete e.createTime;
- delete e.updateUser;
- delete e.updateTime;
- delete e.isDeleted;
- });
- delete data.id;
- delete data.version;
- delete data.status;
- delete data.createUser;
- delete data.createTime;
- delete data.updateUser;
- delete data.updateTime;
- delete data.isDeleted;
- delete data.orderStatus;
- data.deliveryStatus = "录入";
- data.srcOrderNo = data.sysNo;
- delete data.sysNo;
- data.corpName = data.corpsName;
- delete data.corpsName;
- this.$refs.crud.toggleSelection();
- this.$router.$avueRouter.closeTag("/exportTrade/receipt/index");
- this.$router.push({
- path: "/exportTrade/receipt/index",
- query: {
- pageType: "Generate",
- data: JSON.stringify(data)
- }
- });
- },
- //费用明细回调
- beforeFinance(feesData, callback) {
- this.advantageProjectData = feesData;
- let params = {};
- //暂时默认通过 之后优化
- params.valid = true;
- params.parentId = this.form.id;
- params.srcOrderno = this.form.orderNo;
- callback(params);
- },
- openEdit() {
- const data = {
- moduleName: "cg",
- tableName: "business_order",
- billId: this.form.id,
- no: localStorage.getItem("browserID"),
- billNo: this.form.orgOrderNo
- };
- this.inDetailsKey(this.$route.name, {
- moduleName: "cg",
- tableName: "business_order",
- billId: this.form.id,
- billNo: this.form.orgOrderNo
- });
- this.saveLoading = true;
- this.checkLock(data).then(res => {
- if (res.data.code == 200) {
- this.onLock(data).then(res => {
- if (res.data.code == 200) {
- this.detailData.status = 2;
- this.option = this.$options.data().option;
- }
- });
- }
- });
- },
- async saveColumn() {
- const inSave = await this.saveColumnData(
- this.getColumnName(3),
- this.tableOption
- );
- if (inSave) {
- this.$nextTick(() => {
- this.$refs.crud.doLayout()
- })
- this.$message.success("保存成功");
- //关闭窗口
- this.$refs.crud.$refs.dialogColumn.columnBox = false;
- }
- },
- async resetColumn() {
- this.tableOption = tableOption;
- const inSave = await this.delColumnData(
- this.getColumnName(3),
- tableOption
- );
- if (inSave) {
- this.$nextTick(() => {
- this.$refs.crud.doLayout()
- })
- this.$message.success("重置成功");
- //关闭窗口
- setTimeout(() => {
- this.$refs.crud.$refs.dialogColumn.columnBox = false;
- }, 1000);
- }
- },
- async saveGoodsColumn() {
- const inSave = await this.saveColumnData(
- this.getColumnName(27),
- this.goodsOption
- );
- if (inSave) {
- this.$nextTick(() => {
- this.$refs.goodsCrud.doLayout()
- })
- this.$message.success("保存成功");
- //关闭窗口
- this.$refs.goodsCrud.$refs.dialogColumn.columnBox = false;
- }
- },
- async resetGoodsColumn() {
- this.goodsOption = goodsOption;
- const inSave = await this.delColumnData(
- this.getColumnName(30),
- goodsOption
- );
- if (inSave) {
- this.$nextTick(() => {
- this.$refs.goodsCrud.doLayout()
- })
- this.$message.success("重置成功");
- //关闭窗口
- setTimeout(() => {
- this.$refs.goodsCrud.$refs.dialogColumn.columnBox = false;
- }, 1000);
- }
- }
- }
- };
- </script>
- <style lang="scss" scoped>
- .trading-form ::v-deep .el-form-item {
- margin-bottom: 8px !important;
- }
- ::v-deep .el-form-item__error {
- display: none !important;
- }
- ::v-deep .select-component {
- display: flex !important;
- }
- </style>
|