Browse Source

Merge branch 'dev' into pre-production

pre-production
pref_mail@163.com 4 months ago
parent
commit
545153396e
  1. 2
      src/config/website.js
  2. 2
      src/option/waybill/TemporaryStorageList.js
  3. 6
      src/views/waybill/WaybillOrderList.vue

2
src/config/website.js

@ -13,7 +13,7 @@ export default {
captchaMode: false, // 是否开启验证码模式
switchMode: false, // 是否开启部门切换模式
lockPage: '/lock',
tokenTime: 3000,
tokenTime: 10800,
tokenHeader: 'Blade-Auth',
//http的status默认放行不才用统一处理的,
statusWhiteList: [],

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