Commit 89b06eaf by 杨树贤

Merge branch 'master' into ysx-供应商需求-20220721

parents 46d6d68d a186e4f2
......@@ -60,10 +60,6 @@ class SupplierAttachmentService
}
$attachments = [];
foreach ($attachmentData['file_name'] as $key => $value) {
//最后一个跳过,因为是模板里的数据
if ($key == (count($attachmentData['file_name']) - 1)) {
continue;
}
$attachment = [
'supplier_id' => $supplierId,
'file_name' => $attachmentData['file_name'][$key],
......
......@@ -84,7 +84,7 @@ return [
//账期-周期结算
1 => '账期',
//账期-定期结算
2 => '验货付款',
2 => '货到付款',
// 4 => '定金'
5 => '验货付款',
],
......
......@@ -7,7 +7,7 @@
</head>
<style>
td {
height: 32px !important;
height: 31px !important;
}
/*.title-td {*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment