diff --git a/src/components/jeecg/JEditableTable.vue b/src/components/jeecg/JEditableTable.vue
index 8b6f9ba..558df48 100644
--- a/src/components/jeecg/JEditableTable.vue
+++ b/src/components/jeecg/JEditableTable.vue
@@ -51,7 +51,7 @@
/>
- #
+ 序号
diff --git a/src/components/jeecg/PEditableTable.vue b/src/components/jeecg/PEditableTable.vue
index 1534b6f..d1ec42c 100644
--- a/src/components/jeecg/PEditableTable.vue
+++ b/src/components/jeecg/PEditableTable.vue
@@ -52,7 +52,7 @@
/>
- #
+ 序号
@@ -536,6 +536,7 @@
:placeholder="replaceProps(col, col.placeholder)"
@change="(v)=>handleSearchSelectChange(v,id,row,col)"
allowClear
+ @focus="a"
/>
{{ getSelectTranslateText(searchSelectValues[id], row, col) }}
@@ -952,6 +954,21 @@
},
methods: {
+
+ a(){
+ console.log("执行l");
+ this.getSelection((a,b,c)=>{
+ console.log(a,b,c);
+ // b.forEach(item =>{
+ // console.log(item);
+ // });
+ });
+
+
+
+
+ },
+
getElement(id, noCaseId = false) {
if (!this.el[id]) {
this.el[id] = document.getElementById((noCaseId ? '' : this.caseId) + id)
diff --git a/src/components/jeecg/modal/ProcessDelivery.vue b/src/components/jeecg/modal/ProcessDelivery.vue
index 271a32a..4d388c9 100644
--- a/src/components/jeecg/modal/ProcessDelivery.vue
+++ b/src/components/jeecg/modal/ProcessDelivery.vue
@@ -25,10 +25,10 @@
查询
重置
-
- {{ toggleSearchStatus ? '收起' : '展开' }}
-
-
+
+
+
+
@@ -49,11 +49,11 @@
-
+
+
+
+
+
- 未提交
+ 未提交
处理中
已通过
已驳回
- 草稿
+ 草稿
处理中
已结束
已撤回
diff --git a/src/views/activiti/form/ProcessSmaterialsScrapForm.vue b/src/views/activiti/form/ProcessSmaterialsScrapForm.vue
index 4632332..237858a 100644
--- a/src/views/activiti/form/ProcessSmaterialsScrapForm.vue
+++ b/src/views/activiti/form/ProcessSmaterialsScrapForm.vue
@@ -32,7 +32,7 @@
-
@@ -55,7 +55,7 @@
+ @valueChange ="onSelect"
+ :actionButton="false"/>
@@ -154,7 +155,17 @@
dataSource: [],
columns: [
{
- title: '器材编号',
+ title: '物料组',
+ key: 'materialGroup',
+ type: FormTypes.sel_search,
+ disabled: true,
+ dictCode: '',
+ width: '200px',
+ placeholder: '请输入${title}',
+ defaultValue: ''
+ },
+ {
+ title: '物料编号',
key: 'equipment',
type: FormTypes.sel_search,
disabled: true,
@@ -166,7 +177,7 @@
{
title: 'WBS',
key: 'wbs',
- type: FormTypes.sel_search,
+ type: FormTypes.input,
dictCode: '',
width: '200px',
placeholder: '请输入${title}',
@@ -346,6 +357,25 @@
}
},
methods: {
+
+ onSelect(record){
+ // console.log(record.row);
+ if(!!record.row.scrapNumber && !!record.row.materialPrice && !! record.row.id){
+ let values = [
+ {
+ rowKey: record.row.id,
+ values: {
+ // 'scrapNumber': '',
+ 'materialAmount': record.row.scrapNumber * record.row.materialPrice,
+ },
+ },
+ ]
+ this.$refs.processSmaterialsScrapList.setValues(values);
+ }
+
+
+ },
+
materialType(val) {
if (val !== undefined) {
this.heid = false
diff --git a/src/views/activiti/form/ProcessUdgetPlanForm.vue b/src/views/activiti/form/ProcessUdgetPlanForm.vue
index 2b73ba1..f11083d 100644
--- a/src/views/activiti/form/ProcessUdgetPlanForm.vue
+++ b/src/views/activiti/form/ProcessUdgetPlanForm.vue
@@ -81,6 +81,7 @@
:actionButton="true"
@descriptionFetch="descriptionFetchDatas"
>
+
@@ -591,6 +592,9 @@
// this.form.setFieldsValue("materialGroup",123123);
},
methods: {
+ selectRowChange(a,b,c){
+ console.log("执行了",a,b,c);
+ },
// handleChange(value, key, column) {
// const newData = [...this.data];
@@ -742,7 +746,7 @@
let isEr = true;
if(!!record.row.materialGroup){
if( !!record.row.id && this.isBu !== record.row.materialGroup ){
- console.log("1出发了",record.row);
+ // console.log("1出发了",record.row);
this.isabled = false;
this.fetchMerchandiseNews(record.row.materialGroup);
this.isBu = record.row.materialGroup;
@@ -769,7 +773,7 @@
}
// console.log("5555出发了",record.row);
if(!!record.row.materialGroup && !!record.row.materialNumber && isEr){
- console.log("2出发了",record.row);
+ // console.log("2出发了",record.row);
let materialName = { }
// console.log("this.bigIdMerchandiseNewsList",this.bigIdMerchandiseNewsList)
this.bigIdMerchandiseNewsList.forEach( item => {
@@ -805,7 +809,7 @@
if(!!record.row.materialQuantity && !!record.row.materialPrice ){
// record.row.materialAmount = record.row.materialQuantity * record.row.materialPrice;
- console.log("3出发了",record.row);
+ // console.log("3出发了",record.row);
//如果单价大于5万
if(record.row.materialPrice>50000){
this.materialPrice=record.row.materialPrice
diff --git a/src/views/processmaterials/ProcessMaterialsDeliveryListList.vue b/src/views/processmaterials/ProcessMaterialsDeliveryListList.vue
index 334b0ad..06f1a0a 100644
--- a/src/views/processmaterials/ProcessMaterialsDeliveryListList.vue
+++ b/src/views/processmaterials/ProcessMaterialsDeliveryListList.vue
@@ -1,34 +1,34 @@
-
-
新增
-
导出
-
- 导入
-
-
-
-
-
- 删除
-
- 批量操作
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
@@ -116,7 +115,7 @@
// 表头
columns: [
{
- title: '#',
+ title: '序号',
dataIndex: '',
key:'rowIndex',
width:60,
@@ -126,7 +125,7 @@
}
},
{
- title:'器材编号',
+ title:'物料编号',
align:"center",
dataIndex: 'equipment',
},
@@ -158,7 +157,7 @@
{
title:'供货商',
align:"center",
- dataIndex: 'supplier',
+ dataIndex: 'supplierId',
},
{
title:'单价',
@@ -174,9 +173,8 @@
title:'用途',
align:"center",
dataIndex: 'purpose',
- fixed:"right",
+ // fixed:"right",
},
-
/*{
title: '操作',
dataIndex: 'action',
diff --git a/src/views/processmaterials/modules/ProcessMaterialsDeliveryListModal.vue b/src/views/processmaterials/modules/ProcessMaterialsDeliveryListModal.vue
index f05d314..de9c56b 100644
--- a/src/views/processmaterials/modules/ProcessMaterialsDeliveryListModal.vue
+++ b/src/views/processmaterials/modules/ProcessMaterialsDeliveryListModal.vue
@@ -12,7 +12,7 @@
-
+