|
|
@ -217,7 +217,6 @@ import { Supplier } from '@/views/wms/basicDataManage/supplierManage/supplier/su |
|
|
|
import supplierdeliverBasicForm from './supplierdeliverBasicForm.vue' |
|
|
|
import labelForm from './labelForm.vue' |
|
|
|
import { getJmreportBaseUrl } from '@/utils/systemParam' |
|
|
|
import { log } from 'console' |
|
|
|
// 供应商发货申请 |
|
|
|
defineOptions({ name: 'SupplierdeliverRequestMain' }) |
|
|
|
|
|
|
@ -696,7 +695,6 @@ const formSelectChangeLabel = (field, val, row) => { |
|
|
|
// tableForm下拉框弹出隐藏 |
|
|
|
const visibleChange=(field, val, row, index)=>{ |
|
|
|
row.secondPackUnitInitOptions=[] |
|
|
|
console.log(field, val, row) |
|
|
|
if(field=='secondPackUnit'){ |
|
|
|
if(val){ |
|
|
|
// 获取托规格 |
|
|
@ -1004,7 +1002,6 @@ const submitFormLabel = async (list) => { |
|
|
|
let data = { |
|
|
|
subList:list |
|
|
|
} |
|
|
|
console.log(data) |
|
|
|
await message.confirm(t('ts.是否为此数据生成标签?')) |
|
|
|
labelFormRef.value.isLoading = true |
|
|
|
await SupplierdeliverRequestMainApi.genLabel(data) |
|
|
|