Ver código fonte

采购订单-客户确认改为供应商确认

jingbb 3 meses atrás
pai
commit
e9f459b911

+ 1 - 1
src/views/purchase/purchaseOrder/PurchaseOrderForm.data.ts

@@ -87,7 +87,7 @@ export const columns: BasicColumn[] = [
     }
    },
    {
-    title: '客户确认(customer confirm)',
+    title: '供应商确认(supplier confirm)',
     align:"center",
     dataIndex: 'status',
     customRender:function (t, r, index) {

+ 2 - 2
src/views/purchase/purchaseOrder/PurchaseOrderFormList.vue

@@ -115,8 +115,8 @@
           <a-button  type="primary"  @click="cancelSubmit"> 取消提交(cancelSubmit)</a-button>
           <a-button  type="primary"  @click="close"> 关闭(close)</a-button>
           <a-button  type="primary"  @click="cancelClose"> 取消关闭(cancel close)</a-button>
-          <a-button  type="primary"  @click="confirm"> 确认(confirm)</a-button>
-          <a-button  type="primary"  @click="cancelConfirm"> 取消确认(cancel confirm)</a-button>
+          <a-button  type="primary"  @click="confirm"> 供应商确认(confirm)</a-button>
+          <a-button  type="primary"  @click="cancelConfirm"> 取消供应商确认(cancel confirm)</a-button>
           <a-dropdown v-if="selectedRowKeys.length > 0">
               <template #overlay>
                 <a-menu>