Browse Source

【nev-pc】0919修改暂存

ag_report_nev
安虹睿 8 months ago
parent
commit
7b5f962583
  1. 16
      fe/PC/src/filters/status.js
  2. 2
      fe/PC/src/views/inventoryManage/Count/CountPlan-ms.vue
  3. 16
      fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue
  4. 2
      fe/PC/src/views/rawMaterialManage/quality/unqualifiedToQualified.vue
  5. 2
      fe/PC/src/views/rawMaterialManage/quality/unqualifiedToQualifiedNote.vue

16
fe/PC/src/filters/status.js

@ -733,18 +733,18 @@ export function checkType(index, prop) {
*/ */
export function CountPanCompleteType(index, prop){ export function CountPanCompleteType(index, prop){
let type={ let type={
1:{ // 1:{
label:"未盘点到的明细直接作废", // label:"未盘点到的明细直接作废",
value:1 // value:1
}, // },
2:{ 2:{
label:"未盘点到的按照盘点数量为0处理", label:"未盘点到的按照盘点数量为0处理",
value:2 value:2
}, },
3:{ // 3:{
label:"未盘点到的按照盘平计算", // label:"未盘点到的按照盘平计算",
value:3 // value:3
}, // },
} }
return Enum(type, index, prop) return Enum(type, index, prop)
} }

2
fe/PC/src/views/inventoryManage/Count/CountPlan-ms.vue

@ -209,7 +209,7 @@ export default {
], ],
// //
completeData:{ completeData:{
type:1 type:2
}, },
completeForm:[ completeForm:[
{ type: "select", label: "类型", prop: "type", options: "CountPanCompleteType", colSpan: 24 }, { type: "select", label: "类型", prop: "type", options: "CountPanCompleteType", colSpan: 24 },

16
fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue

@ -553,7 +553,8 @@ export default {
// -form // -form
inspectNoticeDetailsForm: [ inspectNoticeDetailsForm: [
{ type: "input", label: _Names.itemCode, prop: "itemCode", disabled: true, colSpan: 8 }, { type: "input", label: _Names.itemCode, prop: "itemCode", disabled: true, colSpan: 8 },
{ type: "input", label: _Names.itemName, prop: "itemName", disabled: true, colSpan: 8 }, // { type: "input", label: _Names.itemName, prop: "itemName", disabled: true, colSpan: 8 },
{ type: "input", label: _Names.itemDesc2, prop: "itemDesc2", disabled: true, colSpan: 8 },
{ type: "input", label: "单位", prop: "stdPackUom", disabled: true, colSpan: 8 }, { type: "input", label: "单位", prop: "stdPackUom", disabled: true, colSpan: 8 },
// { type: "input", label: "", prop: "stdPackQty", disabled: true, colSpan: 8 }, // { type: "input", label: "", prop: "stdPackQty", disabled: true, colSpan: 8 },
{ type: "input", label: "生产批次", prop: "lot", disabled: true, colSpan: 8 }, { type: "input", label: "生产批次", prop: "lot", disabled: true, colSpan: 8 },
@ -583,7 +584,8 @@ export default {
inspectNoticeDetailsTableColumns: [ inspectNoticeDetailsTableColumns: [
{ label: "箱码", prop: "packingCode", width:'100%' }, { label: "箱码", prop: "packingCode", width:'100%' },
{ label: _Names.itemCode, prop: "itemCode", width:'100%' }, { label: _Names.itemCode, prop: "itemCode", width:'100%' },
{ label: _Names.itemName, prop: "itemName", width:'100%' }, // { label: _Names.itemName, prop: "itemName", width:'100%' },
{ label: _Names.itemDesc2, prop: "itemDesc2", width:'100%' },
{ label: _Names.itemDesc1, prop: "itemDesc1", width:'100%' }, { label: _Names.itemDesc1, prop: "itemDesc1", width:'100%' },
// { label: "", prop: "receiveUom", width:'100%' }, // { label: "", prop: "receiveUom", width:'100%' },
{ label: "收货数量", prop: "receiveQty", width:'100%' }, { label: "收货数量", prop: "receiveQty", width:'100%' },
@ -1246,6 +1248,16 @@ export default {
// if(!this.fileBase64List || this.fileBase64List.length <= 0){ // if(!this.fileBase64List || this.fileBase64List.length <= 0){
// return this.$errorMsg("") // return this.$errorMsg("")
// } // }
// todo:
// this.$confirm(', ?', '', {
// confirmButtonText: '',
// cancelButtonText: '',
// type: 'warning'
// }).then(() => {
// this.screenData.filters.splice(val, 1)
// }).catch(() => {
// });
let that = this let that = this
that.masterID = that.propsData.id that.masterID = that.propsData.id
// //

2
fe/PC/src/views/rawMaterialManage/quality/unqualifiedToQualified.vue

@ -11,7 +11,6 @@
:multipleSelection="multipleSelection" :multipleSelection="multipleSelection"
:tableSelection="true" :tableSelection="true"
:MaxResultCount="PageListParams.MaxResultCount" :MaxResultCount="PageListParams.MaxResultCount"
:isShowIndex="true"
@topbutton="topbutton" @topbutton="topbutton"
@inlineDialog="inlineDialog" @inlineDialog="inlineDialog"
@sortChange="sortChange" @sortChange="sortChange"
@ -26,6 +25,7 @@
@overallSearchFormClick="overallSearchFormClick" @overallSearchFormClick="overallSearchFormClick"
:httpOverallSearchData="httpOverallSearchData" :httpOverallSearchData="httpOverallSearchData"
> >
<!-- :isShowIndex="true" -->
</tablePagination> </tablePagination>
<!-- 抽屉 --> <!-- 抽屉 -->
<curren-Drawer <curren-Drawer

2
fe/PC/src/views/rawMaterialManage/quality/unqualifiedToQualifiedNote.vue

@ -9,7 +9,6 @@
:totalCount="totalCount" :totalCount="totalCount"
:multipleSelection="multipleSelection" :multipleSelection="multipleSelection"
:MaxResultCount="PageListParams.MaxResultCount" :MaxResultCount="PageListParams.MaxResultCount"
:isShowIndex="true"
@topbutton="topbutton" @topbutton="topbutton"
@inlineDialog="inlineDialog" @inlineDialog="inlineDialog"
@sortChange="sortChange" @sortChange="sortChange"
@ -24,6 +23,7 @@
@overallSearchFormClick="overallSearchFormClick" @overallSearchFormClick="overallSearchFormClick"
:httpOverallSearchData="httpOverallSearchData" :httpOverallSearchData="httpOverallSearchData"
> >
<!-- :isShowIndex="true" -->
</tablePagination> </tablePagination>
<!-- 抽屉 --> <!-- 抽屉 -->
<curren-Drawer <curren-Drawer

Loading…
Cancel
Save