Kaynağa Gözat

文字修改

lilei 2 yıl önce
ebeveyn
işleme
a223f33622

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1678096238971
+  "version": 1678151237231
 }

+ 1 - 1
src/api/allocLinkageOut.js

@@ -88,7 +88,7 @@ export const allocLinkageOutDetailDel = (params) => {
     method: 'get'
   })
 }
-//  连锁调拨调出  详情  整单删除
+//  连锁调拨调出  详情  清空列表
 export const allocLinkageOutDetailDelAll = (params) => {
   return axios({
     url: `/allocLinkageOut/detail/deleteAll/${params.sn}`,

+ 1 - 1
src/api/purchaseDetail.js

@@ -26,7 +26,7 @@ export const purchaseDetailDel = (params) => {
     method: 'get'
   })
 }
-//  采购详情 整单删除
+//  采购详情 清空列表
 export const purchaseDetailDelAll = (params) => {
   return axios({
     url: `/purchaseDetail/deleteAll/${params.id}`,

+ 1 - 1
src/api/salesDetail.js

@@ -59,7 +59,7 @@ export const salesDetailDel = (params) => {
     method: 'get'
   })
 }
-//  销售详情 整单删除
+//  销售详情 清空列表
 export const salesDetailDelAll = (params) => {
   return axios({
     url: `/salesDetail/deleteBySalesBillSn/${params.salesBillSn}`,

+ 1 - 1
src/api/salesReturn.js

@@ -23,7 +23,7 @@ export const salesReturnDetailDel = (params) => {
   })
 }
 
-//  销售退货明细 整单删除
+//  销售退货明细 清空列表
 export const salesReturnDelAll = (params) => {
   return axios({
     url: `/salesReturn/detail/deleteAll/${params.sn}`,

+ 1 - 1
src/api/sparePartsPur.js

@@ -50,7 +50,7 @@ export const sparePartsPurDel = (params) => {
     method: 'get'
   })
 }
-// 整单删除
+// 清空列表
 export const sparePartsPurDeleteAll = (params) => {
   return axios({
     url: `/sparePartsPur/detail/deleteAll/${params.sn}`,

+ 3 - 3
src/views/allocationManagement/chainTransferOut/edit.vue

@@ -140,7 +140,7 @@
               </a-col>
               <a-col :span="7" style="text-align: right;">
                 <!-- <a-button size="small" style="margin-left: 8px" id="chainTransferOutEdit-import-btn">导入明细</a-button> -->
-                <a-button size="small" type="danger" style="margin-left: 8px" @click.stop="handleDel('', 'all')" id="chainTransferOutEdit-del-all-btn">整单删除</a-button>
+                <a-button size="small" type="danger" style="margin-left: 8px" @click.stop="handleDel('', 'all')" id="chainTransferOutEdit-del-all-btn">清空列表</a-button>
               </a-col>
             </a-row>
             <!-- 列表 -->
@@ -369,13 +369,13 @@ export default {
     //  删除
     handleDel (row, isAll) {
       const _this = this
-      const content = isAll ? '删除后不可恢复,确定要进行整单删除吗?' : '删除后不可恢复,确定要进行删除吗?'
+      const content = isAll ? '删除后不可恢复,确定要清空列表吗?' : '删除后不可恢复,确定要进行删除吗?'
       this.$confirm({
         title: '提示',
         content: content,
         centered: true,
         onOk () {
-          if (isAll) { //  整单删除
+          if (isAll) { //  清空列表
             _this.spinning = true
             allocLinkageOutDetailDelAll({ sn: _this.$route.params.sn }).then(res => {
               if (res.status == 200) {

+ 3 - 3
src/views/allocationManagement/warehouseAllocation/edit.vue

@@ -149,7 +149,7 @@
               <a-col :span="6">
                 <div style="margin-top: 4px;text-align: right;">
                   <!-- <a-button size="small" style="margin-left: 8px" id="chainTransferOutEdit-import-btn">导入明细</a-button> -->
-                  <a-button size="small" type="danger" style="margin-left: 8px" @click.stop="handleDel('', 'all')" id="warehouseAllocationEdit-del-all-btn">整单删除</a-button>
+                  <a-button size="small" type="danger" style="margin-left: 8px" @click.stop="handleDel('', 'all')" id="warehouseAllocationEdit-del-all-btn">清空列表</a-button>
                 </div>
               </a-col>
             </a-row>
@@ -423,14 +423,14 @@ export default {
     //  删除
     handleDel (row, isAll) {
       const _this = this
-      const content = isAll ? '删除后不可恢复,确定要进行整单删除吗?' : '删除后不可恢复,确定要进行删除吗?'
+      const content = isAll ? '删除后不可恢复,确定要清空列表吗?' : '删除后不可恢复,确定要进行删除吗?'
       this.$confirm({
         title: '提示',
         content: content,
         centered: true,
         onOk () {
           let params
-          if (isAll) { //  整单删除
+          if (isAll) { //  清空列表
             params = { allocationWarehouseSn: _this.$route.params.sn }
           } else { //  单个删除
             params = {

+ 2 - 2
src/views/inventoryManagement/inventoryChecking/selfDisk.vue

@@ -178,7 +178,7 @@
               class="button-error"
               style="margin-left: 5px"
               @click.stop="handleDel('', 'all')"
-              id="chainTransferOutEdit-del-all-btn">整单删除</a-button>
+              id="chainTransferOutEdit-del-all-btn">清空列表</a-button>
           </a-col>
         </a-row>
         <!-- 列表 -->
@@ -461,7 +461,7 @@ export default {
         }
         content = '删除后不可恢复,确定要进行批量删除吗?'
       } else if (isAll == 'all') { // 全部
-        content = '删除后不可恢复,确定要进行整单删除吗?'
+        content = '删除后不可恢复,确定要清空列表吗?'
       } else { // 单个
         content = '删除后不可恢复,确定要进行删除吗?'
       }

+ 3 - 3
src/views/purchasingManagement/purchaseReturn/edit.vue

@@ -102,7 +102,7 @@
                 class="button-error"
                 id="purchaseReturnEdit-delAll-btn"
                 @click.stop="handleDel('', 'all')"
-                style="margin-right: 10px;float: right;">整单删除</a-button>
+                style="margin-right: 10px;float: right;">清空列表</a-button>
             </template>
             <!-- 列表 -->
             <s-table
@@ -330,13 +330,13 @@ export default {
     //  删除
     handleDel (row, isAll) {
       const _this = this
-      const content = isAll ? '删除后不可恢复,确定要进行整单删除吗?' : '删除后不可恢复,确定要进行删除吗?'
+      const content = isAll ? '删除后不可恢复,确定要清空列表吗?' : '删除后不可恢复,确定要进行删除吗?'
       this.$confirm({
         title: '提示',
         content: content,
         centered: true,
         onOk () {
-          if (isAll) { //  整单删除
+          if (isAll) { //  清空列表
             _this.spinning = true
             purchaseReturnDelAll({ purchaseReturnSn: _this.$route.params.sn }).then(res => {
               if (res.status == 200) {

+ 3 - 3
src/views/purchasingManagement/purchaseReturnOutSync/edit.vue

@@ -114,7 +114,7 @@
                 class="button-error"
                 id="purchaseReturnEdit-delAll-btn"
                 @click.stop="handleDel('', 'all')"
-                style="margin-right: 10px;float: right;">整单删除</a-button> -->
+                style="margin-right: 10px;float: right;">清空列表</a-button> -->
             </template>
             <!-- 总计 -->
             <a-alert type="info" style="margin-bottom:10px">
@@ -404,13 +404,13 @@ export default {
     //  删除
     handleDel (row, isAll) {
       const _this = this
-      const content = isAll ? '删除后不可恢复,确定要进行整单删除吗?' : '删除后不可恢复,确定要进行删除吗?'
+      const content = isAll ? '删除后不可恢复,确定要清空列表吗?' : '删除后不可恢复,确定要进行删除吗?'
       this.$confirm({
         title: '提示',
         content: content,
         centered: true,
         onOk () {
-          if (isAll) { //  整单删除
+          if (isAll) { //  清空列表
             _this.spinning = true
             purchaseReturnDelAll({ purchaseReturnSn: _this.$route.params.sn }).then(res => {
               if (res.status == 200) {

+ 3 - 3
src/views/purchasingManagement/purchaseReturnOutSync/grapEdit.vue

@@ -104,7 +104,7 @@
                 class="button-error"
                 id="purchaseReturnEdit-delAll-btn"
                 @click.stop="handleDel('', 'all')"
-                style="margin-right: 10px;float: right;">整单删除</a-button> -->
+                style="margin-right: 10px;float: right;">清空列表</a-button> -->
             </template>
             <!-- 总计 -->
             <a-alert type="info" style="margin-bottom:10px">
@@ -394,13 +394,13 @@ export default {
     //  删除
     handleDel (row, isAll) {
       const _this = this
-      const content = isAll ? '删除后不可恢复,确定要进行整单删除吗?' : '删除后不可恢复,确定要进行删除吗?'
+      const content = isAll ? '删除后不可恢复,确定要清空列表吗?' : '删除后不可恢复,确定要进行删除吗?'
       this.$confirm({
         title: '提示',
         content: content,
         centered: true,
         onOk () {
-          if (isAll) { //  整单删除
+          if (isAll) { //  清空列表
             _this.spinning = true
             purchaseReturnDelAll({ purchaseReturnSn: _this.$route.params.sn }).then(res => {
               if (res.status == 200) {

+ 1 - 1
src/views/salesManagement/salesQuery/edit.vue

@@ -528,7 +528,7 @@ export default {
       const _this = this
       this.$confirm({
         title: '提示',
-        content: '确认要整单删除吗?',
+        content: '确认要清空列表吗?',
         centered: true,
         closable: true,
         onOk () {

+ 1 - 1
src/views/salesManagement/salesReturn/salesReturnGrabEdit.vue

@@ -378,7 +378,7 @@ export default {
         }
       })
     },
-    // 整单删除
+    // 清空列表
     salesReturnDelAll () {
       const _this = this
       this.$confirm({