|
@@ -533,21 +533,7 @@ export default {
|
|
|
if (res.success) {
|
|
|
var data = res.result
|
|
|
this.$refs.detailsFabricDrawer.visible = true
|
|
|
- this.$refs.detailsFabricDrawer.addFabric ={
|
|
|
- documentNo:data.documentNo,
|
|
|
- // orderNumber:data.orderNumber,
|
|
|
- containerNumber:data.containerNumber,
|
|
|
- latestDateOfShipment:data.latestDateOfShipment,
|
|
|
- garmentFactory:data.garmentFactory,
|
|
|
- invoiceNo:data.invoiceNo,
|
|
|
- preparedBy:data.preparedBy,
|
|
|
- preparedDate:data.preparedDate,
|
|
|
- exportInvoiceNo:data.exportInvoiceNo,
|
|
|
- shippingOrderNumber:data.shippingOrderNumber,
|
|
|
- remarks:data.remarks,
|
|
|
- plumbumNo:data.plumbumNo,
|
|
|
- id:data.id
|
|
|
- }
|
|
|
+ this.$refs.detailsFabricDrawer.addFabric =data
|
|
|
if(record.documentNo.substr(0, 2) == "FL"){
|
|
|
this.$refs.detailsFabricDrawer.judageCloumn()
|
|
|
}
|