Browse Source

【nev-pc】单据暂存+bug处理

ag_report_nev
安虹睿 11 months ago
parent
commit
bfd63a972f
  1. 4
      fe/PC/src/components/importFile/index.vue
  2. 4
      fe/PC/src/views/finishedProductManage/deliver/FISDeliverNote-Query.vue
  3. 2
      fe/PC/src/views/finishedProductManage/productionReturn/returnNote.vue
  4. 2
      fe/PC/src/views/inventoryManage/lineSideWarehouseAllocation/lineSideWarehouseAllocationNote.vue
  5. 2
      fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustment.vue

4
fe/PC/src/components/importFile/index.vue

@ -20,7 +20,7 @@
>获取模板</el-button >获取模板</el-button
> >
</div> </div>
<div class="body_header"> <!-- <div class="body_header">
<span> </span> <span> </span>
<el-radio-group v-model="method" > <el-radio-group v-model="method" >
<el-radio label="1" :disabled="disabledMethod.method2">追加式</el-radio> <el-radio label="1" :disabled="disabledMethod.method2">追加式</el-radio>
@ -34,7 +34,7 @@
<el-radio label="0" :disabled="disabledIsAllowPartImport.isAllowPartImport1"></el-radio> <el-radio label="0" :disabled="disabledIsAllowPartImport.isAllowPartImport1"></el-radio>
<el-radio label="1" :disabled="disabledIsAllowPartImport.isAllowPartImport2"></el-radio> <el-radio label="1" :disabled="disabledIsAllowPartImport.isAllowPartImport2"></el-radio>
</el-radio-group> </el-radio-group>
</div> </div> -->
<curren-Form <curren-Form
class="importFile" class="importFile"
size="medium" size="medium"

4
fe/PC/src/views/finishedProductManage/deliver/FISDeliverNote-Query.vue

@ -123,9 +123,9 @@ export default {
packingCode:"toPackingCode", packingCode:"toPackingCode",
} }
} }
let data = initPrintAllData(this.tableDataDetails,'chdmxb.rdlx',false,_option); // let data = initPrintAllData(this.tableDataDetails,'chdmxb.rdlx',false,_option);
// todo: // todo:
// let data = initPrintAllData(this.tableDataDetails,'fhd.rdlx',false,_option); let data = initPrintAllData(this.tableDataDetails,'fhd.rdlx',false,_option);
this.Loading.appMainLoading = true this.Loading.appMainLoading = true
this.Print(data) this.Print(data)
sumPrint(this.propsData.number, this.URL).then(res => { sumPrint(this.propsData.number, this.URL).then(res => {

2
fe/PC/src/views/finishedProductManage/productionReturn/returnNote.vue

@ -94,8 +94,8 @@ export default {
fromLot:'toLot' fromLot:'toLot'
} }
} }
// todo:
// let _data = initPrintAllData(this.tableDataDetails,'fsctl.rdlx',false,_option); // let _data = initPrintAllData(this.tableDataDetails,'fsctl.rdlx',false,_option);
// todo:
let _data = initPrintAllData(this.tableDataDetails,'xbctl.rdlx',false,_option); let _data = initPrintAllData(this.tableDataDetails,'xbctl.rdlx',false,_option);
this.Print(_data) this.Print(_data)
} }

2
fe/PC/src/views/inventoryManage/lineSideWarehouseAllocation/lineSideWarehouseAllocationNote.vue

@ -102,7 +102,7 @@ export default {
// //
drawerbutton (val) { drawerbutton (val) {
if(val == 'print'){ if(val == 'print'){
// todo: // todo:()
// let data = initPrintAllData(this.tableDataDetails,'cwdbd.rdlx'); // let data = initPrintAllData(this.tableDataDetails,'cwdbd.rdlx');
let data = initPrintAllData(this.tableDataDetails,'lineSideWarehouse.rdlx'); let data = initPrintAllData(this.tableDataDetails,'lineSideWarehouse.rdlx');
this.Print(data) this.Print(data)

2
fe/PC/src/views/inventoryManage/recycledMaterials/materialsAdjustment.vue

@ -69,7 +69,6 @@ export default {
this.defaultFreshBtn(),// this.defaultFreshBtn(),//
this.defaultFilterBtn(),// this.defaultFilterBtn(),//
], ],
// todo:
DrawerButtonData: [ DrawerButtonData: [
{ {
type: 'info', type: 'info',
@ -104,7 +103,6 @@ export default {
} }
} }
let data = initPrintAllData(_propsData,'tzd.rdlx','AdjustmentReason',_option); let data = initPrintAllData(_propsData,'tzd.rdlx','AdjustmentReason',_option);
// let data = initPrintAllData(this.tableDataDetails,'tzd.rdlx','AdjustmentReason');
this.Print(data) this.Print(data)
} }
}, },

Loading…
Cancel
Save