12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091 |
- <template>
- <!-- 预装箱单-成衣 列表-->
- <div id="adPaListClothes">
- <!-- 查询 -->
- <a-card :bordered="false">
- <div class="table-page-search-wrapper">
- <a-form layout="inline" @keyup.enter.native="searchQuery">
- <a-row :gutter="24">
- <!-- <a-col :md="6" :sm="8">
- <a-form-item label="单据号">
- <a-input placeholder="请输入单据号" v-model="queryParam.documentNo"></a-input>
- </a-form-item>
- </a-col> -->
- <!-- <a-col :md="6" :sm="8">
- <a-form-item label="订单号">
- <a-input placeholder="请输入订单号" v-model="queryParam.orderNumber"></a-input>
- </a-form-item>
- </a-col> -->
- <a-col :md="6" :sm="8">
- <a-form-item label="款号">
- <a-input placeholder="请输入款号" v-model="queryParam.itemNumber"></a-input>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="8">
- <a-form-item label="小po">
- <a-input placeholder="请输入小po" v-model="queryParam.smallPo"></a-input>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="8">
- <a-form-item label="分销点">
- <!-- <a-input placeholder="请输入分销点" v-model="queryParam.distributionPoint"></a-input> -->
- <j-search-select-tag
- placeholder="请选择分销点"
- v-model="queryParam.distributionPoint"
- dict="view_distributionpoint,distributionpoint,distributionpoint">
- </j-search-select-tag>
- </a-form-item>
- </a-col>
-
- <template v-if="toggleSearchStatus">
- <!-- <a-col :md="6" :sm="8">
- <a-form-item label="单据日期">
- <a-range-picker
- style="width: 100%"
- v-model="timeRange"
- format="YYYY-MM-DD"
- :placeholder="['开始日期', '结束日期']"
- @change="onDateChange"
- @ok="onDateOk"
- />
- </a-form-item>
- </a-col> -->
- <a-col :md="5" :sm="8">
- <a-form-model-item label="是否被参照">
- <a-select v-model="queryParam.isReference">
- <a-select-option value="">请选择</a-select-option>
- <a-select-option value="1">是</a-select-option>
- <a-select-option value="0">否</a-select-option>
- </a-select>
- </a-form-model-item>
- </a-col>
- <a-col :md="6" :sm="8">
- <a-form-item label="账套号">
- <j-search-select-tag
- placeholder="请选择账套号"
- v-model="queryParam.acSetNo"
- dict="view_account,account,account">
- </j-search-select-tag>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="8">
- <a-form-item label="成衣工厂">
- <!-- <a-input placeholder="请输入成衣工厂" v-model="queryParam.garmentFactory"></a-input> -->
- <j-search-select-tag
- placeholder="请选择成衣广场"
- v-model="queryParam.garmentFactory"
- dict="view_garmentfactory,garmentfactory,garmentfactory">
- </j-search-select-tag>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="8">
- <a-form-item label="预发货日期">
- <a-range-picker
- style="width: 100%"
- :mode="rangeMode"
- :placeholder="['开始日期', '结束日期']"
- :value="range"
- format = "YYYY-MM-DD"
- @change="rangeSelectChange"
- />
- </a-form-item>
-
- </a-col>
- <a-col :md="6" :sm="8">
- <a-form-item label="导入时间">
- <a-date-picker placeholder="请选择导入时间" v-model="queryParam.createTime" format="YYYY-MM-DD" @change="createTimeChange"></a-date-picker>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="8">
- <a-form-item label="制单人">
- <a-input placeholder="请输入制单人" v-model="queryParam.createBy"></a-input>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="8">
- <a-form-item label="预托书号">
- <a-input placeholder="请输入预托书号" v-model="queryParam.depositaryReceiptNo"></a-input>
- </a-form-item>
- </a-col>
- <a-col :md="6" :sm="8">
- <a-form-item label="是否提交">
- <a-select v-model="queryParam.status">
- <a-select-option value="">请选择</a-select-option>
- <a-select-option value="0">否</a-select-option>
- <a-select-option value="1">是</a-select-option>
- </a-select>
- </a-form-item>
- </a-col>
- </template>
- <a-col :md="6" :sm="8">
- <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
- <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
- <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
- <a @click="handleToggleSearch" style="margin-left: 8px">
- {{ toggleSearchStatus ? '收起' : '展开' }}
- <a-icon :type="toggleSearchStatus ? 'up' : 'down'" />
- </a>
- </span>
- </a-col>
- </a-row>
- </a-form>
- </div>
- </a-card>
- <!-- 操作按钮区域 导出 导入 新增-->
- <a-card :bordered="false" style="margin:10px 0">
- <div class="table-operator">
- <a-button type="primary" @click="addAdpacking" icon="plus">新增</a-button>
- <a-button type="primary" icon="download" @click="handleExportXls1('预装箱单-成衣','0')">预装箱单成衣导出</a-button>
- <a-button type="primary" icon="download" @click="handleExportXls('预装箱单-成衣','1')">预装箱单成衣导出-装箱单</a-button>
- <a-button type="primary" icon="download" @click="handleExportXls2('预装箱单列表')">预装箱单列表导出</a-button>
- <a-upload productName="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel" :customRequest="uploadFlie">
- <a-button type="primary" icon="import">导入-来源出运明细</a-button>
- </a-upload>
- <a-button type="primary" @click="batchSubmit" icon="check">批量提交</a-button>
- <a-button type="primary" @click="batchCanelSubmit" icon="close">批量取消提交</a-button>
- <a-button type="primary" @click="batchPush" icon="export">批量推送</a-button>
- </div>
- <!-- table rowKey="id" -->
- <a-table
- bordered
- :columns="adPaListClothesColumns"
- :data-source="adPaListClothesData"
- :loading="loading"
- :pagination="pagination"
- :row-key="record => record.id"
- :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
- @change="handleTableChange"
- :scroll="{ x: 1500 , y: 600}"
- >
- <!-- 推送状态 -->
- <span slot="pushStatesSlot" slot-scope="text, record" :title="record.memo">
- <a-tag color="#2db7f5" v-if="record.pushStatus == '0' || record.pushStatus == null ">未推送</a-tag>
- <a-tag color="#87d068" v-if="record.pushStatus == '1'">推送成功</a-tag>
- <a-tag color="#f50" v-if="record.pushStatus == '2'">推送失败</a-tag>
- </span>
- <!-- 单据状态 -->
- <span slot="statusSlot" slot-scope="text, record">
- <a-tag color="orange" v-if="record.status == 0 || record.status == null">未提交</a-tag>
- <a-tag color="green" v-if="record.status == 1">已提交</a-tag>
- </span>
- <!-- 操作 默认按钮 未提交未推送-->
- <span slot="operationSlot" slot-scope="text, record">
- <a href="javascript:void(0);" @click="itemXls(record,'0')" style="color:green">报表模版导出</a>
- <a-divider type="vertical" />
- <a-dropdown>
- <a class="ant-dropdown-link">更多<a-icon type="down"/></a>
- <!-- 已保存 -->
- <a-menu slot="overlay" v-if="record.status == '0' || record.status == null">
- <a-menu-item>
- <a @click="details(record)">详情</a>
- </a-menu-item>
- <a-menu-item>
- <a @click="edit(record)">编辑</a>
-
- </a-menu-item>
- <!-- <a-menu-item>
- <a href="javascript:void(0);" @click="itemXls(record,'1')" >成衣模版导出</a>
- </a-menu-item> -->
-
- <!-- <a-menu-item>
- <a-popconfirm title="确定提交吗?" ok-text="是" cancel-text="否" @confirm="submit(record)">
- <a href="javascript:void(0);" style="color:green;">提交</a>
- </a-popconfirm>
- </a-menu-item> -->
- <a-menu-item>
- <a-popconfirm title="确定删除吗?" ok-text="是" cancel-text="否" @confirm="handleDelete(record)">
- <a href="javascript:void(0);" style="color:red;">删除</a>
- </a-popconfirm>
- </a-menu-item>
- </a-menu>
- <!-- 已提交 且 推送成功 -->
- <a-menu slot="overlay" v-if="record.pushStatus == '1' && record.status == '1'">
- <a-menu-item>
- <a @click="details(record)">详情</a>
- </a-menu-item>
- <!-- <a-menu-item>
- <a href="javascript:void(0);" @click="itemXls(record,'1')" >成衣模版导出</a>
- </a-menu-item> -->
- </a-menu>
- <!-- 已提交 且 推送失败 -->
- <a-menu slot="overlay" v-if="record.pushStatus == '2' && record.status == '1'">
- <a-menu-item>
- <a @click="details(record)">详情</a>
- </a-menu-item>
- <a-menu-item>
- <a-popconfirm title="确定重新推送吗?" ok-text="是" cancel-text="否" @confirm="push(record)">
- <a href="javascript:void(0);" style="color:green;">重新推送</a>
- </a-popconfirm>
- </a-menu-item>
- <!-- <a-menu-item>
- <a href="javascript:void(0);" @click="itemXls(record,'1')" >成衣模版导出</a>
- </a-menu-item> -->
- </a-menu>
- <!-- 已提交 -->
- <a-menu slot="overlay" v-if="record.status == '1'">
- <a-menu-item>
- <a @click="details(record)">详情</a>
- </a-menu-item>
- <!-- <a-menu-item>
- <a-popconfirm title="确定取消提交吗?" ok-text="是" cancel-text="否" @confirm="cancelSubmit(record)">
- <a href="javascript:void(0);" style="color:red;">取消提交</a>
- </a-popconfirm>
- </a-menu-item> -->
- <!-- <a-menu-item>
- <a href="javascript:void(0);" @click="itemXls(record,'1')" >成衣模版导出</a>
- </a-menu-item> -->
- <a-menu-item>
- <a-popconfirm title="确定推送吗?" ok-text="是" cancel-text="否" @confirm="push(record)">
- <a href="javascript:void(0);" style="color:green;">推送</a>
- </a-popconfirm>
- </a-menu-item>
- </a-menu>
- <!-- 未推送 -->
- <a-menu slot="overlay" v-if="record.pushStatus == '0'">
- <a-menu-item>
- <a @click="details(record)">详情</a>
- </a-menu-item>
- <a-menu-item>
- <a-popconfirm title="确定推送吗?" ok-text="是" cancel-text="否" @confirm="push(record)">
- <a href="javascript:void(0);" style="color:green;">推送</a>
- </a-popconfirm>
- </a-menu-item>
- <!-- <a-menu-item>
- <a href="javascript:void(0);" @click="itemXls(record,'1')">成衣模版导出</a>
- </a-menu-item> -->
- </a-menu>
- </a-dropdown>
- </span>
- </a-table>
- <span style="position: absolute;bottom: 4%;">共勾选{{selectedNumber}}条数</span>
- </a-card>
- <!-- 抽屉 -->
- <div>
- <addAdpacking-drawer
- ref="addAdpackingDrawer"
- :fatherList="getadPaListClothes"
- @ok="modalFormOk"
- @hand-submit="submit"
- ></addAdpacking-drawer>
- <detailsAdpacking-drawer ref="detailsAdpackingDrawer" @ok="modalFormOk"></detailsAdpacking-drawer>
- </div>
- <!-- 导入确认框 -->
- <div>
- <a-modal :visible="visible" title="是否继续导入" @ok="handleOk" @cancel="handleCancel">
- <template #footer>
- <a-button @click="handleCancel" style="margin-left: 8px;">取消</a-button>
- <a-button type="primary" @click="handleOk" :disabled="handleOkButton">确定</a-button>
- </template>
- <ul>
- <li v-for="(item,index) in message" :key="index">{{item}}</li>
- </ul>
- </a-modal>
- </div>
- </div>
- </template>
- <script>
- import { JeecgListMixin } from '@/mixins/JeecgListMixin'
- import JEllipsis from '@/components/jeecg/JEllipsis'
- import moment from 'moment'
- import { downFile } from '@/api/manage'
- import addAdpackingDrawer from '@views/advance-packingList/addAdpackingDrawer.vue'
- import detailsAdpackingDrawer from '@views/advance-packingList/detailsAdpackingDrawer.vue'
- import { getadPaList, itemByMainId, submit, cancelSubmit, deleteAdPaList,batchSubmit,batchPush,push,batchCanelSubmit,exportList,fileDetail,upload} from '@api/document/advance-packingList.js'
- export default {
- productName: 'AdPaListClothes', // 预装箱单-成衣
- mixins: [JeecgListMixin],
- components: { JEllipsis, moment, addAdpackingDrawer, detailsAdpackingDrawer },
- data() {
- let ellipsis = (v, l = 20) => <j-ellipsis value={v} length={l} />
- return {
- loading: false, // 表格加载
- id: '',
- range:[],//预发货日期数组
- rangeMode:['date','date'],
- timeRange:'',
- selectedNumber:0,//已选择条数
- handleOkButton:false,
- // 表头
- adPaListClothesColumns: [
- {
- title: '订单号',
- dataIndex: 'orderNumber',
- width: 150,
- ellipsis: true,
- // fixed: 'left',
- className: 'replacecolor'
- },
- {
- title: '款号',
- dataIndex: 'itemNumber',
- width: 120,
- ellipsis: true,
- // fixed: 'left',
- className: 'replacecolor'
- },
- {
- title: '客户(简称)',
- dataIndex: 'customerAbbreviation',
- width: 100,
- ellipsis: true,
- // fixed: 'left',
- className: 'replacecolor'
- },
- {
- title: '预发货日期',
- dataIndex: 'preDeliveryDate',
- width: 120,
- ellipsis: true,
- customRender: text => {
- return moment(text).format('YYYY-MM-DD')
- },
- className: 'replacecolor'
- },
- {
- title: '小po',
- dataIndex: 'smallPo',
- width: 90,
- ellipsis: true,
- className: 'replacecolor'
- },
- {
- title: '分销点',
- dataIndex: 'distributionPoint',
- width: 110,
- ellipsis: true,
- className: 'replacecolor'
- },
- {
- title: '存货名称',
- dataIndex: 'inventoryName',
- width: 220,
- ellipsis: true,
- className: 'replacecolor'
- },
- {
- title: '颜色',
- dataIndex: 'colour',
- width: 110,
- ellipsis: true,
- className: 'replacecolor'
- },
- {
- title: '成衣工厂',
- dataIndex: 'garmentFactory',
- width: 100,
- ellipsis: true,
- className: 'replacecolor'
- },
-
- // {
- // title: '订单类型',
- // dataIndex: 'orderType',
- // width: 100,
- // ellipsis: true,
- // className: 'replacecolor'
- // },
- // {
- // title: '工厂单价',
- // dataIndex: 'factoryUnitPrice',
- // width: 100,
- // ellipsis: true,
- // className: 'replacecolor'
- // },
- {
- title: '数量',
- dataIndex: 'total',
- width: 80,
- ellipsis: true,
- className: 'replacecolor'
- },
- {
- title: '箱数',
- dataIndex: 'totalBoxes',
- width: 90,
- ellipsis: true,
- className: 'replacecolor'
- },
- {
- title: '总净重',
- dataIndex: 'totalNetWeight',
- width: 90,
- ellipsis: true,
- className: 'replacecolor'
- },
- {
- title: '总毛重',
- dataIndex: 'totalGrossWeight',
- width: 90,
- ellipsis: true,
- className: 'replacecolor'
- },
- {
- title: '总体积',
- dataIndex: 'totalVolume',
- ellipsis: true,
- width: 90,
- className: 'replacecolor'
- },
- // {
- // title: '总价',
- // dataIndex: 'totalPrice',
- // width: 100,
- // className: 'replacecolor'
- // },
- // {
- // title: '集装箱代号',
- // dataIndex: 'containerCode',
- // width: 120,
- // ellipsis: true,
- // className: 'replacecolor'
- // },
- {
- title: '集装箱号',
- dataIndex: 'containerNumber',
- width: 100,
- ellipsis: true,
- className: 'replacecolor'
- },
- {
- title: '预托书号',
- dataIndex: 'depositaryReceiptNo',
- width: 100,
- ellipsis: true,
- className: 'replacecolor'
- },
- {
- title: '采购/委外订单号',
- dataIndex: 'spurOrSubOrder',
- width: 200,
- ellipsis: true,
- className: 'replacecolor'
- },
- {
- title: '单据号',
- dataIndex: 'documentNo',
- ellipsis: true,
- width: 160,
- // fixed: 'left',
- className: 'replacecolor',
-
- },
- {
- title: '推送状态',
- dataIndex: 'pushStatus',
- width: 100,
- scopedSlots: { customRender: 'pushStatesSlot' },
- fixed: 'right',
- className: 'replacecolor'
- },
- {
- title: '单据状态',
- dataIndex: 'status',
- width: 100,
- scopedSlots: { customRender: 'statusSlot' },
- fixed: 'right',
- className: 'replacecolor'
- },
- // {
- // title: '原因',
- // dataIndex: 'memo',
- // width: 220,
- // fixed: 'right',
- // customRender: t => ellipsis(t),
- // className: 'replacecolor'
- // },
- {
- title: '操作',
- dataIndex: 'operation',
- scopedSlots: { customRender: 'operationSlot' },
- width: 180,
- fixed: 'right',
- className: 'replacecolor'
- }
- ],
- adPaListClothesData: [],
- visible:false,
- message:[],//导入文件信息
- file:{},//导入文件
- queryParam: {
- isReference:'0',
- pageSize:50
- // pageNo: '',
- // orderNumber: '',
- // itemNumber: '',
- // productName: '' // 品名
- },
- pagination: {
- pageSizeOptions: ["50", "100", "150"],
- showSizeChanger: true,
- pageSize:50
- // total: '',
- // current: 0,
- // pageSize: 0
- },
- selectedRowKeys: [], // 勾选航
- dateFormat: 'YYYY-MM-DD',
- url: {
- list: '/sys/user/list',
- importExcelUrl: '/spapl/syPreAssembledPackingList/importExcel3' // 导入
- },
- }
- },
- created() {
- this.getadPaListClothes()
- },
- watch:{
- selectedRowKeys(newVal){
- this.selectedNumber =newVal.length
- }
- },
- methods: {
- // 分页查询 预装箱单-成衣
- getadPaListClothes() {
- console.log(this.queryParam)
- this.$nextTick(() => {
- this.loading = true
- getadPaList(this.queryParam).then(res => {
- this.loading = false
- if (res.success) {
- this.adPaListClothesData = [];
- if (res.result.records != null){
- this.adPaListClothesData = res.result.records;
- }
- this.selectedRowKeys = []
- this.pagination = {
- total: res.result.total,
- current: res.result.current,
- pageSize: res.result.size,
- pageSizeOptions: ["50", "100", "150"],
- showSizeChanger: true,
- }
- }else{
- this.$message.error(res.message);
- }
- })
- })
- },
- // 编辑
- edit(record) {
- itemByMainId({id:record.id}).then(res => {
- if (res.success) {
- this.$refs.addAdpackingDrawer.visible = true;
- this.$refs.addAdpackingDrawer.editDecide = 'edit';
- this.$refs.addAdpackingDrawer.addAdpacking = res.result; //接口参数
- this.$refs.addAdpackingDrawer.addState = '0';
- this.$refs.addAdpackingDrawer.loadSizeTables(res.result.syPreAssembledPackingListItemList[0].sizeTables);
- // var totalNetWeight = 0;
- // var totalGrossWeight = 0;
- // var totalVolume = 0;
- // var totalPrice = 0;
- // var total = 0;
- for (var i=0; i<res.result.syPreAssembledPackingListItemList.length;i++){
- var row = res.result.syPreAssembledPackingListItemList[i];
- var sizeTables = row.sizeTables;
- for (var j=0; j<sizeTables.length;j++){
- row['size-'+sizeTables[j].size] = sizeTables[j].proportion;
- }
- // totalNetWeight += row.totalNetWeight*1;
- // totalGrossWeight += row.totalGrossWeight*1;
- // totalVolume += row.totalVolume*1;
- // totalPrice += row.totalPrice*1;
- // total += row.total*1
- }
- // res.result.totalNetWeight = totalNetWeight;
- // res.result.totalGrossWeight = totalGrossWeight;
- // res.result.totalVolume = totalVolume;
- // res.result.totalPrice = totalPrice;
- // res.result.total = total;
- }else{
- this.$message.error(res.message);
- }
- });
-
- },
- // 详情
- details(record) {
- itemByMainId({id:record.id}).then(res => {
- if (res.success) {
-
- this.$refs.detailsAdpackingDrawer.visible = true;
- res.result.syPreAssembledPackingListItemList.map(item=>item.hod = moment(item.hod).format('YYYY-MM-DD'))
- this.$refs.detailsAdpackingDrawer.addAdpacking = res.result; //接口参数
- this.$refs.detailsAdpackingDrawer.loadSizeTables(res.result.syPreAssembledPackingListItemList[0].sizeTables);
- var totalNetWeight = 0;
- var totalGrossWeight = 0;
- var totalVolume = 0;
- var totalPrice = 0;
- for (var i=0; i<res.result.syPreAssembledPackingListItemList.length;i++){
- var row = res.result.syPreAssembledPackingListItemList[i];
- var sizeTables = row.sizeTables;
- for (var j=0; j<sizeTables.length;j++){
- row['size-'+sizeTables[j].size] = sizeTables[j].proportion;
- }
- // totalNetWeight += row.totalNetWeight*1;
- // totalGrossWeight += row.totalGrossWeight*1;
- // totalVolume += row.totalVolume*1;
- // totalPrice += row.totalPrice*1;
- }
- // res.result.totalNetWeight = totalNetWeight;
- // res.result.totalGrossWeight = totalGrossWeight;
- // res.result.totalVolume = totalVolume;
- // res.result.totalPrice = totalPrice;
-
- }else{
- this.$message.error(res.message);
- }
- });
- },
- // 新增
- addAdpacking() {
- this.$refs.addAdpackingDrawer.visible = true;
- this.$refs.addAdpackingDrawer.addState = '0';
- },
- // 列表导出
- handleExportXls(fileName,sta) {
- const data = this.queryParam
- data['status'] = sta
- downFile('/spapl/syPreAssembledPackingList/exportXls',data).then(data => {
- if (!data) {
- this.$message.warning('文件下载失败')
- return
- }
- if (typeof window.navigator.msSaveBlob !== 'undefined') {
- window.navigator.msSaveBlob(new Blob([data], { type: 'application/vnd.ms-excel' }), fileName + '.xlsx')
- } else {
- let url = window.URL.createObjectURL(new Blob([data], { type: 'application/vnd.ms-excel' }))
- let link = document.createElement('a')
- link.style.display = 'none'
- link.href = url
- link.setAttribute('download', fileName + '.xlsx')
- document.body.appendChild(link)
- link.click()
- document.body.removeChild(link) // 下载完成移除元素
- window.URL.revokeObjectURL(url) // 释放掉blob对象
- }
- })
- },
- // 列表导出
- handleExportXls1(fileName,sta) {
- const data = this.queryParam
- downFile('/spapl/syPreAssembledPackingList/exportXls2',data).then(data => {
- if (!data) {
- this.$message.warning('文件下载失败')
- return
- }
- if (typeof window.navigator.msSaveBlob !== 'undefined') {
- window.navigator.msSaveBlob(new Blob([data], { type: 'application/vnd.ms-excel' }), fileName + '.xlsx')
- } else {
- let url = window.URL.createObjectURL(new Blob([data], { type: 'application/vnd.ms-excel' }))
- let link = document.createElement('a')
- link.style.display = 'none'
- link.href = url
- link.setAttribute('download', fileName + '.xlsx')
- document.body.appendChild(link)
- link.click()
- document.body.removeChild(link) // 下载完成移除元素
- window.URL.revokeObjectURL(url) // 释放掉blob对象
- }
- })
- },
- handleExportXls2(fileName) {
- const data = this.queryParam
- downFile('/spapl/syPreAssembledPackingList/exportXls3',data).then(data => {
- if (!data) {
- this.$message.warning('文件下载失败')
- return
- }
- if (typeof window.navigator.msSaveBlob !== 'undefined') {
- window.navigator.msSaveBlob(new Blob([data], { type: 'application/vnd.ms-excel' }), fileName + '.xlsx')
- } else {
- let url = window.URL.createObjectURL(new Blob([data], { type: 'application/vnd.ms-excel' }))
- let link = document.createElement('a')
- link.style.display = 'none'
- link.href = url
- link.setAttribute('download', fileName + '.xlsx')
- document.body.appendChild(link)
- link.click()
- document.body.removeChild(link) // 下载完成移除元素
- window.URL.revokeObjectURL(url) // 释放掉blob对象
- }
- })
- },
- // 导入信息
- uploadFlie(file) {
- const formData = new FormData()
- formData.append('file',file.file)
- fileDetail(formData).then(res => {
- if (res.success) {
- this.visible = true
- this.message = res.message.split(';').filter((element) => {
- return element !== "";
- });
- this.file = file
- }else{
- this.loading = false
- this.$message.error(res.message);
- }
- })},
- //继续导入
- handleOk(){
- this.handleOkButton = true
- const formData = new FormData()
- formData.append('file', this.file.file)
- upload(formData).then(res => {
- this.visible = false
- if (res.success) {
- this.getadPaListClothes()
- this.$message.success('导入成功')
- this.handleOkButton = false
- }else{
- this.loading = false
- this.$message.error(res.message);
- this.handleOkButton = false
- }
- })
- },
- //取消导入
- handleCancel(){
- this.visible = false
- this.loading = false
- },
- // 删除
- handleDelete(record) {
- console.log('点击删除项id:', record.id)
- this.$nextTick(() => {
- if(this.queryParam.pageNo > 1 && this.adPaListClothesData.length === 1){
- this.queryParam.pageNo = this.queryParam.pageNo -1
- }
- deleteAdPaList({ id: record.id }).then(res => {
- if (res.success) {
- console.log('res:', res)
- this.getadPaListClothes()
- this.$message.success('删除成功')
- } else {
- this.$message.error('删除成功')
- }
-
- })
- })
- },
- searchQuery() {
- this.toggleSearchStatus = false
- this.queryParam.pageNo = ''
- this.getadPaListClothes()
- },
- searchReset() {
- this.range = []
- var dd = this.queryParam
- this.queryParam = {
- isReference:'0',
- pageSize:this.queryParam.pageSize
- }
- this.getadPaListClothes()
- },
- // 操作 单条数据导出
- itemXls(record,sta) {
- var data = sta
- downFile('/spapl/syPreAssembledPackingList/exportXls',{id:record.id,status:data}).then(data => {
- if (!data) {
- this.$message.warning('文件下载失败')
- return
- }
- if (typeof window.navigator.msSaveBlob !== 'undefined') {
- window.navigator.msSaveBlob(new Blob([data], { type: 'application/vnd.ms-excel' }), item + '.xlsx')
- }else {
- let url = window.URL.createObjectURL(new Blob([data], { type: 'application/vnd.ms-excel' }))
- let link = document.createElement('a')
- link.style.display = 'none'
- link.href = url
- link.setAttribute('download', '预装箱单' + '.xlsx')
- document.body.appendChild(link)
- link.click()
- document.body.removeChild(link) // 下载完成移除元素
- window.URL.revokeObjectURL(url) // 释放掉blob对象
- }
- })
- },
- // 提交
- submit(record) {
- var that = this;
- this.$nextTick(() => {
- submit({ id: record.id }).then(res => {
- if (res.success) {
- this.adPaListClothesData.map(item =>{
- if(item.id == record.id){
- item.status = 1
- }
- })
- this.$forceUpdate()
- that.$message.success('提交成功');
- }else{
- that.$message.error(res.message);
- }
- })
- })
- },
- // // 取消提交
- // cancelSubmit(record){
- // var that = this;
- // this.$nextTick(() => {
- // if(record.isReference == 2){
- // that.$message.error('不可取消提交!');
- // }else {
- // cancelSubmit({ id: record.id }).then(res => {
- // if (res.success) {
- // record.status=0;
- // that.$message.success('取消提交成功');
- // }else{
- // that.$message.error(res.message);
- // }
- // })
- // }
-
- // })
- // },
- //批量提交
- batchSubmit(){
- this.$nextTick(() => {
- for(var i =0;i<this.selectedRows.length;i++){
- var tickRow = this.selectedRows[i]
- if(tickRow.status === '1'){
- var clo = i+1
- this.$message.error("部分数据是已提交,请勿重复提交!");
- return
- }
- }
- var ids = this.selectedRowKeys.toString()
- batchSubmit({ id: ids }).then(res => {
- if (res.success) {
- this.getadPaListClothes()
- this.$message.success('批量提交成功');
- this.selectedRowKeys = []
- }else {
- this.$message.error(res.message);
- }
- })
- })
- },
- //批量取消提交
- batchCanelSubmit(){
- this.$nextTick(() => {
- for(var i =0;i<this.selectedRows.length;i++){
- var tickRow = this.selectedRows[i]
- if(tickRow.status === '0'){
- this.$message.error("含有未提交数据,请重新选择!");
- return
- }
- }
- var ids = this.selectedRowKeys.toString()
- batchCanelSubmit({ ids:ids }).then(res => {
- if (res.success) {
- this.getadPaListClothes()
- this.selectedRowKeys = []
- this.$message.success('批量取消提交成功');
- }else if(res.code == 111){
- for(var i=0;i<this.selectedRows.length;i++){
- if(res.result.indexOf(this.selectedRows[i].id) !== -1){
- this.$message.error(res.message+'(所选第'+(i+1) +'行数据)');
- return
- }
- }
- }else {
- this.$message.error(res.message);
- }
- })
- })
- },
- //批量推送
- batchPush(){
- this.$nextTick(() => {
- for(var i =0;i<this.selectedRows.length;i++){
- var tickRow = this.selectedRows[i]
- var clo = i+1
- if(tickRow.status == '0'){
- this.$message.error("勾选的第"+clo+"行数据未提交,不能推送!");
- return
- }
- if(tickRow.status === '1' && tickRow.pushStatus === '1'){
- this.$message.error("勾选的第"+clo+"行数据是已推送!");
- return
- }
- }
- var ids = this.selectedRowKeys.toString()
- batchPush({ id: ids }).then(res => {
- if (res.success) {
- this.selectedRows.map(item=>{
- item.pushStatus = 1
- })
- this.$message.success('批量推送成功');
- }else {
- this.$message.error(res.message);
- this.selectedRows.map(item=>{
- item.pushStatus = 2
- })
- this.$message.error(res.message);
- }
- })
- this.selectedRowKeys = []
- })
- },
- //推送
- push(record){
- this.$nextTick(() => {
- push({ id: record.id }).then(res => {
- if (res.success) {
- record.pushStatus=1;
- this.$message.success('推送成功');
- }else{
- record.pushStatus = 2
- this.$message.error(res.message);
- }
- })
- })
- },
- // 选中行
- onSelectChange(keys, rows) {
- this.selectedRowKeys = keys
- this.selectedRows = rows
- },
- handleTableChange(pagination, filters, sorter) {
- // console.log('当前页信息>>>>',pagination)
- this.queryParam.pageNo = pagination.current
- this.queryParam.pageSize =pagination.pageSize
- this.getadPaListClothes()
- },
- aa() {},
- onDateChange(value, dateString) {
- this.queryParam.startTime = dateString[0]
- this.queryParam.endTime = dateString[1]
- },
-
- rangeSelectChange(value) {
- this.range = value
- if (value.length == 0){
- this.queryParam.stratDate = "";
- this.queryParam.endDate = "";
- }else{
- this.queryParam.stratDate = value[0].format('YYYY-MM-DD');
- this.queryParam.endDate = value[1].format('YYYY-MM-DD');
- }
- },
- createTimeChange(){
- this.queryParam.createTime = this.queryParam.createTime.format('YYYY-MM-DD')
- }
- },
- computed: {
- // 导入
- importExcelUrl() {
- return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`
- // this.
- },
- // 选中项
- rowSelection() {
- return {
- onChange: (selectedRowKeys, selectedRows) => {
- console.log(`selectedRowKeys: ${selectedRowKeys}`, 'selectedRows: ', selectedRows)
- },
- getCheckboxProps: record => ({
- props: {
- disabled: record.title === 'Disabled User',
- // Column configuration not to be checked
- title: record.title
- }
- })
- }
- }
- }
- }
- </script>
- <style lang="less" scoped>
- @import '~@assets/less/common.less';
- @import '~@assets/less/overwriter.less';
- /deep/ .ant-table-thead > tr > th {
- text-align: center;
- // font-weight: 700;
- }
- /deep/ .ant-table-tbody {
- text-align: center;
- }
- // /deep/ th.replacecolor {
- // background-color: #ccc;
- // }
- /deep/ .ant-table-tbody .ant-table-row td{
- padding-top: 8px;
- padding-bottom: 8px;
- }
- /deep/.ant-card-body{
- padding-top: 10px !important;
- padding-bottom: 0px !important;
- }
- /deep/.table-operator .ant-btn{
- margin: 0 8px 3px 0;
- }
- /deep/.table-page-search-wrapper .ant-form-inline .ant-form-item{
- margin-bottom: 10px;
- }
- /deep/.table-page-search-wrapper .table-page-search-submitButtons{
- margin-bottom: 10px;
- }
- /deep/ .ant-table-fixed-left table,.ant-table-fixed-right table{
- width: min-content;
- }
- /deep/ thead.ant-table-thead>tr{
- height: 0 !important;
- }
- /deep/ .ant-table-thead > tr > th, .ant-table-tbody > tr > td{
- padding: 9px 16px
- }
- </style>
|