md
This commit is contained in:
parent
0a66a14821
commit
135dbf2141
@ -504,9 +504,6 @@ import EmisSiteSimplePicker2 from '@/views/emis/EmisBaseTools/EmisSiteSimplePick
|
|||||||
|
|
||||||
import ProblemTypePicker from '@/views/emis/EmisBaseTools/ProblemTypePicker.vue';
|
import ProblemTypePicker from '@/views/emis/EmisBaseTools/ProblemTypePicker.vue';
|
||||||
|
|
||||||
|
|
||||||
import PdfViewer from '@/components/PdfViewer/index.vue';
|
|
||||||
import PdfUtils from '@/utils/pdfUtils'
|
|
||||||
import TanexPrinterPanel from '@/views/emis/EmisBaseTools/TanexPrinterPanel.vue';
|
import TanexPrinterPanel from '@/views/emis/EmisBaseTools/TanexPrinterPanel.vue';
|
||||||
|
|
||||||
|
|
||||||
@ -514,7 +511,6 @@ export default {
|
|||||||
name: "WaybillIsPrinted",
|
name: "WaybillIsPrinted",
|
||||||
components: {
|
components: {
|
||||||
TanexPrinterPanel,
|
TanexPrinterPanel,
|
||||||
PdfViewer,
|
|
||||||
elDateAdvPicker,
|
elDateAdvPicker,
|
||||||
emisWaybillForm,
|
emisWaybillForm,
|
||||||
CountryPicker1,
|
CountryPicker1,
|
||||||
|
|||||||
@ -160,35 +160,21 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<el-col :span="18" v-if="action=='add'">
|
<el-col :span="18" v-if="action=='add'">
|
||||||
<el-form-item label="打印选项:" prop="printTypeCheckList">
|
<el-form-item label="打印选项:" prop="printTypeCheckList" style="display:inline-flex">
|
||||||
<el-checkbox-group v-model="form.printTypeCheckList">
|
<div>
|
||||||
<!-- <el-checkbox
|
<el-checkbox-group v-model="form.printTypeCheckList">
|
||||||
v-for="dict in dict.type.emis_print_type"
|
<el-checkbox :key="1" :label="1" >
|
||||||
:key="dict.value"
|
<span >寄件网点存根联</span>
|
||||||
:label="dict.label"
|
</el-checkbox>
|
||||||
>
|
<el-checkbox :key="5" :label="5" >
|
||||||
<span >{{dict.label}}</span>
|
<span >子单</span>
|
||||||
</el-checkbox> -->
|
</el-checkbox>
|
||||||
|
</el-checkbox-group>
|
||||||
<el-checkbox :key="1" :label="1" >
|
</div>
|
||||||
<span >寄件网点存根联</span>
|
<div>
|
||||||
</el-checkbox>
|
<TanexPrinterPanel ref="tanexPrinter" ></TanexPrinterPanel>
|
||||||
<el-checkbox :key="5" :label="5" >
|
</div>
|
||||||
<span >子单</span>
|
|
||||||
</el-checkbox>
|
|
||||||
</el-checkbox-group>
|
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<!-- <div style="display:flex;padding-left: 30px;">
|
|
||||||
<el-checkbox-group v-model="printTypeCheckList">
|
|
||||||
<el-checkbox
|
|
||||||
v-for="dict in dict.type.emis_print_type"
|
|
||||||
:key="dict.value"
|
|
||||||
:label="dict.label"
|
|
||||||
>
|
|
||||||
<span style="font-size:13px" >{{dict.label}}</span>
|
|
||||||
</el-checkbox>
|
|
||||||
</el-checkbox-group>
|
|
||||||
</div> -->
|
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<!-- <el-col :xs="{span: 24}" :sm="{span: 12}" :md="{span: 12}" :lg="{span: 6}" :xl="{span: 6}">
|
<!-- <el-col :xs="{span: 24}" :sm="{span: 12}" :md="{span: 12}" :lg="{span: 6}" :xl="{span: 6}">
|
||||||
@ -790,8 +776,7 @@ import SalemanPicker from '@/views/emis/EmisBaseTools/SalemanPicker.vue';
|
|||||||
import TransProductCasPicker from '@/views/emis/EmisBaseTools/TransProductCasPicker.vue';
|
import TransProductCasPicker from '@/views/emis/EmisBaseTools/TransProductCasPicker.vue';
|
||||||
import feeItemForm from './feeItemForm.vue';
|
import feeItemForm from './feeItemForm.vue';
|
||||||
|
|
||||||
import PdfViewer from '@/components/PdfViewer/index.vue';
|
import TanexPrinterPanel from '@/views/emis/EmisBaseTools/TanexPrinterPanel.vue';
|
||||||
import PdfUtils from '@/utils/pdfUtils'
|
|
||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@ -805,7 +790,7 @@ export default {
|
|||||||
components: {
|
components: {
|
||||||
SalemanPicker,
|
SalemanPicker,
|
||||||
PayeePicker,
|
PayeePicker,
|
||||||
PdfViewer,
|
TanexPrinterPanel,
|
||||||
feeItemForm,
|
feeItemForm,
|
||||||
TransProductCasPicker,
|
TransProductCasPicker,
|
||||||
WarehouseInNoPicker,
|
WarehouseInNoPicker,
|
||||||
@ -1025,10 +1010,8 @@ computed: {
|
|||||||
},
|
},
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
// this.billCode=this.$route.query.billCode+"";
|
|
||||||
this.action=this.$route.query.action;
|
this.action=this.$route.query.action;
|
||||||
this.initData();
|
this.initData();
|
||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleScanInput(){
|
handleScanInput(){
|
||||||
@ -1063,7 +1046,6 @@ methods: {
|
|||||||
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
handleApplyPag(){
|
handleApplyPag(){
|
||||||
this.$router.push("/d24/electronicFormManagement/ApplyList");
|
this.$router.push("/d24/electronicFormManagement/ApplyList");
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user