Browse Source

新增开单品类查询

dev-xx
qb 5 months ago
parent
commit
606ff22356
  1. 2
      src/option/waybill/TemporaryStorageList.js
  2. 6
      src/views/waybill/WaybillOrderList.vue

2
src/option/waybill/TemporaryStorageList.js

@ -689,7 +689,7 @@ export const packageColumnList = [
{
prop: 'incomeCategory',
label: '收入品类',
type: 6,
type: 13,
values: '',
width: '200',
checkarr: [],

6
src/views/waybill/WaybillOrderList.vue

@ -658,10 +658,10 @@ const batchPrint = async () => {
let template = value.templateHtml;
console.log('value.templateHtml :>> ', value.templateHtml);
// console.log('value.templateHtml :>> ', value.templateHtml);
template = template.replace('第n页', `${i + 1}`);
template = template.replace('共n页', `${element.length}`);
// template = template.replace('n', `${i + 1}`);
// template = template.replace('n', `${element.length}`);
// template = template.replaceAll('0.00', ``);
_html += JSON.parse(JSON.stringify(template));

Loading…
Cancel
Save