Browse Source

销售出库-隐藏开票申请字段及按钮

jingbb 2 months ago
parent
commit
c91f509d5a

+ 5 - 5
src/views/inventiry/salesOutbound/salesOutboundForm.data.ts

@@ -67,11 +67,11 @@ export const columns: BasicColumn[] = [
     align:"center",
     dataIndex: 'isExport_dictText',
    },
-   {
-    title: '开票申请(apply invoice)',
-    align:"center",
-    dataIndex: 'applyInvoice_dictText',
-   },
+  //  {
+  //   title: '开票申请(apply invoice)',
+  //   align:"center",
+  //   dataIndex: 'applyInvoice_dictText',
+  //  },
    {
     title: '签单(Signing)',
     align:"center",

+ 1 - 1
src/views/inventiry/salesOutbound/salesOutboundList.vue

@@ -130,7 +130,7 @@
         <a-button type="primary" @click="submit"> 提交(submit)</a-button>
         <a-button type="primary" @click="cancelSubmit"> 取消提交(cancelSubmit)</a-button>
         <a-button type="primary" @click="setIsExport"> 设置其他状态(set isExport)</a-button>
-        <a-button type="primary" @click="allowInvoice"> 开票申请(apply invoice)</a-button>
+        <!-- <a-button type="primary" @click="allowInvoice"> 开票申请(apply invoice)</a-button> -->
         <a-dropdown v-if="selectedRowKeys.length > 0">
           <template #overlay>
             <a-menu>